Home
last modified time | relevance | path

Searched refs:wm9713 (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/sound/soc/codecs/
H A Dwm9713.c241 mutex_lock(&wm9713->lock); in wm9713_hp_mixer_put()
263 mutex_unlock(&wm9713->lock); in wm9713_hp_mixer_put()
826 wm9713->pll_in = 0; in wm9713_set_pll()
868 wm9713->pll_in = freq_in; in wm9713_set_pll()
1193 if (wm9713->pll_in) in wm9713_soc_resume()
1210 if (wm9713->mfd_pdata) { in wm9713_soc_probe()
1211 wm9713->ac97 = wm9713->mfd_pdata->ac97; in wm9713_soc_probe()
1216 if (IS_ERR(wm9713->ac97)) in wm9713_soc_probe()
1266 wm9713 = devm_kzalloc(&pdev->dev, sizeof(*wm9713), GFP_KERNEL); in wm9713_probe()
1267 if (wm9713 == NULL) in wm9713_probe()
[all …]
H A DMakefile369 snd-soc-wm9713-objs := wm9713.o
754 obj-$(CONFIG_SND_SOC_WM9713) += snd-soc-wm9713.o
/openbmc/linux/drivers/input/touchscreen/
H A DMakefile108 wm97xx-ts-$(CONFIG_TOUCHSCREEN_WM9713) += wm9713.o