Lines Matching full:functions
11 3. OPP Search Functions
12 4. OPP Availability Control Functions
13 5. OPP Data Retrieval Functions
48 OPP library provides a set of helper functions to organize and query the OPP
77 operational functions operate only on available opps:
81 be used for dev_pm_opp_enable/disable functions to make an opp available as required.
84 get_opp_count if dev_pm_opp_enable/disable functions are invoked for a device, the
97 OPPs dynamically using the dev_pm_opp_enable / disable functions.
103 with the dev_pm_opp_enable/disable functions. OPP library internally stores
126 3. OPP Search Functions
129 frequency back to the corresponding OPP, OPP library provides handy functions
131 functions return the matching pointer representing the opp if a match is
135 Callers of these functions shall call dev_pm_opp_put() after they have used the
199 4. OPP Availability Control Functions
202 situation. The OPP library provides a set of functions to modify the
205 These functions are intended to *temporarily* remove an OPP in conditions such
209 Do not use these functions in interrupt context.
245 5. OPP Data Retrieval Functions
247 Since OPP library abstracts away the OPP information, a set of functions to pull
249 retrieved using the search functions, the following functions can be used by SoC
272 Example: Lets say the SoC framework uses a couple of helper functions
337 accessed by various functions as described above. However, the structures
353 by dev_pm_opp_enable/disable functions.
369 Search functions:
374 Retrieval functions: