Home
last modified time | relevance | path

Searched refs:wm9713 (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/sound/soc/codecs/
H A Dwm9713.c3 * wm9713.c -- ALSA Soc WM9713 codec support
30 #include "wm9713.h"
229 struct wm9713_priv *wm9713 = snd_soc_component_get_drvdata(component); in wm9713_hp_mixer_put() local
241 mutex_lock(&wm9713->lock); in wm9713_hp_mixer_put()
242 old = wm9713->hp_mixer[mixer]; in wm9713_hp_mixer_put()
244 wm9713->hp_mixer[mixer] |= mask; in wm9713_hp_mixer_put()
246 wm9713->hp_mixer[mixer] &= ~mask; in wm9713_hp_mixer_put()
248 change = old != wm9713->hp_mixer[mixer]; in wm9713_hp_mixer_put()
253 if ((wm9713->hp_mixer[0] & mask) || in wm9713_hp_mixer_put()
254 (wm9713 in wm9713_hp_mixer_put()
273 struct wm9713_priv *wm9713 = snd_soc_component_get_drvdata(component); wm9713_hp_mixer_get() local
817 struct wm9713_priv *wm9713 = snd_soc_component_get_drvdata(component); wm9713_set_pll() local
1182 struct wm9713_priv *wm9713 = snd_soc_component_get_drvdata(component); wm9713_soc_resume() local
1207 struct wm9713_priv *wm9713 = snd_soc_component_get_drvdata(component); wm9713_soc_probe() local
1237 struct wm9713_priv *wm9713 = snd_soc_component_get_drvdata(component); wm9713_soc_remove() local
1265 struct wm9713_priv *wm9713; wm9713_probe() local
[all...]
H A DMakefile295 snd-soc-wm9713-objs := wm9713.o
604 obj-$(CONFIG_SND_SOC_WM9713) += snd-soc-wm9713.o
/kernel/linux/linux-6.6/sound/soc/codecs/
H A Dwm9713.c3 * wm9713.c -- ALSA Soc WM9713 codec support
30 #include "wm9713.h"
229 struct wm9713_priv *wm9713 = snd_soc_component_get_drvdata(component); in wm9713_hp_mixer_put() local
241 mutex_lock(&wm9713->lock); in wm9713_hp_mixer_put()
242 old = wm9713->hp_mixer[mixer]; in wm9713_hp_mixer_put()
244 wm9713->hp_mixer[mixer] |= mask; in wm9713_hp_mixer_put()
246 wm9713->hp_mixer[mixer] &= ~mask; in wm9713_hp_mixer_put()
248 change = old != wm9713->hp_mixer[mixer]; in wm9713_hp_mixer_put()
253 if ((wm9713->hp_mixer[0] & mask) || in wm9713_hp_mixer_put()
254 (wm9713 in wm9713_hp_mixer_put()
273 struct wm9713_priv *wm9713 = snd_soc_component_get_drvdata(component); wm9713_hp_mixer_get() local
817 struct wm9713_priv *wm9713 = snd_soc_component_get_drvdata(component); wm9713_set_pll() local
1182 struct wm9713_priv *wm9713 = snd_soc_component_get_drvdata(component); wm9713_soc_resume() local
1207 struct wm9713_priv *wm9713 = snd_soc_component_get_drvdata(component); wm9713_soc_probe() local
1237 struct wm9713_priv *wm9713 = snd_soc_component_get_drvdata(component); wm9713_soc_remove() local
1264 struct wm9713_priv *wm9713; wm9713_probe() local
[all...]
H A DMakefile369 snd-soc-wm9713-objs := wm9713.o
754 obj-$(CONFIG_SND_SOC_WM9713) += snd-soc-wm9713.o
/kernel/linux/linux-5.10/drivers/input/touchscreen/
H A DMakefile103 wm97xx-ts-$(CONFIG_TOUCHSCREEN_WM9713) += wm9713.o
/kernel/linux/linux-6.6/drivers/input/touchscreen/
H A DMakefile108 wm97xx-ts-$(CONFIG_TOUCHSCREEN_WM9713) += wm9713.o

Completed in 7 milliseconds