Lines Matching refs:wm97xx
3 * mainstone-wm97xx.c -- Mainstone Continuous Touch screen driver for
12 * This is a wm97xx extended touch driver to capture touch
26 #include <linux/wm97xx.h>
101 static void wm97xx_acc_pen_up(struct wm97xx *wm)
109 static void wm97xx_acc_pen_up(struct wm97xx *wm)
120 static int wm97xx_acc_pen_down(struct wm97xx *wm)
172 static int wm97xx_acc_startup(struct wm97xx *wm)
249 static void wm97xx_acc_shutdown(struct wm97xx *wm)
259 static void wm97xx_irq_enable(struct wm97xx *wm, int enable)
279 struct wm97xx *wm = platform_get_drvdata(pdev);
286 struct wm97xx *wm = platform_get_drvdata(pdev);
296 .name = "wm97xx-touch",
303 MODULE_DESCRIPTION("wm97xx continuous touch driver for mainstone");