Lines Matching full:framework
10 The Energy Model (EM) framework serves as an interface between drivers knowing
19 possible source of information on its own, the EM framework intervenes as an
40 framework, and interested clients reading the data from it::
52 | Framework |
67 In case of CPU devices the EM framework manages power cost tables per
77 scheduler, also uses RCU to access this memory. The EM framework provides
83 framework will handle the clean-up when it's possible.
106 CONFIG_ENERGY_MODEL must be enabled to use the EM framework.
117 formula in the framework (like it is in 'simple' EM case). It can better reflect
122 Drivers are expected to register performance domains into the EM framework by
144 The EM can also be registered using OPP framework and information in DT
166 and provide .get_cost() callback. The EM framework would handle such platform
174 The 'simple' EM is registered using the framework helper function
216 also RCU and kref needed by the EM framework. The 'struct em_perf_table'
229 'struct em_perf_table'. That new EM will be safely used inside the EM framework
241 It will allow the EM framework to safely remove the memory, when there is
255 and protects the users. It also allows the EM framework to manage the memory
293 The CPUFreq framework supports dedicated callback for registering
296 because the framework would call it at the right time during setup.
298 performance domain in the Energy Model framework using the (fake) 'foo'
300 EM framework::
319 16 /* Return the values to the EM framework */
400 45 * The EM framework will later free the table when needed.