Lines Matching refs:subsystem
54 appropriate subsystem (bus type, device type or device class) driver and
87 Device power management operations, at the subsystem level as well as at the
142 write subsystem-level drivers; most driver code is a "device driver" that builds
208 bus type (or generally subsystem) code using pm_runtime_allow() or
307 If the subsystem callback chosen for execution is not present, the PM core will
615 analogous to the subsystem-level and device driver callbacks that are executed
617 subsystem-level callbacks. Specifically, if a device's pm_domain pointer is
619 executed instead of its subsystem's (e.g. bus type's) ->suspend() callback and
622 precedence over the callbacks provided by the device's subsystem (e.g. bus
628 support for power domains into subsystem-level callbacks, for example by
691 necessary actions are subsystem-specific.
693 In some cases the decision may be made at the subsystem level while in other
698 disabled. This all depends on the hardware and the design of the subsystem and