Searched refs:pm_runtime_get_if_active (Results 1 – 8 of 8) sorted by relevance
/Linux-v6.6/include/linux/ |
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
|
/Linux-v6.6/drivers/net/ipa/ |
D | ipa_smp2p.c | 95 smp2p->power_on = pm_runtime_get_if_active(dev, true) > 0; in ipa_smp2p_notify()
|
/Linux-v6.6/drivers/gpu/drm/i915/ |
D | intel_runtime_pm.c | 437 if (pm_runtime_get_if_active(rpm->kdev, ignore_usecount) <= 0) in __intel_runtime_pm_get_if_active()
|
/Linux-v6.6/drivers/base/power/ |
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);
|
/Linux-v6.6/sound/hda/ |
D | hdac_device.c | 614 int ret = pm_runtime_get_if_active(&codec->dev, true); in snd_hdac_keep_power_up()
|
/Linux-v6.6/drivers/media/i2c/ccs/ |
D | ccs-core.c | 668 pm_status = pm_runtime_get_if_active(&client->dev, true); in ccs_set_ctrl()
|
/Linux-v6.6/Documentation/power/ |
D | runtime_pm.rst | 399 `int pm_runtime_get_if_active(struct device *dev, bool ign_usage_count);`
|
/Linux-v6.6/drivers/pci/ |
D | pci.c | 2442 pm_status = pm_runtime_get_if_active(dev, true); in pci_pme_list_scan()
|