Searched refs:TP_COMMAND (Results 1 – 2 of 2) sorted by relevance
/linux-4.4.14/drivers/input/mouse/ |
D | trackpoint.c | 34 if (ps2_command(ps2dev, NULL, MAKE_PS2_CMD(0, 0, TP_COMMAND)) || in trackpoint_power_on_reset() 52 if (ps2_command(ps2dev, NULL, MAKE_PS2_CMD(0, 0, TP_COMMAND)) || in trackpoint_read() 63 if (ps2_command(ps2dev, NULL, MAKE_PS2_CMD(0, 0, TP_COMMAND)) || in trackpoint_write() 80 if (ps2_command(ps2dev, NULL, MAKE_PS2_CMD(0, 0, TP_COMMAND)) || in trackpoint_toggle_bit()
|
D | trackpoint.h | 21 #define TP_COMMAND 0xE2 /* Commands start with this */ macro
|