Searched refs:runtime_auto (Results 1 – 7 of 7) sorted by relevance
28 __field( int , runtime_auto )40 __entry->runtime_auto = dev->power.runtime_auto;52 __entry->runtime_auto,
1209 if (!dev->power.runtime_auto) in pm_runtime_forbid()1212 dev->power.runtime_auto = false; in pm_runtime_forbid()1230 if (dev->power.runtime_auto) in pm_runtime_allow()1233 dev->power.runtime_auto = true; in pm_runtime_allow()1377 dev->power.runtime_auto = true; in pm_runtime_init()
105 dev->power.runtime_auto ? ctrl_auto : ctrl_on); in control_show()548 if ((dev->power.disable_depth) && (dev->power.runtime_auto == false)) in rtpm_enabled_show()552 else if (dev->power.runtime_auto == false) in rtpm_enabled_show()
592 unsigned int runtime_auto:1; member
207 runtime power management. This flag, called runtime_auto, is initialized by the217 of the runtime_auto flag by reading the file.219 The device's runtime_auto flag has no effect on the handling of system-wide222 to a sleep state even though its runtime_auto flag is clear.
264 unsigned int runtime_auto;449 - set the power.runtime_auto flag for the device and decrease its usage454 - unset the power.runtime_auto flag for the device and increase its usage
411 if (udev->state != USB_STATE_SUSPENDED && !udev->dev.power.runtime_auto) in level_show()