Searched refs:runtime_auto (Results 1 – 7 of 7) sorted by relevance
29 __field( int , runtime_auto )41 __entry->runtime_auto = dev->power.runtime_auto;53 __entry->runtime_auto,
105 dev->power.runtime_auto ? ctrl_auto : ctrl_on); in control_show()574 if (dev->power.disable_depth && !dev->power.runtime_auto) in runtime_enabled_show()578 else if (!dev->power.runtime_auto) in runtime_enabled_show()
1480 if (!dev->power.runtime_auto) in pm_runtime_forbid()1483 dev->power.runtime_auto = false; in pm_runtime_forbid()1501 if (dev->power.runtime_auto) in pm_runtime_allow()1504 dev->power.runtime_auto = true; in pm_runtime_allow()1652 dev->power.runtime_auto = true; in pm_runtime_init()
605 unsigned int runtime_auto:1; member
199 runtime power management. This flag, :c:member:`runtime_auto`, is initialized211 of the :c:member:`runtime_auto` flag by reading that file.213 The device's :c:member:`runtime_auto` flag has no effect on the handling of216 system-wide transition to a sleep state even though its :c:member:`runtime_auto`
443 if (udev->state != USB_STATE_SUSPENDED && !udev->dev.power.runtime_auto) in level_show()
268 `unsigned int runtime_auto;`474 - set the power.runtime_auto flag for the device and decrease its usage479 - unset the power.runtime_auto flag for the device and increase its usage
Completed in 35 milliseconds