Home
last modified time | relevance | path

Searched refs:five_wire (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/drivers/input/touchscreen/
H A Dwm9712.c81 * Set five_wire = 1 to use a 5 wire touchscreen.
85 static int five_wire; variable
86 module_param(five_wire, int, 0);
87 MODULE_PARM_DESC(five_wire, "Set to '1' to use 5-wire touchscreen.");
165 if (five_wire) { in wm9712_phy_init()
398 if (pil && !five_wire) { in wm9712_poll_touch()
H A Dwm9713.c81 * Set five_wire = 1 to use a 5 wire touchscreen.
85 static int five_wire; variable
86 module_param(five_wire, int, 0);
87 MODULE_PARM_DESC(five_wire, "Set to '1' to use 5-wire touchscreen.");
168 if (five_wire) { in wm9713_phy_init()
/kernel/linux/linux-6.6/drivers/input/touchscreen/
H A Dwm9712.c81 * Set five_wire = 1 to use a 5 wire touchscreen.
85 static int five_wire; variable
86 module_param(five_wire, int, 0);
87 MODULE_PARM_DESC(five_wire, "Set to '1' to use 5-wire touchscreen.");
165 if (five_wire) { in wm9712_phy_init()
398 if (pil && !five_wire) { in wm9712_poll_touch()
H A Dwm9713.c81 * Set five_wire = 1 to use a 5 wire touchscreen.
85 static int five_wire; variable
86 module_param(five_wire, int, 0);
87 MODULE_PARM_DESC(five_wire, "Set to '1' to use 5-wire touchscreen.");
168 if (five_wire) { in wm9713_phy_init()

Completed in 3 milliseconds