Lines Matching refs:functions

42 OPP library provides a set of helper functions to organize and query the OPP
69 operational functions operate only on available opps:
73 be used for dev_pm_opp_enable/disable functions to make an opp available as required.
76 get_opp_count if dev_pm_opp_enable/disable functions are invoked for a device, the
84 OPP library uses RCU for exclusivity. RCU allows the query functions to operate
94 RCU locking mechanisms. These functions should *NOT* be called under RCU locks
95 and other contexts that prevent blocking functions in RCU or mutex operations
105 OPPs dynamically using the dev_pm_opp_enable / disable functions.
110 with the dev_pm_opp_enable/disable functions. OPP library internally stores
134 frequency back to the corresponding OPP, OPP library provides handy functions
136 functions return the matching pointer representing the opp if a match is
197 situation. The OPP library provides a set of functions to modify the
200 These functions are intended to *temporarily* remove an OPP in conditions such
203 WARNING: Do not use these functions in interrupt context.
239 Since OPP library abstracts away the OPP information, a set of functions to pull
241 retrieved using the search functions, the following functions can be used by SoC
262 Example: Lets say the SoC framework uses a couple of helper functions
324 accessed by various functions as described above. However, the structures
337 availability of the OPP can be modified by dev_pm_opp_enable/disable functions.
352 Search functions:
357 Retrieval functions: