Lines Matching full:touchpad

3  * Synaptics TouchPad PS/2 mouse driver
36 * The x/y limits are taken from the Synaptics TouchPad interfacing Guide,
57 * uses this value to indicate a finger near the edge of the touchpad
60 * At least one touchpad is known to report positions in excess of this
77 * Set the synaptics touchpad mode byte by special commands
112 psmouse->name = "TouchPad"; in synaptics_detect()
120 /* reset touchpad back to relative mode, gestures enabled */ in synaptics_reset()
214 * Send a command to the synaptics touchpad by special commands
248 * Identify Touchpad
264 * Read the model-id bytes from the touchpad
274 * Read the firmware id from the touchpad
284 * Read the board id and the "More Extended Queries" from the touchpad
311 * Read the capability-bits from the touchpad
368 * Read touchpad resolution and maximum reported coordinates
369 * Resolution is left zero if touchpad does not support the query
727 /* adjust the touchpad to child's choice of protocol */ in synaptics_pt_activate()
845 * finger on the touchpad, which interferes with in synaptics_parse_hw_state()
911 * the touchpad whose precise position cannot be determined, so in synaptics_parse_hw_state()
986 * physically wired to the touchpad. Re-route them through in synaptics_report_ext_buttons()
1055 /* Send the number of fingers reported by touchpad itself. */ in synaptics_report_mt_data()
1097 * called for each full received packet from the touchpad
1471 * On some boxes, right after resuming, the touchpad in synaptics_reconnect()
1625 … "Touchpad model: %lu, fw: %lu.%lu, id: %#x, caps: %#x/%#x/%#x/%#x, board id: %u, fw id: %u\n", in synaptics_init_ps2()
1640 * Encode touchpad model so that it can be used to set in synaptics_init_ps2()
1833 "Your touchpad (%s) says it can support a different bus. " in synaptics_setup_intertouch()
1915 "The touchpad can support a better bus than the too old PS/2 protocol. " in synaptics_init()
1916 …"Make sure MOUSE_PS2_SYNAPTICS_SMBUS and RMI4_SMB are enabled to get a better touchpad experience.… in synaptics_init()