| /linux-6.15/drivers/media/platform/rockchip/rkisp1/ |
| H A D | rkisp1-debug.c | 44 ret = pm_runtime_get_if_in_use(rkisp1->dev); in rkisp1_debug_dump_regs() 160 ret = pm_runtime_get_if_in_use(rkisp1->dev); in rkisp1_debug_input_status_show()
|
| /linux-6.15/include/linux/ |
| H A D | pm_runtime.h | 77 extern int pm_runtime_get_if_in_use(struct device *dev); 278 static inline int pm_runtime_get_if_in_use(struct device *dev) in pm_runtime_get_if_in_use() function
|
| /linux-6.15/drivers/gpu/drm/gma500/ |
| H A D | power.c | 219 return pm_runtime_get_if_in_use(dev->dev) == 1; in gma_power_begin()
|
| /linux-6.15/drivers/media/platform/nxp/imx8-isi/ |
| H A D | imx8-isi-debug.c | 85 if (!pm_runtime_get_if_in_use(pipe->isi->dev)) in mxc_isi_debug_dump_regs_show()
|
| /linux-6.15/drivers/gpu/drm/msm/ |
| H A D | msm_iommu.c | 231 if (!pm_runtime_get_if_in_use(pagetable->iommu_dev)) in msm_iommu_tlb_flush_all() 247 if (!pm_runtime_get_if_in_use(pagetable->iommu_dev)) in msm_iommu_tlb_flush_walk()
|
| /linux-6.15/drivers/iommu/ |
| H A D | rockchip-iommu.c | 591 err = pm_runtime_get_if_in_use(iommu->dev); in rk_iommu_irq() 694 ret = pm_runtime_get_if_in_use(iommu->dev); in rk_iommu_zap_iova() 987 ret = pm_runtime_get_if_in_use(iommu->dev); in rk_iommu_identity_attach() 1038 ret = pm_runtime_get_if_in_use(iommu->dev); in rk_iommu_attach_device()
|
| /linux-6.15/drivers/gpu/drm/i915/ |
| H A D | intel_runtime_pm.c | 252 pm_runtime_get_if_in_use(rpm->kdev) <= 0)) in __intel_runtime_pm_get_if_active()
|
| /linux-6.15/drivers/gpu/drm/imagination/ |
| H A D | pvr_power.c | 192 if (pm_runtime_get_if_in_use(from_pvr_device(pvr_dev)->dev) <= 0) in pvr_watchdog_worker()
|
| /linux-6.15/drivers/media/i2c/ |
| H A D | dw9719.c | 158 if (!pm_runtime_get_if_in_use(dw9719->dev)) in dw9719_set_ctrl()
|
| H A D | mt9m114.c | 1000 if (!pm_runtime_get_if_in_use(&sensor->client->dev)) in mt9m114_pa_g_ctrl() 1044 if (!pm_runtime_get_if_in_use(&sensor->client->dev)) in mt9m114_pa_s_ctrl() 1469 if (!pm_runtime_get_if_in_use(&sensor->client->dev)) in mt9m114_ifp_s_ctrl()
|
| H A D | ov01a10.c | 466 if (!pm_runtime_get_if_in_use(&client->dev)) in ov01a10_set_ctrl()
|
| H A D | ov9734.c | 495 if (!pm_runtime_get_if_in_use(&client->dev)) in ov9734_set_ctrl()
|
| H A D | imx412.c | 610 if (!pm_runtime_get_if_in_use(imx412->dev)) in imx412_set_ctrl()
|
| H A D | ov2685.c | 602 if (!pm_runtime_get_if_in_use(&client->dev)) in ov2685_set_ctrl()
|
| H A D | tc358746.c | 1013 if (!pm_runtime_get_if_in_use(sd->dev)) in tc358746_g_register() 1030 if (!pm_runtime_get_if_in_use(sd->dev)) in tc358746_s_register()
|
| H A D | isl7998x.c | 724 if (pm_runtime_get_if_in_use(dev) <= 0) in isl7998x_set_test_pattern() 798 if (pm_runtime_get_if_in_use(dev) <= 0) in isl7998x_s_std()
|
| H A D | ov5645.c | 781 if (!pm_runtime_get_if_in_use(ov5645->dev)) in ov5645_s_ctrl()
|
| H A D | ov8858.c | 1560 if (!pm_runtime_get_if_in_use(&client->dev)) in ov8858_set_ctrl()
|
| /linux-6.15/drivers/staging/media/ipu3/ |
| H A D | ipu3-mmu.c | 86 if (!pm_runtime_get_if_in_use(mmu->dev)) in call_if_imgu_is_powered()
|
| /linux-6.15/sound/soc/sof/ |
| H A D | debug.c | 461 if (pm_runtime_get_if_in_use(sdev->dev) == 1) in snd_sof_handle_fw_exception()
|
| /linux-6.15/drivers/staging/media/atomisp/i2c/ |
| H A D | atomisp-gc0310.c | 325 if (!pm_runtime_get_if_in_use(dev->sd.dev)) in gc0310_s_ctrl()
|
| /linux-6.15/drivers/gpu/drm/xe/ |
| H A D | xe_pm.c | 630 return pm_runtime_get_if_in_use(xe->drm.dev) > 0; in xe_pm_runtime_get_if_in_use()
|
| /linux-6.15/Documentation/driver-api/media/ |
| H A D | camera-sensor.rst | 107 .. c:function:: int pm_runtime_get_if_in_use(struct device *dev);
|
| /linux-6.15/drivers/gpu/drm/panfrost/ |
| H A D | panfrost_gpu.c | 528 if (pm_runtime_get_if_in_use(pfdev->dev)) { in panfrost_gpu_get_latest_flush_id()
|
| /linux-6.15/drivers/base/power/ |
| H A D | runtime.c | 1257 int pm_runtime_get_if_in_use(struct device *dev) in pm_runtime_get_if_in_use() function 1261 EXPORT_SYMBOL_GPL(pm_runtime_get_if_in_use);
|