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() 1225 MOUSE_PS2_PACKETSIZE; in cyapaioctl() 1235 MOUSE_PS2_PACKETSIZE + 1; in cyapaioctl()
|
| /freebsd/sys/dev/atkbdc/ |
| H A D | psm.c | 706 0x00, MOUSE_PS2_PACKETSIZE, enable_synaptics_mux }, 714 0x08, MOUSE_PS2_PACKETSIZE, enable_mmanplus }, 728 0xc0, MOUSE_PS2_PACKETSIZE, enable_aglide }, 730 0x80, MOUSE_PS2_PACKETSIZE, enable_kmouse }, 734 0xc0, MOUSE_PS2_PACKETSIZE, enable_trackpoint }, 736 0xc0, MOUSE_PS2_PACKETSIZE, NULL }, 1612 sc->dflt_mode.packetsize = MOUSE_PS2_PACKETSIZE; 2421 return (MOUSE_PS2_PACKETSIZE); 2693 MOUSE_PS2_PACKETSIZE; 5117 if (pb->inputbytes == MOUSE_PS2_PACKETSIZE)
|