Lines Matching full:dapm
215 struct snd_soc_dapm_context dapm; member
237 * snd_soc_dapm_to_component() - Casts a DAPM context to the component it is
239 * @dapm: The DAPM context to cast to the component
241 * This function must only be used on DAPM contexts that are known to be part of
246 struct snd_soc_dapm_context *dapm) in snd_soc_dapm_to_component() argument
248 return container_of(dapm, struct snd_soc_component, dapm); in snd_soc_dapm_to_component()
252 * snd_soc_component_get_dapm() - Returns the DAPM context associated with a
254 * @component: The component for which to get the DAPM context
259 return &component->dapm; in snd_soc_component_get_dapm()
263 * snd_soc_component_init_bias_level() - Initialize COMPONENT DAPM bias level
264 * @component: The COMPONENT for which to initialize the DAPM bias level
265 * @level: The DAPM level to initialize to
267 * Initializes the COMPONENT DAPM bias level. See snd_soc_dapm_init_bias_level()
278 * snd_soc_component_get_bias_level() - Get current COMPONENT DAPM bias level
279 * @component: The COMPONENT for which to get the DAPM bias level
281 * Returns: The current DAPM bias level of the COMPONENT.
291 * snd_soc_component_force_bias_level() - Set the COMPONENT DAPM bias level
312 * This function must only be used on DAPM contexts that are known to be part of