Lines Matching +full:60 +full:ps
3 * PS/2 mouse driver
40 #define DRIVER_DESC "PS/2 mouse driver"
112 * rarely more than one PS/2 mouse connected and since semaphore
151 * psmouse_process_byte() analyzes the PS/2 data stream and reports
235 /* Generic PS/2 Mouse */ in psmouse_process_byte()
468 static const u8 rates[] = { 200, 100, 80, 60, 40, 20, 10, 0 }; in psmouse_set_rate()
657 static const u8 seq[] = { 20, 60, 40, 20, 20, 60, 40, 20, 20 }; in thinking_detect()
685 * Bare PS/2 protocol "detection". Always succeeds.
706 * Cortron PS/2 protocol detection. There's no special way to detect it, so it
713 psmouse->name = "PS/2 Trackball"; in cortron_detect()
725 .name = "PS/2",
1041 * psmouse_extensions() probes for any extensions to the basic PS/2 protocol
1067 * and set it up as bare PS/2 protocol device. in psmouse_extensions()
1244 * psmouse_probe() probes for a PS/2 mouse.
1453 * Reset the mouse to defaults (bare PS/2 protocol). in psmouse_cleanup()
1645 * PS/2 devices having SMBus companions should stay disabled in psmouse_connect()
1646 * on PS/2 side, in order to have SMBus part operable. in psmouse_connect()
1729 * PS/2 devices having SMBus companions should stay disabled in __psmouse_reconnect()
1730 * on PS/2 side, in order to have SMBus part operable. in __psmouse_reconnect()