Searched refs:ps2_sliced_command (Results 1 - 5 of 5) sorted by relevance

/linux-master/include/linux/
H A Dlibps2.h70 int ps2_sliced_command(struct ps2dev *ps2dev, u8 command);
/linux-master/drivers/input/serio/
H A Dlibps2.c414 * ps2_sliced_command - sends an extended PS/2 command to a mouse
423 int ps2_sliced_command(struct ps2dev *ps2dev, u8 command) function
446 EXPORT_SYMBOL(ps2_sliced_command); variable
/linux-master/drivers/input/mouse/
H A Delantech.c38 if (ps2_sliced_command(&psmouse->ps2dev, c) ||
151 if (ps2_sliced_command(&psmouse->ps2dev, ETP_REGISTER_READ) ||
152 ps2_sliced_command(&psmouse->ps2dev, reg) ||
206 if (ps2_sliced_command(&psmouse->ps2dev, ETP_REGISTER_WRITE) ||
207 ps2_sliced_command(&psmouse->ps2dev, reg) ||
208 ps2_sliced_command(&psmouse->ps2dev, val) ||
H A Dlogips2pp.c117 error = ps2_sliced_command(&psmouse->ps2dev, command);
H A Dsynaptics.c84 error = ps2_sliced_command(&psmouse->ps2dev, mode);
212 error = ps2_sliced_command(&psmouse->ps2dev, cmd);
569 error = ps2_sliced_command(&psmouse->ps2dev, SYN_QUE_MODEL);
636 error = ps2_sliced_command(&parent->ps2dev, c);

Completed in 245 milliseconds