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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/input/mouse/
H A Dtrackpoint.c35 static int trackpoint_write(struct ps2dev *ps2dev, unsigned char loc, unsigned char val) function
98 trackpoint_write(&psmouse->ps2dev, attr->command, value);
217 trackpoint_write(&psmouse->ps2dev, TP_SENS, tp->sensitivity);
218 trackpoint_write(&psmouse->ps2dev, TP_INERTIA, tp->inertia);
219 trackpoint_write(&psmouse->ps2dev, TP_SPEED, tp->speed);
221 trackpoint_write(&psmouse->ps2dev, TP_REACH, tp->reach);
222 trackpoint_write(&psmouse->ps2dev, TP_DRAGHYS, tp->draghys);
223 trackpoint_write(&psmouse->ps2dev, TP_MINDRAG, tp->mindrag);
225 trackpoint_write(&psmouse->ps2dev, TP_THRESH, tp->thresh);
226 trackpoint_write(
[all...]

Completed in 106 milliseconds