Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/input/mouse/
Delantech.c71 static int elantech_ps2_command(struct psmouse *psmouse, in elantech_ps2_command() function
121 if (elantech_ps2_command(psmouse, NULL, ETP_PS2_CUSTOM_COMMAND) || in elantech_read_reg()
122 elantech_ps2_command(psmouse, NULL, ETP_REGISTER_READ) || in elantech_read_reg()
123 elantech_ps2_command(psmouse, NULL, ETP_PS2_CUSTOM_COMMAND) || in elantech_read_reg()
124 elantech_ps2_command(psmouse, NULL, reg) || in elantech_read_reg()
125 elantech_ps2_command(psmouse, param, PSMOUSE_CMD_GETINFO)) { in elantech_read_reg()
131 if (elantech_ps2_command(psmouse, NULL, ETP_PS2_CUSTOM_COMMAND) || in elantech_read_reg()
132 elantech_ps2_command(psmouse, NULL, ETP_REGISTER_READWRITE) || in elantech_read_reg()
133 elantech_ps2_command(psmouse, NULL, ETP_PS2_CUSTOM_COMMAND) || in elantech_read_reg()
134 elantech_ps2_command(psmouse, NULL, reg) || in elantech_read_reg()
[all …]