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:
82 which can then be used for dev_pm_opp_enable/disable functions to make an
86 get_opp_count if dev_pm_opp_enable/disable functions are invoked for a
99 OPPs dynamically using the dev_pm_opp_enable / disable functions.
105 with the dev_pm_opp_enable/disable functions. OPP library
128 3. OPP Search Functions
131 frequency back to the corresponding OPP, OPP library provides handy functions
133 functions return the matching pointer representing the opp if a match is
137 Callers of these functions shall call dev_pm_opp_put() after they have used the
201 4. OPP Availability Control Functions
204 situation. The OPP library provides a set of functions to modify the
207 These functions are intended to *temporarily* remove an OPP in conditions such
211 Do not use these functions in interrupt context.
247 5. OPP Data Retrieval Functions
249 Since OPP library abstracts away the OPP information, a set of functions to pull
251 retrieved using the search functions, the following functions can be used by SoC
274 Example: Lets say the SoC framework uses a couple of helper functions
339 accessed by various functions as described above. However, the structures
355 by dev_pm_opp_enable/disable functions.
371 Search functions:
376 Retrieval functions: