Searched refs:sc_keymap (Results 1 – 6 of 6) sorted by relevance
| /src/sys/dev/ath/ |
| H A D | if_ath_keycache.c | 298 for (i = 0; i < nitems(sc->sc_keymap)/4; i++) { in key_alloc_2pair() 299 u_int8_t b = sc->sc_keymap[i]; in key_alloc_2pair() 311 if (isset(sc->sc_keymap, keyix+32) || in key_alloc_2pair() 312 isset(sc->sc_keymap, keyix+64) || in key_alloc_2pair() 313 isset(sc->sc_keymap, keyix+32+64)) { in key_alloc_2pair() 322 setbit(sc->sc_keymap, keyix); in key_alloc_2pair() 323 setbit(sc->sc_keymap, keyix+64); in key_alloc_2pair() 324 setbit(sc->sc_keymap, keyix+32); in key_alloc_2pair() 325 setbit(sc->sc_keymap, keyix+32+64); in key_alloc_2pair() 351 for (i = 0; i < nitems(sc->sc_keymap)/4; i++) { in key_alloc_pair() [all …]
|
| H A D | if_ath.c | 980 setbit(sc->sc_keymap, i); in ath_attach() 981 setbit(sc->sc_keymap, i+64); in ath_attach() 983 setbit(sc->sc_keymap, i+32); in ath_attach() 984 setbit(sc->sc_keymap, i+32+64); in ath_attach()
|
| H A D | if_athvar.h | 719 u_int8_t sc_keymap[ATH_KEYBYTES];/* key use bit map */ member
|
| /src/sys/dev/gpio/ |
| H A D | gpiokeys.c | 129 keymap_t sc_keymap; member 428 sc->sc_keymap = key_map; in gpiokeys_attach() 431 kbd_set_maps(kbd, &sc->sc_keymap, &sc->sc_accmap, in gpiokeys_attach()
|
| /src/sys/dev/hid/ |
| H A D | hkbd.c | 133 keymap_t sc_keymap; member 906 sc->sc_keymap = key_map; in hkbd_attach() 912 kbd_set_maps(kbd, &sc->sc_keymap, &sc->sc_accmap, in hkbd_attach()
|
| /src/sys/dev/usb/input/ |
| H A D | ukbd.c | 139 keymap_t sc_keymap; member 1183 sc->sc_keymap = key_map; in ukbd_attach() 1200 kbd_set_maps(kbd, &sc->sc_keymap, &sc->sc_accmap, in ukbd_attach()
|