Lines Matching full:are
6 There are various situations where it's necessary to coordinate resource
14 managers are embedded into services that use them for specific
27 which has a binary state. Example applications are power rails, clocks,
32 * The stable states are off, on, and error. The service always begins
35 * The core operations are request (add a dependency) and release (remove
36 a dependency). Supporting operations are reset (to clear an error
48 * The request and reset operations are asynchronous using
56 Requests are reference counted, but not tracked. That means clients are
63 Failures in executing a transition are recorded and inhibit further
64 requests or releases until the manager is reset. Pending requests are
65 notified (and cancelled) when errors are discovered.
67 Transition operation completion notifications are provided through
73 with onoff_monitor_register(). Notification of changes are provided