Lines Matching full:dapm
242 struct snd_soc_dapm_context dapm; member
265 * snd_soc_dapm_to_component() - Casts a DAPM context to the component it is
267 * @dapm: The DAPM context to cast to the component
269 * This function must only be used on DAPM contexts that are known to be part of
274 struct snd_soc_dapm_context *dapm) in snd_soc_dapm_to_component() argument
276 return container_of(dapm, struct snd_soc_component, dapm); in snd_soc_dapm_to_component()
280 * snd_soc_component_get_dapm() - Returns the DAPM context associated with a
282 * @component: The component for which to get the DAPM context
287 return &component->dapm; in snd_soc_component_get_dapm()
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()
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
340 * This function must only be used on DAPM contexts that are known to be part of