Lines Matching refs:as
35 We can represent these as three OPPs as the following {Hz, uV} tuples:
46 CONFIG_PM as certain SoCs such as Texas Instrument's OMAP framework allows to
49 Typical usage of the OPP library is as follows:
73 be used for dev_pm_opp_enable/disable functions to make an opp available as required.
78 dependent subsystems such as cpufreq are left to the discretion of the SoC
86 intensive operations on data structure as the OPP library caters to.
88 To ensure that the data retrieved are sane, the users such as SoC framework
112 used by SoC framework to define a optimal list as per the demands of
133 High level framework such as cpufreq operates on frequencies. To map the
138 error checks such as IS_ERR() and appropriate actions taken by the caller.
201 as thermal considerations (e.g. don't use OPPx until the temperature drops).
208 implementation might choose to do something as follows:
224 choose to do something as follows:
288 frequencies in a table, the main processor can notify as following:
312 represented as follows:
324 accessed by various functions as described above. However, the structures
332 provided back to the users such as SoC framework to be used as a
341 OPP library such as the SoC framework.
343 Overall, in a simplistic view, the data structure operations is represented as