Searched refs:MOUSE_PS2_PACKETSIZE (Results 1 – 3 of 3) sorted by relevance
/freebsd/sys/sys/ |
H A D | mouse.h | 280 #define MOUSE_PS2_PACKETSIZE 3 macro
|
/freebsd/sys/dev/cyapa/ |
H A D | cyapa.c | 566 sc->mode.packetsize = MOUSE_PS2_PACKETSIZE; in cyapa_attach() 1206 MOUSE_PS2_PACKETSIZE; in cyapaioctl() 1211 MOUSE_PS2_PACKETSIZE + 1; in cyapaioctl()
|
/freebsd/sys/dev/atkbdc/ |
H A D | psm.c | 704 0x00, MOUSE_PS2_PACKETSIZE, enable_synaptics_mux }, 712 0x08, MOUSE_PS2_PACKETSIZE, enable_mmanplus }, 726 0xc0, MOUSE_PS2_PACKETSIZE, enable_aglide }, 728 0x80, MOUSE_PS2_PACKETSIZE, enable_kmouse }, 732 0xc0, MOUSE_PS2_PACKETSIZE, enable_trackpoint }, 734 0xc0, MOUSE_PS2_PACKETSIZE, NULL }, 1610 sc->dflt_mode.packetsize = MOUSE_PS2_PACKETSIZE; 2416 return (MOUSE_PS2_PACKETSIZE); 2688 MOUSE_PS2_PACKETSIZE; 5102 if (pb->inputbytes == MOUSE_PS2_PACKETSIZE)
|