HomeSort by: relevance | last modified time | path
    Searched refs:scancode (Results 1 - 5 of 5) sorted by relevancy

  /src/sys/dev/adb/
adb_bt.c 107 uint8_t k, scancode; local in function:adbbt_handler
119 scancode = ADBK_KEYVAL(k);
120 if ((scancode < 6) || (scancode > 0x0c))
125 switch (scancode) {
  /src/sys/dev/hpc/
hpckbd.c 386 __hpckbd_input(void *arg, int flag, int scancode)
397 key = hc->hc_keymap[scancode];
401 scancode, scancode >> 3,
402 scancode - ((scancode >> 3) << 3));
415 if (scancode == hc->hc_special[KEY_SPECIAL_OFF]) {
418 } else if (scancode == hc->hc_special[KEY_SPECIAL_LIGHT]) {
425 printf("unknown special key %d\n", scancode);
  /src/sys/dev/hyperv/
hvkbd.c 388 hvkbd_decode(struct hvkbd_softc *sc, u_int *type, int *scancode)
407 * the mapping from unicode to scancode depends on the keymap.
415 *scancode = ks.makecode;
441 * the mapping from unicode to scancode depends on the keymap.
  /src/sys/arch/x86/include/
efi.h 149 uint16_t scancode; member in struct:efi_key
  /src/sys/dev/usb/
ukbd.c 193 * See http://www.microsoft.com/whdc/archive/scancode.mspx
690 const uint8_t * const scancode = (char *)ibuf + sc->sc_keycodeloc.pos / 8; local in function:ukbd_intr
693 if (scancode[i] != Keyboard_NoEvent)
694 setbit(ud->keys, scancode[i]);

Completed in 15 milliseconds