Lines Matching full:given
34 * the info on new D-Bus objects on the given bus connection.
89 * Whether the given level is supported. The level indices may be
94 /** Whether SST-BF is supported in a given level. */
96 /** Whether SST-TF is supported in a given level. */
98 /** Whether SST-BF is enabled in a given level. */
100 /** Whether SST-TF is enabled in a given level. */
102 /** Return the package Thermal Design Power in Watts for a given level. */
104 /** Return the number of cores enabled in a given level. */
106 /** Return the list of enabled logical core indices for a given level. */
110 * given level.
113 /** Return the base frequency (P1) for a given level. */
115 /** Return the maximum single-core frequency (P0) for a given level. */
119 * for a given level.
124 * SST-BF is enabled for a given level.
128 /** Return the high priority base frequency for a given level. */
130 /** Return the low priority base frequency for a given level. */
137 /** Change the current configuration to the given level. */
163 * BackendProvider represents a function which may create an SSTInterface given
166 * Backend should return nullptr to indicate it doesn't support a given CPU.