Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dwm97xx.h220 struct wm97xx;
234 int (*poll_sample) (struct wm97xx *, int adcsel, int *sample);
237 int (*poll_touch) (struct wm97xx *, struct wm97xx_data *);
239 int (*acc_enable) (struct wm97xx *, int enable);
240 void (*phy_init) (struct wm97xx *);
241 void (*dig_enable) (struct wm97xx *, int enable);
242 void (*dig_restore) (struct wm97xx *);
243 void (*aux_prepare) (struct wm97xx *);
252 void (*acc_pen_up) (struct wm97xx *);
253 int (*acc_pen_down) (struct wm97xx *);
[all …]
/linux/drivers/mfd/
H A Dwm97xx-core.c253 struct wm97xx_priv *wm97xx; in wm97xx_ac97_probe() local
260 wm97xx = devm_kzalloc(ac97_codec_dev2dev(adev), in wm97xx_ac97_probe()
261 sizeof(*wm97xx), GFP_KERNEL); in wm97xx_ac97_probe()
262 if (!wm97xx) in wm97xx_ac97_probe()
265 wm97xx->dev = ac97_codec_dev2dev(adev); in wm97xx_ac97_probe()
266 wm97xx->ac97 = snd_ac97_compat_alloc(adev); in wm97xx_ac97_probe()
267 if (IS_ERR(wm97xx->ac97)) in wm97xx_ac97_probe()
268 return PTR_ERR(wm97xx->ac97); in wm97xx_ac97_probe()
271 ac97_set_drvdata(adev, wm97xx); in wm97xx_ac97_probe()
272 dev_info(wm97xx->dev, "wm97xx core found, id=0x%x\n", in wm97xx_ac97_probe()
[all …]
/linux/drivers/input/touchscreen/
H A Dmainstone-wm97xx.c100 static void wm97xx_acc_pen_up(struct wm97xx *wm) in wm97xx_acc_pen_up()
115 static int wm97xx_acc_pen_down(struct wm97xx *wm) in wm97xx_acc_pen_down()
168 static int wm97xx_acc_startup(struct wm97xx *wm) in wm97xx_acc_startup()
229 static void wm97xx_acc_shutdown(struct wm97xx *wm) in wm97xx_acc_shutdown()
250 struct wm97xx *wm = platform_get_drvdata(pdev); in mainstone_wm97xx_probe()
257 struct wm97xx *wm = platform_get_drvdata(pdev); in mainstone_wm97xx_remove()
/linux/arch/mips/alchemy/devboards/
H A Ddb1300.c735 struct wm97xx *wm = platform_get_drvdata(pdev); in db1300_wm97xx_probe()
/linux/
H A DMAINTAINERS28799 F: include/linux/wm97xx.h