Searched refs:dapm (Results 1 – 5 of 5) sorted by relevance
/drivers/regulator/ |
D | arizona-micsupp.c | 36 struct snd_soc_dapm_context **dapm; member 50 struct snd_soc_dapm_context *dapm = *micsupp->dapm; in arizona_micsupp_check_cp() local 62 if (dapm) { in arizona_micsupp_check_cp() 63 component = snd_soc_dapm_to_component(dapm); in arizona_micsupp_check_cp() 72 snd_soc_dapm_sync(dapm); in arizona_micsupp_check_cp() 320 micsupp->dapm = &arizona->dapm; in arizona_micsupp_probe() 354 micsupp->dapm = &madera->dapm; in madera_micsupp_probe()
|
/drivers/input/misc/ |
D | arizona-haptics.c | 38 snd_soc_dapm_to_component(arizona->dapm); in arizona_haptics_work() 41 if (!haptics->arizona->dapm) { in arizona_haptics_work() 75 ret = snd_soc_dapm_sync(arizona->dapm); in arizona_haptics_work() 90 ret = snd_soc_dapm_sync(arizona->dapm); in arizona_haptics_work() 114 if (!arizona->dapm) { in arizona_haptics_play() 146 if (haptics->arizona->dapm) { in arizona_haptics_close() 147 component = snd_soc_dapm_to_component(haptics->arizona->dapm); in arizona_haptics_close()
|
/drivers/extcon/ |
D | extcon-arizona.c | 182 snd_soc_dapm_mutex_lock(arizona->dapm); in arizona_extcon_hp_clamp() 224 snd_soc_dapm_mutex_unlock(arizona->dapm); in arizona_extcon_hp_clamp() 266 struct snd_soc_dapm_context *dapm = arizona->dapm; in arizona_extcon_pulse_micbias() local 267 struct snd_soc_component *component = snd_soc_dapm_to_component(dapm); in arizona_extcon_pulse_micbias() 275 snd_soc_dapm_sync(dapm); in arizona_extcon_pulse_micbias() 283 snd_soc_dapm_sync(dapm); in arizona_extcon_pulse_micbias() 344 struct snd_soc_dapm_context *dapm = arizona->dapm; in arizona_stop_mic() local 345 struct snd_soc_component *component = snd_soc_dapm_to_component(dapm); in arizona_stop_mic() 361 snd_soc_dapm_sync(dapm); in arizona_stop_mic() 1357 if (!arizona->dapm || !arizona->dapm->card) in arizona_extcon_probe()
|
/drivers/staging/greybus/ |
D | audio_codec.c | 825 snd_soc_dapm_new_controls(&codec->dapm, module->dapm_widgets, in gbaudio_register_module() 831 snd_soc_dapm_add_routes(&codec->dapm, module->dapm_routes, in gbaudio_register_module() 837 &codec->dapm); in gbaudio_register_module() 857 ret = snd_soc_dapm_new_widgets(&codec->dapm); in gbaudio_register_module() 965 snd_soc_dapm_del_routes(&codec->dapm, module->dapm_routes, in gbaudio_unregister_module() 977 snd_soc_dapm_free_controls(&codec->dapm, module->dapm_widgets, in gbaudio_unregister_module()
|
D | audio_topology.c | 404 dev_warn(widget->dapm->dev, in gbcodec_mixer_dapm_ctl_get() 454 dev_warn(widget->dapm->dev, in gbcodec_mixer_dapm_ctl_put() 469 widget->dapm->update = NULL; in gbcodec_mixer_dapm_ctl_put() 848 widget->dapm->update = NULL; in gbcodec_enum_dapm_ctl_put()
|