Searched refs:pm_runtime_get_if_active (Results 1 – 9 of 9) sorted by relevance
/openbmc/linux/include/linux/ |
H A D | pm_runtime.h | 75 extern int pm_runtime_get_if_active(struct device *dev, bool ign_usage_count); 106 return pm_runtime_get_if_active(dev, false); in pm_runtime_get_if_in_use() 278 static inline int pm_runtime_get_if_active(struct device *dev, in pm_runtime_get_if_active() function
|
/openbmc/linux/drivers/net/ipa/ |
H A D | ipa_smp2p.c | 95 smp2p->power_on = pm_runtime_get_if_active(dev, true) > 0; in ipa_smp2p_notify()
|
/openbmc/linux/drivers/gpu/drm/i915/ |
H A D | intel_runtime_pm.c | 437 if (pm_runtime_get_if_active(rpm->kdev, ignore_usecount) <= 0) in __intel_runtime_pm_get_if_active()
|
/openbmc/linux/drivers/ufs/core/ |
H A D | ufshcd-priv.h | 329 return pm_runtime_get_if_active(&hba->ufs_device_wlun->sdev_gendev, true); in ufshcd_rpm_get_if_active()
|
/openbmc/linux/drivers/base/power/ |
H A D | runtime.c | 1199 int pm_runtime_get_if_active(struct device *dev, bool ign_usage_count) in pm_runtime_get_if_active() function 1220 EXPORT_SYMBOL_GPL(pm_runtime_get_if_active);
|
/openbmc/linux/sound/hda/ |
H A D | hdac_device.c | 614 int ret = pm_runtime_get_if_active(&codec->dev, true); in snd_hdac_keep_power_up()
|
/openbmc/linux/drivers/media/i2c/ccs/ |
H A D | ccs-core.c | 668 pm_status = pm_runtime_get_if_active(&client->dev, true); in ccs_set_ctrl()
|
/openbmc/linux/Documentation/power/ |
H A D | runtime_pm.rst | 401 `int pm_runtime_get_if_active(struct device *dev, bool ign_usage_count);`
|
/openbmc/linux/drivers/pci/ |
H A D | pci.c | 2478 bref = pm_runtime_get_if_active(bdev, true); in pci_pme_list_scan()
|