| /freebsd/sys/arm64/conf/ |
| H A D | std.dev | 102 device usbhid # USB HID Transport 103 device hkbd # HID Keyboard 114 # HID support 116 device hid # Generic HID support 117 device hidbus # Generic HID Bus
|
| H A D | NOTES | 263 # HID-over-I2C support 265 device iichid # HID-over-I2C support 266 options IICHID_DEBUG # Enable HID-over-I2C debug messages
|
| /freebsd/sys/contrib/device-tree/Bindings/input/ |
| H A D | hid-over-i2c.txt | 1 * HID over I2C Device-Tree bindings 3 HID over I2C provides support for various Human Interface Devices over the 16 - hid-descr-addr: HID descriptor address
|
| /freebsd/sys/arm/conf/ |
| H A D | TEGRA124 | 88 device usbhid # USB HID Transport 137 # HID support 138 device hid # Generic HID support 139 device hidbus # Generic HID Bus 141 device hms # HID mouse
|
| H A D | GENERIC | 189 device usbhid # USB HID Transport 267 # HID support 268 device hid # Generic HID support 269 device hidbus # Generic HID Bus
|
| H A D | RPI-B | |
| /freebsd/lib/libbluetooth/ |
| H A D | protocols | 15 hid-control 17 HID-Control # Human Interface Device (control) 16 hid-interrupt 19 HID-Interrupt # Human Interface Device (interrupt)
|
| /freebsd/sys/powerpc/conf/ |
| H A D | MPC85XX | 132 # HID support 134 device hid # Generic HID support 135 device hidbus # Generic HID bus
|
| H A D | QORIQ64 | 133 # HID support 135 device hid # Generic HID support 136 device hidbus # Generic HID bus
|
| H A D | GENERIC | 180 device usbhid # USB HID Transport 182 device hkbd # HID Keyboard 187 device hms # HID Mouse 241 # HID support 243 device hid # Generic HID support 244 device hidbus # Generic HID Bus
|
| H A D | GENERIC64LE | 221 device usbhid # USB HID Transport 223 device hkbd # HID Keyboard 227 device hms # HID Mouse 281 # HID support 283 device hid # Generic HID support 284 device hidbus # Generic HID Bus
|
| H A D | GENERIC64 | 224 device usbhid # USB HID Transport 226 device hkbd # HID Keyboard 230 device hms # HID Mouse 299 # HID support 301 device hid # Generic HID support 302 device hidbus # Generic HID Bus
|
| /freebsd/lib/libefivar/ |
| H A D | efivar-dp-format.c | 420 if ((Acpi->HID & PNP_EISA_ID_MASK) == PNP_EISA_ID_CONST) { in DevPathToTextAcpi() 421 switch (EISA_ID_TO_NUM (Acpi->HID)) { in DevPathToTextAcpi() 447 … UefiDevicePathLibCatPrint (Str, "Acpi(PNP%04x,0x%x)", EISA_ID_TO_NUM (Acpi->HID), Acpi->UID); in DevPathToTextAcpi() 451 UefiDevicePathLibCatPrint (Str, "Acpi(0x%08x,0x%x)", Acpi->HID, Acpi->UID); in DevPathToTextAcpi() 507 if ((EISA_ID_TO_NUM (AcpiEx->HID) == 0x0A03) || in DevPathToTextAcpiEx() 508 ((EISA_ID_TO_NUM (AcpiEx->CID) == 0x0A03) && (EISA_ID_TO_NUM (AcpiEx->HID) != 0x0A08))) in DevPathToTextAcpiEx() 519 if ((EISA_ID_TO_NUM (AcpiEx->HID) == 0x0A08) || (EISA_ID_TO_NUM (AcpiEx->CID) == 0x0A08)) { in DevPathToTextAcpiEx() 537 ((AcpiEx->HID >> 10) & 0x1f) + 'A' - 1, in DevPathToTextAcpiEx() 538 ((AcpiEx->HID >> 5) & 0x1f) + 'A' - 1, in DevPathToTextAcpiEx() 539 ((AcpiEx->HID >> 0) & 0x1f) + 'A' - 1, in DevPathToTextAcpiEx() [all …]
|
| /freebsd/sys/riscv/conf/ |
| H A D | GENERIC | 130 device usbhid # USB HID Transport 135 # HID support 137 device hid # Generic HID support 138 device hidbus # Generic HID Bus
|
| /freebsd/contrib/libfido2/ |
| H A D | NEWS | 107 ** Better handling of HID devices without identification strings; gh#381. 128 ** HID access serialisation on Linux. 244 ** MacOS: fix IOKit crash on HID read. 251 ** Native HID support on Linux, MacOS, and Windows.
|
| H A D | README.adoc | 77 #udev rule for allowing HID access to Yubico devices for FIDO support. 123 | USE_HIDAPI | Use hidapi as the HID backend | OFF
|
| /freebsd/sys/dev/hid/ |
| H A D | hid_if.m | 82 # The following function gets called from the HID keyboard driver when 91 # HID interface 94 # Read out an report descriptor from the HID device.
|
| /freebsd/contrib/libpcap/ |
| H A D | grammar.y.in | 386 %token ID EID HID HID6 AID 405 %type <s> HID HID6 450 | HID '/' NUM { 452 /* Check whether HID/NUM is being used when appropriate */ 469 | HID NETMASK HID { 471 /* Check whether HID mask HID is being used when appropriate */ 488 | HID { 490 /* Check whether HID is being used when appropriate */
|
| /freebsd/stand/efi/libefi/ |
| H A D | devpath.c | 192 if ((acpi->HID & PNP_EISA_ID_MASK) == PNP_EISA_ID_CONST) { in efi_acpi_dev_path() 193 switch (EISA_ID_TO_NUM (acpi->HID)) { in efi_acpi_dev_path() 226 EISA_ID_TO_NUM(acpi->HID), in efi_acpi_dev_path() 233 acpi->HID, acpi->UID, tail) < 0) in efi_acpi_dev_path()
|
| /freebsd/contrib/netbsd-tests/lib/libusbhid/ |
| H A D | test_usb_hid_usages | 3 # USB HID usage table (for t_usbhid)
|
| /freebsd/sys/i386/conf/ |
| H A D | GENERIC | 296 device usbhid # USB HID Transport 297 device hkbd # HID Keyboard 342 # HID support 344 device hid # Generic HID support 345 device hidbus # Generic HID Bus
|
| /freebsd/share/misc/ |
| H A D | usb_vendors | 108 2015 at90usbkey sample firmware (HID keyboard) 111 201c at90usbkey sample firmware (HID mouse) 112 201d at90usbkey sample firmware (HID generic) 129 204f LUFA Generic HID Demo Application 136 2066 LUFA Multiple Report HID Demo 137 2067 LUFA HID Class Bootloader 180 6127 AT91SAM HID Keyboard Demo Application 182 6200 AT91SAM HID Mouse Demo Application 230 0122 HID Internet Keyboard 342 1198 HID-compliant mouse [all …]
|
| /freebsd/sys/amd64/conf/ |
| H A D | GENERIC | 350 device usbhid # USB HID Transport 351 device hkbd # HID Keyboard 400 # HID support 402 device hid # Generic HID support 403 device hidbus # Generic HID Bus
|
| /freebsd/sys/contrib/dev/acpica/components/namespace/ |
| H A D | nsxfeval.c | 995 char *HID, in AcpiGetDevices() argument 1018 Info.Hid = HID; in AcpiGetDevices()
|
| /freebsd/sys/contrib/edk2/Include/Protocol/ |
| H A D | DevicePath.h | 203 UINT32 HID; member 225 UINT32 HID; member
|