Searched refs:psmouse_sliced_command (Results 1 - 5 of 5) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/input/mouse/
H A Delantech.c40 if (psmouse_sliced_command(psmouse, c) ||
94 if (psmouse_sliced_command(psmouse, ETP_REGISTER_READ) ||
95 psmouse_sliced_command(psmouse, reg) ||
137 if (psmouse_sliced_command(psmouse, ETP_REGISTER_WRITE) ||
138 psmouse_sliced_command(psmouse, reg) ||
139 psmouse_sliced_command(psmouse, val) ||
H A Dpsmouse.h101 int psmouse_sliced_command(struct psmouse *psmouse, unsigned char command);
H A Dsynaptics.c59 if (psmouse_sliced_command(psmouse, mode))
108 if (psmouse_sliced_command(psmouse, c))
290 if (psmouse_sliced_command(parent, c))
H A Dlogips2pp.c116 if (psmouse_sliced_command(psmouse, command))
H A Dpsmouse-base.c374 * psmouse_sliced_command() sends an extended PS/2 command to the mouse
380 int psmouse_sliced_command(struct psmouse *psmouse, unsigned char command) function

Completed in 48 milliseconds