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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/input/touchscreen/
H A Dzylonite-wm97xx.c74 static int ac97_touch_slot = 5; variable
75 module_param(ac97_touch_slot, int, 0);
76 MODULE_PARM_DESC(ac97_touch_slot, "Touch screen data slot AC97 number");
160 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 77 milliseconds