Searched refs:pm_runtime_get_if_active (Results 1 – 10 of 10) sorted by relevance
33 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()
75 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
93 smp2p->power_on = pm_runtime_get_if_active(smp2p->ipa->dev) > 0; in ipa_smp2p_notify()
822 return pm_runtime_get_if_active(xe->drm.dev) > 0; in xe_pm_runtime_get_if_active()
1261 int pm_runtime_get_if_active(struct device *dev) in pm_runtime_get_if_active() function1265 EXPORT_SYMBOL_GPL(pm_runtime_get_if_active);
347 active = pm_runtime_get_if_active(&isp->pdev->dev); in ipu6_buttress_isr()
1050 if (!pm_runtime_get_if_active(thp7312->dev)) in thp7312_s_ctrl()
770 pm_status = pm_runtime_get_if_active(&client->dev); in ccs_set_ctrl()
163 ret = pm_runtime_get_if_active(adev->dev); in amdgpu_pm_get_access_if_active()
2360 bref = pm_runtime_get_if_active(bdev); in pci_pme_list_scan()