Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/input/touchscreen/
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; in wm97xx_acc_startup()
Dmainstone-wm97xx.c99 static int ac97_touch_slot = 5; variable
100 module_param(ac97_touch_slot, int, 0);
101 MODULE_PARM_DESC(ac97_touch_slot, "Touch screen data slot AC97 number");
194 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()