Home
last modified time | relevance | path

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

/openbmc/linux/sound/soc/codecs/
H A Dwm9705.c321 if (wm9705->mfd_pdata) { in wm9705_soc_probe()
322 wm9705->ac97 = wm9705->mfd_pdata->ac97; in wm9705_soc_probe()
323 regmap = wm9705->mfd_pdata->regmap; in wm9705_soc_probe()
327 if (IS_ERR(wm9705->ac97)) { in wm9705_soc_probe()
329 return PTR_ERR(wm9705->ac97); in wm9705_soc_probe()
334 snd_soc_free_ac97_component(wm9705->ac97); in wm9705_soc_probe()
353 snd_soc_free_ac97_component(wm9705->ac97); in wm9705_soc_remove()
375 struct wm9705_priv *wm9705; in wm9705_probe() local
377 wm9705 = devm_kzalloc(&pdev->dev, sizeof(*wm9705), GFP_KERNEL); in wm9705_probe()
378 if (wm9705 == NULL) in wm9705_probe()
[all …]
H A DMakefile367 snd-soc-wm9705-objs := wm9705.o
752 obj-$(CONFIG_SND_SOC_WM9705) += snd-soc-wm9705.o
/openbmc/linux/drivers/input/touchscreen/
H A DMakefile106 wm97xx-ts-$(CONFIG_TOUCHSCREEN_WM9705) += wm9705.o