Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dpm_runtime.h74 extern int pm_runtime_get_if_active(struct device *dev);
280 static inline int pm_runtime_get_if_active(struct device *dev) in pm_runtime_get_if_active() function
/linux/drivers/accel/ivpu/
H A Divpu_sysfs.c127 if (pm_runtime_get_if_active(vdev->drm.dev) > 0) { in npu_current_frequency_mhz_show()
H A Divpu_job.c1010 if (drm_WARN_ON(&vdev->drm, pm_runtime_get_if_active(vdev->drm.dev) <= 0)) in ivpu_context_abort_work_fn()
/linux/drivers/gpu/drm/i915/
H A Dintel_runtime_pm.c252 pm_runtime_get_if_active(rpm->kdev) <= 0) || in __intel_runtime_pm_get_if_active()
/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/gpu/drm/xe/
H A Dxe_pm.c666 return pm_runtime_get_if_active(xe->drm.dev) > 0; in xe_pm_runtime_get_if_active()
/linux/drivers/base/power/
H A Druntime.c1247 * pm_runtime_get_if_active - Bump up runtime PM usage counter if the device is
1256 int pm_runtime_get_if_active(struct device *dev) in pm_runtime_get_if_active() function
1260 EXPORT_SYMBOL_GPL(pm_runtime_get_if_active);
/linux/sound/hda/core/
H A Ddevice.c614 int ret = pm_runtime_get_if_active(&codec->dev); in snd_hdac_keep_power_up()
/linux/drivers/iommu/arm/arm-smmu/
H A Darm-smmu-qcom.c132 if (stall_changed && pm_runtime_get_if_active(smmu->dev) > 0) { in qcom_adreno_smmu_set_stall()
/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/media/i2c/
H A Dgc05a2.c905 if (!pm_runtime_get_if_active(gc05a2->dev)) in gc05a2_set_ctrl()
H A Dgc08a3.c875 if (!pm_runtime_get_if_active(gc08a3->dev)) in gc08a3_set_ctrl()
H A Dimx283.c793 if (!pm_runtime_get_if_active(imx283->dev)) in imx283_set_ctrl()
H A Dthp7312.c1052 if (!pm_runtime_get_if_active(thp7312->dev)) in thp7312_s_ctrl()
/linux/drivers/media/i2c/ccs/
H A Dccs-core.c677 pm_status = pm_runtime_get_if_active(&client->dev); in ccs_set_ctrl()
/linux/drivers/gpu/drm/amd/pm/
H A Damdgpu_pm.c160 ret = pm_runtime_get_if_active(adev->dev); in amdgpu_pm_get_access_if_active()
/linux/drivers/pci/
H A Dpci.c2443 bref = pm_runtime_get_if_active(bdev); in pci_pme_list_scan()