ps2_sliced_command
if (ps2_sliced_command(&psmouse->ps2dev, ETP_REGISTER_READ) ||
ps2_sliced_command(&psmouse->ps2dev, reg) ||
if (ps2_sliced_command(&psmouse->ps2dev, ETP_REGISTER_WRITE) ||
ps2_sliced_command(&psmouse->ps2dev, reg) ||
ps2_sliced_command(&psmouse->ps2dev, val) ||
if (ps2_sliced_command(&psmouse->ps2dev, c) ||
error = ps2_sliced_command(&psmouse->ps2dev, command);
error = ps2_sliced_command(&psmouse->ps2dev, cmd);
error = ps2_sliced_command(&psmouse->ps2dev, SYN_QUE_MODEL);
error = ps2_sliced_command(&parent->ps2dev, c);
error = ps2_sliced_command(&psmouse->ps2dev, mode);
EXPORT_SYMBOL(ps2_sliced_command);
int ps2_sliced_command(struct ps2dev *ps2dev, u8 command);