Searched refs:pm_runtime_get_if_active (Results 1 - 10 of 10) sorted by relevance

/linux-master/include/linux/
H 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) function
/linux-master/drivers/gpu/drm/i915/
H A Dintel_runtime_pm.c250 pm_runtime_get_if_active(rpm->kdev) <= 0) ||
/linux-master/drivers/net/ipa/
H A Dipa_smp2p.c93 smp2p->power_on = pm_runtime_get_if_active(smp2p->ipa->dev) > 0;
/linux-master/drivers/gpu/drm/xe/
H A Dxe_pm.c357 return pm_runtime_get_if_active(xe->drm.dev);
/linux-master/drivers/base/power/
H A Druntime.c1224 * pm_runtime_get_if_active - Bump up runtime PM usage counter if the device is
1233 int pm_runtime_get_if_active(struct device *dev) function
1237 EXPORT_SYMBOL_GPL(pm_runtime_get_if_active); variable
/linux-master/sound/hda/
H A Dhdac_device.c615 int ret = pm_runtime_get_if_active(&codec->dev);
/linux-master/drivers/media/i2c/
H A Dthp7312.c1055 if (!pm_runtime_get_if_active(thp7312->dev))
H A Dov64a40.c3290 pm_status = pm_runtime_get_if_active(ov64a40->dev);
/linux-master/drivers/media/i2c/ccs/
H A Dccs-core.c677 pm_status = pm_runtime_get_if_active(&client->dev);
/linux-master/drivers/pci/
H A Dpci.c2395 bref = pm_runtime_get_if_active(bdev);

Completed in 170 milliseconds