Lines Matching full:provider
17 exposed by the power sequence provider and delegate the actual requesting and
18 control of the underlying resources as well as to allow the provider to
44 entry point to the provider layer. It ensures coherence between different
59 Provider interface
62 The provider API is admittedly not nearly as straightforward as the one for
65 Each provider can logically split the power-up sequence into discrete chunks
77 provider driver must implement the `match()` callback and pass it to the pwrseq
81 every registered provider and let it flexibly figure out whether the proposed
82 client device is indeed its consumer. For example: if the provider binds to the
84 consumer driver controls one of its modules, the provider driver may parse the
91 .. kernel-doc:: include/linux/pwrseq/provider.h