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()
1428 dev3->name = "PS/2 ALPS Mouse"; in alps_register_bare_ps2_mouse()
1522 * complete ALPS packet and this is start of the in alps_handle_interleaved_ps2()
1546 * packet in the middle of ALPS packet. in alps_handle_interleaved_ps2()
1548 * There is also possibility that we got 6-byte ALPS in alps_handle_interleaved_ps2()
1564 * Continue with the standard ALPS protocol handling, in alps_handle_interleaved_ps2()
1589 * ALPS packet. in alps_flush_packet()
1629 /* Check for PS/2 packet stuffed in the middle of ALPS packet. */ in alps_process_byte()
1857 /* Try ALPS magic knock - 4 disable before enable */ in alps_absolute_mode_v1_v2()
2041 /* ALPS needs stream mode, otherwise it won't report any data */ in alps_hw_init_v1_v2()
2875 * param[1] contains the firmware_id. So far all alps in alps_is_cs19_trackpoint()
2890 * ALPS should return 0,0,10 or 0,0,100 if no buttons are pressed. in alps_identify()
2903 * most ALPS touchpads. in alps_identify()
2934 "Unsupported ALPS V9 touchpad: E7=%3ph, EC=%3ph\n", in alps_identify()
2939 "Likely not an ALPS touchpad: E7=%3ph, EC=%3ph\n", e7, ec); in alps_identify()
3110 dev2->name = "AlpsPS/2 ALPS DualPoint Stick"; in alps_init()
3154 /* We are having trouble resyncing ALPS touchpads so disable it for now */ in alps_init()
3183 * ALPS cs19 is a trackpoint-only device, and uses different in alps_detect()
3192 "ALPS CS19 trackpoint-only device detected, ignoring\n"); in alps_detect()
3215 psmouse->vendor = "ALPS"; in alps_detect()