Searched refs:__ps2_command (Results 1 – 3 of 3) sorted by relevance
/linux-4.1.27/drivers/input/serio/ |
D | libps2.c | 183 int __ps2_command(struct ps2dev *ps2dev, unsigned char *param, int command) in __ps2_command() function 253 EXPORT_SYMBOL(__ps2_command); 260 rc = __ps2_command(ps2dev, param, command); in ps2_command()
|
/linux-4.1.27/include/linux/ |
D | libps2.h | 49 int __ps2_command(struct ps2dev *ps2dev, unsigned char *param, int command);
|
/linux-4.1.27/drivers/input/mouse/ |
D | sentelic.c | 126 if (__ps2_command(ps2dev, param, PSMOUSE_CMD_GETINFO) < 0) in fsp_reg_read() 237 if (__ps2_command(ps2dev, param, PSMOUSE_CMD_GETINFO)) in fsp_page_reg_read()
|