Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/input/serio/
Dlibps2.c227 int __ps2_command(struct ps2dev *ps2dev, u8 *param, unsigned int command) in __ps2_command() function
328 EXPORT_SYMBOL(__ps2_command);
335 rc = __ps2_command(ps2dev, param, command); in ps2_command()
357 retval = __ps2_command(ps2dev, NULL, PS2_CMD_SETSCALE11); in ps2_sliced_command()
363 retval = __ps2_command(ps2dev, &d, PS2_CMD_SETRES); in ps2_sliced_command()
/Linux-v6.1/include/linux/
Dlibps2.h53 int __ps2_command(struct ps2dev *ps2dev, u8 *param, unsigned int command);
/Linux-v6.1/drivers/input/mouse/
Dsentelic.c113 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()