Lines Matching full:opps
31 OPPs.
39 We can represent these as three OPPs as the following {Hz, uV} tuples:
57 (users) -> registers a set of default OPPs -> (library)
58 SoC framework -> modifies on required cases certain OPPs -> OPP layer
62 framework registers a set of initial OPPs per device with the OPP layer. This
64 This initial list contains a set of OPPs that the framework expects to be safely
71 OPPs available or not available on each device based on various external
77 operational functions operate only on available opps:
94 The SoC implementation calls dev_pm_opp_add function iteratively to add OPPs per
97 registering the OPPs is maintained by OPP library throughout the device
99 OPPs dynamically using the dev_pm_opp_enable / disable functions.
161 This is the only search function that operates on OPPs which are
206 fine grained dynamic control of which sets of OPPs are operationally available.
300 Retrieve the number of available opps for a device
340 representing the actual OPPs and domains are internal to the OPP library itself