HomeSort by: relevance | last modified time | path
    Searched defs:RELEASE (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/dev/hid/
hidkbd.c 66 #define RELEASE 0x100
521 PRESS : RELEASE));
534 ADDKEY(key | RELEASE);
581 if (key & RELEASE)
607 key & RELEASE ? WSCONS_EVENT_KEY_UP :
622 key&RELEASE ? WSCONS_EVENT_KEY_UP : WSCONS_EVENT_KEY_DOWN,
693 *type = c & RELEASE ? WSCONS_EVENT_KEY_UP : WSCONS_EVENT_KEY_DOWN;
  /src/sys/dev/bluetooth/
btkbd.c 466 #define RELEASE 0x100
508 ? PRESS : RELEASE));
521 ADDKEY(key | RELEASE);
565 if (key & RELEASE)
598 key & RELEASE ? WSCONS_EVENT_KEY_UP : WSCONS_EVENT_KEY_DOWN,
  /src/sys/dev/usb/
ukbd.c 96 #define RELEASE 0x100
660 key = 0x00e6 | RELEASE;
834 key = i | ((isset(ud->keys, i) ? PRESS : RELEASE));
866 cbuf[j-1] |= (key & RELEASE) ? 0x80 : 0;
873 if (key & RELEASE)
907 key&RELEASE ? WSCONS_EVENT_KEY_UP : WSCONS_EVENT_KEY_DOWN,
1034 *type = c & RELEASE ? WSCONS_EVENT_KEY_UP : WSCONS_EVENT_KEY_DOWN;

Completed in 15 milliseconds