Home
last modified time | relevance | path

Searched refs:__ps2_command (Results 1 – 3 of 3) sorted by relevance

/Linux-v4.19/drivers/input/serio/
Dlibps2.c230 int __ps2_command(struct ps2dev *ps2dev, u8 *param, unsigned int command) in __ps2_command() function
329 EXPORT_SYMBOL(__ps2_command);
336 rc = __ps2_command(ps2dev, param, command); in ps2_command()
358 retval = __ps2_command(ps2dev, NULL, PS2_CMD_SETSCALE11); in ps2_sliced_command()
364 retval = __ps2_command(ps2dev, &d, PS2_CMD_SETRES); in ps2_sliced_command()
/Linux-v4.19/include/linux/
Dlibps2.h56 int __ps2_command(struct ps2dev *ps2dev, u8 *param, unsigned int command);
/Linux-v4.19/drivers/input/mouse/
Dsentelic.c126 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()