Searched refs:MOUSE_PROTO_PS2 (Results 1 – 3 of 3) sorted by relevance
| /freebsd-10-stable/usr.sbin/moused/ |
| D | moused.c | 297 { "PNP0F03", MOUSE_PROTO_PS2, MOUSE_MODEL_GENERIC }, 325 { "PNP0F0E", MOUSE_PROTO_PS2, MOUSE_MODEL_GENERIC }, 335 { "PNP0F12", MOUSE_PROTO_PS2, MOUSE_MODEL_GENERIC }, 337 { "PNP0F13", MOUSE_PROTO_PS2, MOUSE_MODEL_GENERIC }, 353 { "PNP0F19", MOUSE_PROTO_PS2, MOUSE_MODEL_GENERIC }, 869 case MOUSE_PROTO_PS2: in main() 1773 case MOUSE_PROTO_PS2: in r_init() 1940 if (pBufP != 0 && rodent.rtype != MOUSE_PROTO_PS2 && in r_protocol() 2169 case MOUSE_PROTO_PS2: /* PS/2 */ in r_protocol()
|
| /freebsd-10-stable/sys/sys/ |
| D | mouse.h | 193 #define MOUSE_PROTO_PS2 7 /* PS/2 mouse, 3 bytes */ macro
|
| /freebsd-10-stable/sys/dev/atkbdc/ |
| D | psm.c | 2027 ((old_mousemode_t *)addr)->protocol = MOUSE_PROTO_PS2; 2034 ((old_mousemode_t *)addr)->protocol = MOUSE_PROTO_PS2; 2054 ((mousemode_t *)addr)->protocol = MOUSE_PROTO_PS2; 2067 ((mousemode_t *)addr)->protocol = MOUSE_PROTO_PS2;
|