Lines Matching defs:level
113 enum snd_soc_bias_level level);
291 * snd_soc_component_init_bias_level() - Initialize COMPONENT DAPM bias level
292 * @component: The COMPONENT for which to initialize the DAPM bias level
293 * @level: The DAPM level to initialize to
295 * Initializes the COMPONENT DAPM bias level. See snd_soc_dapm_init_bias_level()
299 enum snd_soc_bias_level level)
302 snd_soc_component_get_dapm(component), level);
306 * snd_soc_component_get_bias_level() - Get current COMPONENT DAPM bias level
307 * @component: The COMPONENT for which to get the DAPM bias level
309 * Returns: The current DAPM bias level of the COMPONENT.
319 * snd_soc_component_force_bias_level() - Set the COMPONENT DAPM bias level
320 * @component: The COMPONENT for which to set the level
321 * @level: The level to set to
323 * Forces the COMPONENT bias level to a specific state. See
328 enum snd_soc_bias_level level)
332 level);
404 enum snd_soc_bias_level level);