Lines Matching full:management

7 Device Power Management Basics
18 management (PM) code is also driver-specific. Most drivers will do very
23 power management goals, emphasizing the models and interfaces that are
28 Two Models for Device Power Management
53 Runtime Power Management model:
56 running, independently of other power management activity in principle.
67 the PM core are involved in runtime power management. As in the system
68 sleep power management case, they need to collaborate by implementing
93 management of devices they are concerned with. These interfaces cover both
94 system sleep and runtime power management.
97 Device Power Management Operations
100 Device power management operations, at the subsystem level as well as at the
105 management while the remaining ones are used during system-wide power
108 There also is a deprecated "old" or "legacy" interface for power management
111 sleep power management methods in a limited way. Therefore it is not described
126 bus types) don't provide all power management methods.
185 wakeup" used by runtime power management, although it may be supported by the
191 case, remote wakeup should always be enabled for runtime power management for
199 runtime power management. This flag, :c:member:`runtime_auto`, is initialized
202 management.
219 For more information about the runtime power management framework, refer to
266 System Power Management Phases
330 device supports runtime power management, the ``->prepare`` callback
334 For devices supporting runtime power management, the return value of the
357 power management flags. [Typically, they are set at the time the driver
374 However, for devices supporting runtime power management, the
391 runtime power management has been disabled for the device in question.
647 Power Management Notifiers
650 There are some operations that cannot be carried out by the power management
653 management notifiers that are called before tasks are frozen and after they have
694 Device Power Management Domains
710 of power management callbacks analogous to the subsystem-level and device driver
716 remaining callbacks. In other words, power management domain callbacks, if
720 The support for device power management domains is only relevant to platforms
721 needing to use the same device driver power management callbacks in many
739 Runtime Power Management
751 power states due to runtime power management. The system sleep PM callbacks
810 well as for information on the device runtime power management framework in