Lines Matching full:alps

3  * ALPS touchpad PS/2 mouse driver
11 * ALPS detection, tap switching and status querying info is taken from
23 #include "alps.h"
27 * Definitions for ALPS version 3 and 4 command mode protocol
101 6-byte ALPS packet */
213 /* Packet formats are described in Documentation/input/devices/alps.rst */
599 * Most ALPS models report the trackstick buttons in the touchpad in alps_process_trackstick_packet_v3()
1420 dev3->name = "PS/2 ALPS Mouse"; in alps_do_register_bare_ps2_mouse()
1528 * complete ALPS packet and this is start of the in alps_handle_interleaved_ps2()
1552 * packet in the middle of ALPS packet. in alps_handle_interleaved_ps2()
1554 * There is also possibility that we got 6-byte ALPS in alps_handle_interleaved_ps2()
1570 * Continue with the standard ALPS protocol handling, in alps_handle_interleaved_ps2()
1595 * ALPS packet. in alps_flush_packet()
1633 /* Check for PS/2 packet stuffed in the middle of ALPS packet. */ in alps_process_byte()
1861 /* Try ALPS magic knock - 4 disable before enable */ in alps_absolute_mode_v1_v2()
2045 /* ALPS needs stream mode, otherwise it won't report any data */ in alps_hw_init_v1_v2()
2879 * param[1] contains the firmware_id. So far all alps in alps_is_cs19_trackpoint()
2894 * ALPS should return 0,0,10 or 0,0,100 if no buttons are pressed. in alps_identify()
2907 * most ALPS touchpads. in alps_identify()
2938 "Unsupported ALPS V9 touchpad: E7=%3ph, EC=%3ph\n", in alps_identify()
2943 "Likely not an ALPS touchpad: E7=%3ph, EC=%3ph\n", e7, ec); in alps_identify()
3114 dev2->name = "AlpsPS/2 ALPS DualPoint Stick"; in alps_init()
3158 /* We are having trouble resyncing ALPS touchpads so disable it for now */ in alps_init()
3187 * ALPS cs19 is a trackpoint-only device, and uses different in alps_detect()
3196 "ALPS CS19 trackpoint-only device detected, ignoring\n"); in alps_detect()
3219 psmouse->vendor = "ALPS"; in alps_detect()