Lines Matching full:dapm
217 struct snd_soc_dapm_context dapm; member
239 * snd_soc_dapm_to_component() - Casts a DAPM context to the component it is
241 * @dapm: The DAPM context to cast to the component
243 * This function must only be used on DAPM contexts that are known to be part of
248 struct snd_soc_dapm_context *dapm) in snd_soc_dapm_to_component() argument
250 return container_of(dapm, struct snd_soc_component, dapm); in snd_soc_dapm_to_component()
254 * snd_soc_component_get_dapm() - Returns the DAPM context associated with a
256 * @component: The component for which to get the DAPM context
261 return &component->dapm; in snd_soc_component_get_dapm()
265 * snd_soc_component_init_bias_level() - Initialize COMPONENT DAPM bias level
266 * @component: The COMPONENT for which to initialize the DAPM bias level
267 * @level: The DAPM level to initialize to
269 * Initializes the COMPONENT DAPM bias level. See snd_soc_dapm_init_bias_level()
280 * snd_soc_component_get_bias_level() - Get current COMPONENT DAPM bias level
281 * @component: The COMPONENT for which to get the DAPM bias level
283 * Returns: The current DAPM bias level of the COMPONENT.
293 * snd_soc_component_force_bias_level() - Set the COMPONENT DAPM bias level
314 * This function must only be used on DAPM contexts that are known to be part of