Lines Matching full:touchpad
3 * Focaltech TouchPad PS/2 mouse driver
32 * them in order to avoid further detection attempts confusing the touchpad.
42 psmouse->name = "Touchpad"; in focaltech_detect()
61 * Current state of a single finger on the touchpad.
64 /* The touchpad has generated a touch event for the finger */
68 * The touchpad has sent position data for the finger. The
72 * touchpad has declared the finger to be valid, but we do not
86 * Description of the current state of the touchpad hardware.
90 * The touchpad tracks the positions of the fingers for us,
131 * The touchpad might report invalid data, so we clamp in focaltech_report_state()
327 * Undo part of setup done for us by psmouse core since touchpad in focaltech_set_input_params()
421 "Unable to read the size of the touchpad\n"); in focaltech_init()