Searched refs:elantech_ps2_command (Results 1 – 1 of 1) sorted by relevance
/Linux-v5.10/drivers/input/mouse/ |
D | elantech.c | 68 static int elantech_ps2_command(struct psmouse *psmouse, in elantech_ps2_command() function 118 if (elantech_ps2_command(psmouse, NULL, ETP_PS2_CUSTOM_COMMAND) || in elantech_read_reg() 119 elantech_ps2_command(psmouse, NULL, ETP_REGISTER_READ) || in elantech_read_reg() 120 elantech_ps2_command(psmouse, NULL, ETP_PS2_CUSTOM_COMMAND) || in elantech_read_reg() 121 elantech_ps2_command(psmouse, NULL, reg) || in elantech_read_reg() 122 elantech_ps2_command(psmouse, param, PSMOUSE_CMD_GETINFO)) { in elantech_read_reg() 128 if (elantech_ps2_command(psmouse, NULL, ETP_PS2_CUSTOM_COMMAND) || in elantech_read_reg() 129 elantech_ps2_command(psmouse, NULL, ETP_REGISTER_READWRITE) || in elantech_read_reg() 130 elantech_ps2_command(psmouse, NULL, ETP_PS2_CUSTOM_COMMAND) || in elantech_read_reg() 131 elantech_ps2_command(psmouse, NULL, reg) || in elantech_read_reg() [all …]
|