Lines Matching full:management

15 Device Power Management Basics
26 management (PM) code is also driver-specific. Most drivers will do very
31 power management goals, emphasizing the models and interfaces that are
36 Two Models for Device Power Management
61 Runtime Power Management model:
64 running, independently of other power management activity in principle.
75 the PM core are involved in runtime power management. As in the system
76 sleep power management case, they need to collaborate by implementing
101 management of devices they are concerned with. These interfaces cover both
102 system sleep and runtime power management.
105 Device Power Management Operations
108 Device power management operations, at the subsystem level as well as at the
113 management while the remaining ones are used during system-wide power
116 There also is a deprecated "old" or "legacy" interface for power management
119 sleep power management methods in a limited way. Therefore it is not described
134 bus types) don't provide all power management methods.
193 wakeup" used by runtime power management, although it may be supported by the
199 case, remote wakeup should always be enabled for runtime power management for
207 runtime power management. This flag, :c:member:`runtime_auto`, is initialized
210 management.
227 For more information about the runtime power management framework, refer to
274 System Power Management Phases
338 device supports runtime power management, the ``->prepare`` callback
342 For devices supporting runtime power management, the return value of the
365 management flags. [Typically, they are set at the time the driver is
382 However, for devices supporting runtime power management, the
395 runtime power management has been disabled for the device in question.
649 Power Management Notifiers
652 There are some operations that cannot be carried out by the power management
655 management notifiers that are called before tasks are frozen and after they have
696 Device Power Management Domains
712 of power management callbacks analogous to the subsystem-level and device driver
718 remaining callbacks. In other words, power management domain callbacks, if
722 The support for device power management domains is only relevant to platforms
723 needing to use the same device driver power management callbacks in many
741 Runtime Power Management
753 power states due to runtime power management. The system sleep PM callbacks
790 resume transition and the device's runtime power management status may be set
800 well as for information on the device runtime power management framework in