| /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/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/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/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 | 140 # HID support 142 device hid # Generic HID support 143 device hidbus # Generic HID bus
|
| H A D | QORIQ64 | 142 # HID support 144 device hid # Generic HID support 145 device hidbus # Generic HID bus
|
| H A D | GENERIC | 181 device usbhid # USB HID Transport 183 device hkbd # HID Keyboard 188 device hms # HID Mouse 242 # HID support 244 device hid # Generic HID support 245 device hidbus # Generic HID Bus
|
| H A D | GENERIC64LE | 223 device usbhid # USB HID Transport 225 device hkbd # HID Keyboard 229 device hms # HID Mouse 283 # HID support 285 device hid # Generic HID support 286 device hidbus # Generic HID Bus
|
| H A D | GENERIC64 | 226 device usbhid # USB HID Transport 228 device hkbd # HID Keyboard 232 device hms # HID Mouse 301 # HID support 303 device hid # Generic HID support 304 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/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/riscv/conf/ |
| H A D | GENERIC | 131 device usbhid # USB HID Transport 136 # HID support 138 device hid # Generic HID support 139 device hidbus # Generic HID Bus
|
| /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 | 298 device usbhid # USB HID Transport 299 device hkbd # HID Keyboard 344 # HID support 346 device hid # Generic HID support 347 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
|