Searched refs:__ps2_command (Results 1 – 3 of 3) sorted by relevance
/linux-5.19.10/drivers/input/serio/ |
D | libps2.c | 226 int __ps2_command(struct ps2dev *ps2dev, u8 *param, unsigned int command) in __ps2_command() function 325 EXPORT_SYMBOL(__ps2_command); 332 rc = __ps2_command(ps2dev, param, command); in ps2_command() 354 retval = __ps2_command(ps2dev, NULL, PS2_CMD_SETSCALE11); in ps2_sliced_command() 360 retval = __ps2_command(ps2dev, &d, PS2_CMD_SETRES); in ps2_sliced_command()
|
/linux-5.19.10/include/linux/ |
D | libps2.h | 53 int __ps2_command(struct ps2dev *ps2dev, u8 *param, unsigned int command);
|
/linux-5.19.10/drivers/input/mouse/ |
D | sentelic.c | 113 if (__ps2_command(ps2dev, param, PSMOUSE_CMD_GETINFO) < 0) in fsp_reg_read() 224 if (__ps2_command(ps2dev, param, PSMOUSE_CMD_GETINFO)) in fsp_page_reg_read()
|