/freebsd/share/man/man4/ |
H A D | kbdmux.4 | 24 acts as a master keyboard consuming input from all slave keyboards attached to 27 Slave keyboards can be attached to or detached from the 48 keyboard driver switches all slave keyboards into 51 Thus all slave keyboards attached to the
|
H A D | ukbd.4 | 50 driver provides support for keyboards that attach to the USB port. 64 If both an AT keyboard USB keyboards are used at the same time, the 69 The USB keyboards will be 84 You can swap console keyboards by using the command 121 Make the keyboards available through a character device in
|
H A D | hkbd.4 | 52 driver provides support for keyboards that attach to the HID transport 68 If both an AT keyboard HID keyboards are used at the same time, the 73 The HID keyboards will be 88 You can swap console keyboards by using the command 125 Make the keyboards available through a character device in
|
H A D | vkbd.4 | 19 does for virtual AT keyboards what the 36 The virtual AT keyboards are named
|
H A D | hsctrl.4 | 52 "Power off/Sleep keys" found on many keyboards.
|
H A D | hcons.4 | 52 "Multimedia keys" found on many keyboards.
|
H A D | atkbd.4 | 171 Certain keyboards, such as those on some ThinkPad models, behave
|
H A D | vt.4 | 125 Some laptop keyboards lack a Scroll Lock key, and use a special function key
|
/freebsd/sys/dev/kbd/ |
H A D | kbd.c | 83 static int keyboards = 1; variable 102 newsize = rounddown(keyboards + ARRAY_DELTA, ARRAY_DELTA); in kbd_realloc_array() 107 bcopy(keyboard, new_kbd, sizeof(*keyboard)*keyboards); in kbd_realloc_array() 108 if (keyboards > 1) in kbd_realloc_array() 111 keyboards = newsize; in kbd_realloc_array() 114 printf("kbd: new array size %d\n", keyboards); in kbd_realloc_array() 204 for (index = 0; index < keyboards; ++index) { in kbd_register() 208 if (index >= keyboards) { in kbd_register() 247 if ((kbd->kb_index < 0) || (kbd->kb_index >= keyboards)) in kbd_unregister() 298 if ((index < 0) || (index >= keyboards)) in kbd_find_keyboard2() [all …]
|
/freebsd/sys/dev/kbdmux/ |
H A D | kbdmux.c | 160 SLIST_HEAD(, kbdmux_kbd) ks_kbds; /* keyboards */ 233 * Process event from one of our keyboards 359 * Return the number of found keyboards 522 /* release all keyboards from the mux */ in kbdmux_term() 1142 /* KDSETLED on all slave keyboards */ in kbdmux_ioctl() 1173 /* KDSKBSTATE on all slave keyboards */ in kbdmux_ioctl() 1223 /* perform command on all slave keyboards */ in kbdmux_ioctl() 1240 /* perform command on all slave keyboards */ in kbdmux_ioctl() 1337 /* set poll on slave keyboards */ in kbdmux_poll()
|
/freebsd/sys/dev/evdev/ |
H A D | input-event-codes.h | 702 * Some keyboards have keys which do not have a defined meaning, these keys 704 * keyboards with these macro-keys the key-sequence to inject, or action to 748 * Some keyboards with the macro-keys described above have some extra keys 750 * -A macro recording start/stop key. Note that not all keyboards which emit 765 * Some keyboards have a buildin LCD panel where the contents are controlled
|
/freebsd/sys/contrib/device-tree/include/dt-bindings/input/ |
H A D | linux-event-codes.h | 693 * Some keyboards have keys which do not have a defined meaning, these keys 695 * keyboards with these macro-keys the key-sequence to inject, or action to 739 * Some keyboards with the macro-keys described above have some extra keys 741 * -A macro recording start/stop key. Note that not all keyboards which emit 756 * Some keyboards have a buildin LCD panel where the contents are controlled
|
/freebsd/sys/contrib/device-tree/Bindings/input/ |
H A D | hid-over-i2c.txt | 4 I2C bus. These devices can be for example touchpads, keyboards, touch screens
|
H A D | hid-over-i2c.yaml | 15 I2C bus. These devices can be for example touchpads, keyboards, touch screens
|
H A D | cros-ec-keyb.txt | 31 * 102ND key is not used for US keyboards.
|
H A D | google,cros-ec-keyb.yaml | 93 * 102ND key is not used for US keyboards.
|
/freebsd/share/man/man4/man4.powerpc/ |
H A D | akbd.4 | 42 driver provides support for all keyboards attached to the Apple Desktop
|
/freebsd/usr.sbin/bluetooth/bluetooth-config/ |
H A D | bluetooth-config.8 | 58 keyboards, configure and restart
|
/freebsd/usr.sbin/bluetooth/bthidd/ |
H A D | bthidd.8 | 132 driver must be used to properly multiplex input from multiple keyboards.
|
/freebsd/contrib/ncurses/man/ |
H A D | curs_getch.3x | 379 Many keyboards feature a nine-key directional pad. 549 Today's computer keyboards are based that of the IBM PC/AT and tend to
|
/freebsd/sys/dev/atkbdc/ |
H A D | atkbd.c | 301 * keyboards if possible. 340 /* return the number of found keyboards */ in atkbd_configure() 1002 /* replace CAPS LED with ALTGR LED for ALTGR keyboards */ in atkbd_ioctl() 1444 * Allow us to set the XT_KEYBD flag so that keyboards in init_keyboard() 1468 * Some keyboards require a SETLEDS command to be sent after in init_keyboard()
|
/freebsd/share/syscons/keymaps/ |
H A D | danish.iso.macbook.kbd | 1 # Danish ISO 8859-1 keyboard layout for Apple MacBook keyboards. Not all
|
/freebsd/share/vt/keymaps/ |
H A D | dk.macbook.kbd | 1 # Danish keyboard layout for Apple MacBook keyboards. Not all
|
/freebsd/tools/tools/locale/ |
H A D | Makefile | 126 CLDRFILES_KEY= https://unicode.org/Public/cldr/${CLDRVERSION:R}/cldr-keyboards-${CLDRVERSION}.zip
|
/freebsd/stand/efi/loader/ |
H A D | main.c | 147 * device path matches either the USB device path for keyboards or the in has_keyboard() 148 * legacy device path for keyboards. in has_keyboard() 159 * are keyboards of different flavors. Note: It is in has_keyboard() 187 usb->DeviceProtocol == 1) { /* Boot keyboards */ in has_keyboard()
|