Searched refs:scancode (Results 1 – 8 of 8) sorted by relevance
/netbsd/sys/dev/adb/ |
H A D | adb_bt.c | 117 uint8_t k, scancode; in adbbt_handler() local 129 scancode = ADBK_KEYVAL(k); in adbbt_handler() 130 if ((scancode < 6) || (scancode > 0x0c)) in adbbt_handler() 135 switch (scancode) { in adbbt_handler()
|
/netbsd/sys/dev/hpc/ |
H A D | hpckbd.c | 386 __hpckbd_input(void *arg, int flag, int scancode) in __hpckbd_input() argument 397 key = hc->hc_keymap[scancode]; in __hpckbd_input() 401 scancode, scancode >> 3, in __hpckbd_input() 402 scancode - ((scancode >> 3) << 3)); in __hpckbd_input() 415 if (scancode == hc->hc_special[KEY_SPECIAL_OFF]) { in __hpckbd_input() 418 } else if (scancode == hc->hc_special[KEY_SPECIAL_LIGHT]) { in __hpckbd_input() 425 printf("unknown special key %d\n", scancode); in __hpckbd_input()
|
/netbsd/sys/dev/hyperv/ |
H A D | hvkbd.c | 388 hvkbd_decode(struct hvkbd_softc *sc, u_int *type, int *scancode) in hvkbd_decode() argument 415 *scancode = ks.makecode; in hvkbd_decode()
|
/netbsd/sys/dev/usb/ |
H A D | ukbd.c | 690 const uint8_t * const scancode = (char *)ibuf + sc->sc_keycodeloc.pos / 8; in ukbd_intr() local 693 if (scancode[i] != Keyboard_NoEvent) in ukbd_intr() 694 setbit(ud->keys, scancode[i]); in ukbd_intr()
|
/netbsd/sys/arch/x86/include/ |
H A D | efi.h | 149 uint16_t scancode; member
|
/netbsd/external/gpl3/gcc.old/dist/gcc/config/bpf/ |
H A D | bpf-helpers.h | 296 unsigned long long scancode, unsigned int toggle)
|
/netbsd/external/gpl3/gcc/dist/gcc/config/bpf/ |
H A D | bpf-helpers.h | 296 unsigned long long scancode, unsigned int toggle)
|
/netbsd/share/terminfo/ |
H A D | terminfo | 21550 # a 102 keys keyboard (PC scancode !) and following set-up :
|