Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/input/touchscreen/
Dzylonite-wm97xx.c75 static int ac97_touch_slot = 5; variable
76 module_param(ac97_touch_slot, int, 0);
77 MODULE_PARM_DESC(ac97_touch_slot, "Touch screen data slot AC97 number");
161 wm->acc_slot = ac97_touch_slot; in wm97xx_acc_startup()
Dmainstone-wm97xx.c100 static int ac97_touch_slot = 5; variable
101 module_param(ac97_touch_slot, int, 0);
102 MODULE_PARM_DESC(ac97_touch_slot, "Touch screen data slot AC97 number");
195 wm->acc_slot = ac97_touch_slot; in wm97xx_acc_startup()
Datmel-wm97xx.c124 static int ac97_touch_slot = 5; variable
125 module_param(ac97_touch_slot, int, 0);
126 MODULE_PARM_DESC(ac97_touch_slot, "Touch screen data slot AC97 number");
235 wm->acc_slot = ac97_touch_slot; in atmel_wm97xx_acc_startup()