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

/drivers/input/touchscreen/
H A 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;
H A 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;
H A 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;

Completed in 95 milliseconds