Home
last modified time | relevance | path

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

/linux/include/linux/
A Dpm_runtime.h75 extern int pm_runtime_get_if_active(struct device *dev);
267 static inline int pm_runtime_get_if_active(struct device *dev) in pm_runtime_get_if_active() function
/linux/drivers/gpu/drm/i915/
A Dintel_runtime_pm.c250 pm_runtime_get_if_active(rpm->kdev) <= 0) || in __intel_runtime_pm_get_if_active()
/linux/drivers/net/ipa/
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/
A Dxe_pm.c577 return pm_runtime_get_if_active(xe->drm.dev) > 0; in xe_pm_runtime_get_if_active()
/linux/drivers/ufs/core/
A Dufshcd-priv.h321 return pm_runtime_get_if_active(&hba->ufs_device_wlun->sdev_gendev); in ufshcd_rpm_get_if_active()
/linux/drivers/base/power/
A Druntime.c1233 int pm_runtime_get_if_active(struct device *dev) in pm_runtime_get_if_active() function
1237 EXPORT_SYMBOL_GPL(pm_runtime_get_if_active);
/linux/sound/hda/
A Dhdac_device.c615 int ret = pm_runtime_get_if_active(&codec->dev); in snd_hdac_keep_power_up()
/linux/drivers/media/i2c/
A Dgc05a2.c906 if (!pm_runtime_get_if_active(gc05a2->dev)) in gc05a2_set_ctrl()
A Dgc08a3.c876 if (!pm_runtime_get_if_active(gc08a3->dev)) in gc08a3_set_ctrl()
A Dimx283.c794 if (!pm_runtime_get_if_active(imx283->dev)) in imx283_set_ctrl()
A Dthp7312.c1055 if (!pm_runtime_get_if_active(thp7312->dev)) in thp7312_s_ctrl()
A Dov64a40.c3290 pm_status = pm_runtime_get_if_active(ov64a40->dev); in ov64a40_set_ctrl()
/linux/drivers/media/i2c/ccs/
A Dccs-core.c677 pm_status = pm_runtime_get_if_active(&client->dev); in ccs_set_ctrl()
/linux/Documentation/power/
A Druntime_pm.rst399 `int pm_runtime_get_if_active(struct device *dev);`
/linux/drivers/pci/
A Dpci.c2428 bref = pm_runtime_get_if_active(bdev); in pci_pme_list_scan()

Completed in 54 milliseconds