Home
last modified time | relevance | path

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

/linux/drivers/input/serio/
H A Dlibps2.c263 int __ps2_command(struct ps2dev *ps2dev, u8 *param, unsigned int command) in __ps2_command() function
387 EXPORT_SYMBOL(__ps2_command);
408 rc = __ps2_command(ps2dev, param, command); in ps2_command()
432 retval = __ps2_command(ps2dev, NULL, PS2_CMD_SETSCALE11); in ps2_sliced_command()
438 retval = __ps2_command(ps2dev, &d, PS2_CMD_SETRES); in ps2_sliced_command()
/linux/include/linux/
H A Dlibps2.h68 int __ps2_command(struct ps2dev *ps2dev, u8 *param, unsigned int command);
/linux/drivers/input/mouse/
H A 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()