Searched refs:runtime_auto (Results 1 - 5 of 5) sorted by relevance

/linux-4.1.27/include/trace/events/
H A Drpm.h28 __field( int , runtime_auto )
40 __entry->runtime_auto = dev->power.runtime_auto;
52 __entry->runtime_auto,
/linux-4.1.27/drivers/base/power/
H A Druntime.c1196 * Increase the device's usage count and clear its power.runtime_auto flag,
1203 if (!dev->power.runtime_auto) pm_runtime_forbid()
1206 dev->power.runtime_auto = false; pm_runtime_forbid()
1219 * Decrease the device's usage count and set its power.runtime_auto flag.
1224 if (dev->power.runtime_auto) pm_runtime_allow()
1227 dev->power.runtime_auto = true; pm_runtime_allow()
1371 dev->power.runtime_auto = true; pm_runtime_init()
H A Dsysfs.c105 dev->power.runtime_auto ? ctrl_auto : ctrl_on); control_show()
548 if ((dev->power.disable_depth) && (dev->power.runtime_auto == false)) rtpm_enabled_show()
552 else if (dev->power.runtime_auto == false) rtpm_enabled_show()
/linux-4.1.27/drivers/usb/core/
H A Dsysfs.c411 if (udev->state != USB_STATE_SUSPENDED && !udev->dev.power.runtime_auto) level_show()
/linux-4.1.27/include/linux/
H A Dpm.h578 unsigned int runtime_auto:1; member in struct:dev_pm_info

Completed in 228 milliseconds