Home
last modified time | relevance | path

Searched refs:dapm_mutex (Results 1 – 5 of 5) sorted by relevance

/linux-4.4.14/sound/soc/
Dsoc-dapm.c131 lockdep_assert_held(&dapm->card->dapm_mutex); in dapm_assert_locked()
282 mutex_lock(&card->dapm_mutex); in dapm_mark_endpoints_dirty()
294 mutex_unlock(&card->dapm_mutex); in dapm_mark_endpoints_dirty()
542 lockdep_assert_held(&card->dapm_mutex); in dapm_reset()
1162 mutex_lock_nested(&card->dapm_mutex, SND_SOC_DAPM_CLASS_RUNTIME); in snd_soc_dapm_dai_get_connected_widgets()
1186 mutex_unlock(&card->dapm_mutex); in snd_soc_dapm_dai_get_connected_widgets()
1780 lockdep_assert_held(&card->dapm_mutex); in dapm_power_widgets()
1924 mutex_lock(&card->dapm_mutex); in dapm_widget_power_read_file()
1968 mutex_unlock(&card->dapm_mutex); in dapm_widget_power_read_file()
2106 lockdep_assert_held(&card->dapm_mutex); in soc_dapm_mux_update_power()
[all …]
Dsoc-core.c2438 mutex_init(&card->dapm_mutex); in snd_soc_register_card()
/linux-4.4.14/sound/soc/codecs/
Dwm5110.c447 mutex_lock_nested(&card->dapm_mutex, SND_SOC_DAPM_CLASS_RUNTIME); in wm5110_in_pga_get()
451 mutex_unlock(&card->dapm_mutex); in wm5110_in_pga_get()
468 mutex_lock_nested(&card->dapm_mutex, SND_SOC_DAPM_CLASS_RUNTIME); in wm5110_in_pga_put()
472 mutex_unlock(&card->dapm_mutex); in wm5110_in_pga_put()
/linux-4.4.14/include/sound/
Dsoc.h1081 struct mutex dapm_mutex; member
1658 mutex_lock_nested(&dapm->card->dapm_mutex, SND_SOC_DAPM_CLASS_RUNTIME); in snd_soc_dapm_mutex_lock()
1663 mutex_unlock(&dapm->card->dapm_mutex); in snd_soc_dapm_mutex_unlock()
/linux-4.4.14/drivers/extcon/
Dextcon-arizona.c188 mutex_lock(&arizona->dapm->card->dapm_mutex); in arizona_extcon_hp_clamp()
230 mutex_unlock(&arizona->dapm->card->dapm_mutex); in arizona_extcon_hp_clamp()