Home
last modified time | relevance | path

Searched refs:five_wire (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/input/touchscreen/
H A Dwm9712.c86 static int five_wire; variable
87 module_param(five_wire, int, 0);
88 MODULE_PARM_DESC(five_wire, "Set to '1' to use 5-wire touchscreen.");
166 if (five_wire) { in wm9712_phy_init()
399 if (pil && !five_wire) { in wm9712_poll_touch()
H A Dwm9713.c86 static int five_wire; variable
87 module_param(five_wire, int, 0);
88 MODULE_PARM_DESC(five_wire, "Set to '1' to use 5-wire touchscreen.");
169 if (five_wire) { in wm9713_phy_init()