Searched refs:psmouse_sliced_command (Results 1 – 5 of 5) sorted by relevance
/linux-4.1.27/drivers/input/mouse/ |
D | elantech.c | 38 if (psmouse_sliced_command(psmouse, c) || in synaptics_send_cmd() 110 if (psmouse_sliced_command(psmouse, ETP_REGISTER_READ) || in elantech_read_reg() 111 psmouse_sliced_command(psmouse, reg) || in elantech_read_reg() 165 if (psmouse_sliced_command(psmouse, ETP_REGISTER_WRITE) || in elantech_write_reg() 166 psmouse_sliced_command(psmouse, reg) || in elantech_write_reg() 167 psmouse_sliced_command(psmouse, val) || in elantech_write_reg()
|
D | psmouse.h | 112 int psmouse_sliced_command(struct psmouse *psmouse, unsigned char command);
|
D | synaptics.c | 84 if (psmouse_sliced_command(psmouse, mode)) in synaptics_mode_cmd() 240 if (psmouse_sliced_command(psmouse, c)) in synaptics_send_cmd() 505 if (psmouse_sliced_command(psmouse, SYN_QUE_MODEL)) in synaptics_set_advanced_gesture_mode() 566 if (psmouse_sliced_command(parent, c)) in synaptics_pt_write()
|
D | logips2pp.c | 116 if (psmouse_sliced_command(psmouse, command)) in ps2pp_cmd()
|
D | psmouse-base.c | 391 int psmouse_sliced_command(struct psmouse *psmouse, unsigned char command) in psmouse_sliced_command() function
|