Searched refs:pm_runtime_get_if_active (Results 1 – 17 of 17) sorted by relevance
74 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
127 if (pm_runtime_get_if_active(vdev->drm.dev) > 0) { in npu_current_frequency_mhz_show()
1010 if (drm_WARN_ON(&vdev->drm, pm_runtime_get_if_active(vdev->drm.dev) <= 0)) in ivpu_context_abort_work_fn()
252 pm_runtime_get_if_active(rpm->kdev) <= 0) || in __intel_runtime_pm_get_if_active()
93 smp2p->power_on = pm_runtime_get_if_active(smp2p->ipa->dev) > 0; in ipa_smp2p_notify()
666 return pm_runtime_get_if_active(xe->drm.dev) > 0; in xe_pm_runtime_get_if_active()
1247 * pm_runtime_get_if_active - Bump up runtime PM usage counter if the device is1256 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);
614 int ret = pm_runtime_get_if_active(&codec->dev); in snd_hdac_keep_power_up()
132 if (stall_changed && pm_runtime_get_if_active(smmu->dev) > 0) { in qcom_adreno_smmu_set_stall()
347 active = pm_runtime_get_if_active(&isp->pdev->dev); in ipu6_buttress_isr()
905 if (!pm_runtime_get_if_active(gc05a2->dev)) in gc05a2_set_ctrl()
875 if (!pm_runtime_get_if_active(gc08a3->dev)) in gc08a3_set_ctrl()
793 if (!pm_runtime_get_if_active(imx283->dev)) in imx283_set_ctrl()
1052 if (!pm_runtime_get_if_active(thp7312->dev)) in thp7312_s_ctrl()
677 pm_status = pm_runtime_get_if_active(&client->dev); in ccs_set_ctrl()
160 ret = pm_runtime_get_if_active(adev->dev); in amdgpu_pm_get_access_if_active()
2443 bref = pm_runtime_get_if_active(bdev); in pci_pme_list_scan()