Home
last modified time | relevance | path

Searched refs:pm_runtime_get_if_active (Results 1 – 12 of 12) sorted by relevance

/linux/drivers/usb/core/
H A Doffload.c33 if (pm_runtime_get_if_active(&udev->dev) != 1) { in usb_offload_get()
74 if (pm_runtime_get_if_active(&udev->dev) != 1) { in usb_offload_put()
/linux/include/linux/
H A Dpm_runtime.h75 extern int pm_runtime_get_if_active(struct device *dev);
281 static inline int pm_runtime_get_if_active(struct device *dev) in pm_runtime_get_if_active() function
/linux/drivers/media/i2c/
H A Dlm3560.c231 if (!pm_runtime_get_if_active(flash->dev)) in lm3560_get_ctrl()
262 if (!pm_runtime_get_if_active(flash->dev)) in lm3560_set_ctrl()
H A Dgc05a2.c904 if (!pm_runtime_get_if_active(gc05a2->dev)) in gc05a2_set_ctrl()
H A Dgc08a3.c874 if (!pm_runtime_get_if_active(gc08a3->dev)) in gc08a3_set_ctrl()
H A Dthp7312.c1050 if (!pm_runtime_get_if_active(thp7312->dev)) in thp7312_s_ctrl()
H A Dov64a40.c3280 pm_status = pm_runtime_get_if_active(ov64a40->dev); in ov64a40_set_ctrl()
/linux/drivers/net/ipa/
H A Dipa_smp2p.c93 smp2p->power_on = pm_runtime_get_if_active(smp2p->ipa->dev) > 0; in ipa_smp2p_notify()
/linux/drivers/media/pci/intel/ipu6/
H A Dipu6-buttress.c347 active = pm_runtime_get_if_active(&isp->pdev->dev); in ipu6_buttress_isr()
/linux/drivers/accel/ivpu/
H A Divpu_job.c1219 if (drm_WARN_ON(&vdev->drm, pm_runtime_get_if_active(vdev->drm.dev) <= 0)) in ivpu_context_abort_work_fn()
/linux/drivers/media/i2c/ccs/
H A Dccs-core.c770 pm_status = pm_runtime_get_if_active(&client->dev); in ccs_set_ctrl()
/linux/drivers/gpu/drm/amd/pm/
H A Damdgpu_pm.c195 ret = pm_runtime_get_if_active(adev->dev); in amdgpu_pm_get_access_if_active()