Searched refs:HID (Results 1 - 12 of 12) sorted by relevance

/freebsd-12-stable/lib/libefivar/
H A Defivar-dp-format.c428 if ((Acpi->HID & PNP_EISA_ID_MASK) == PNP_EISA_ID_CONST) {
429 switch (EISA_ID_TO_NUM (Acpi->HID)) {
455 UefiDevicePathLibCatPrint (Str, "Acpi(PNP%04x,0x%x)", EISA_ID_TO_NUM (Acpi->HID), Acpi->UID);
459 UefiDevicePathLibCatPrint (Str, "Acpi(0x%08x,0x%x)", Acpi->HID, Acpi->UID);
464 Converts a ACPI extended HID device path structure to its string representative.
503 ((AcpiEx->HID >> 10) & 0x1f) + 'A' - 1,
504 ((AcpiEx->HID >> 5) & 0x1f) + 'A' - 1,
505 ((AcpiEx->HID >> 0) & 0x1f) + 'A' - 1,
506 (AcpiEx->HID >> 16) & 0xFFFF
534 if (AcpiEx->HID
[all...]
H A Defivar-dp-parse.c769 Converts a text device path node to ACPI HID device path structure.
773 @return A pointer to the newly-created ACPI HID device path structure.
794 Acpi->HID = EisaIdFromText (HIDStr);
801 Converts a text device path node to ACPI HID device path structure.
806 @return A pointer to the newly-created ACPI HID device path structure.
826 Acpi->HID = EFI_PNP_ID (PnPId);
974 AcpiEx->HID = EisaIdFromText (HIDStr);
1017 AcpiEx->HID = EisaIdFromText (HIDStr);
1023 // HID string is NULL
2275 Converts a text device path node to USB HID devic
[all...]
/freebsd-12-stable/stand/efi/libefi/
H A Ddevpath.c193 if ((acpi->HID & PNP_EISA_ID_MASK) == PNP_EISA_ID_CONST) {
194 switch (EISA_ID_TO_NUM (acpi->HID)) {
227 EISA_ID_TO_NUM(acpi->HID),
234 acpi->HID, acpi->UID, tail) < 0)
H A Defipart.c445 if (acpi->HID == EISA_PNP_ID(PNP0604) ||
446 acpi->HID == EISA_PNP_ID(PNP0700) ||
447 acpi->HID == EISA_PNP_ID(PNP0701)) {
/freebsd-12-stable/contrib/libpcap/
H A Dgrammar.y331 %token ID EID HID HID6 AID
350 %type <s> HID HID6
386 | HID '/' NUM { CHECK_PTR_VAL($1); CHECK_PTR_VAL(($$.b = gen_mcode(cstate, $1, NULL, $3,
388 | HID NETMASK HID { CHECK_PTR_VAL($1); CHECK_PTR_VAL(($$.b = gen_mcode(cstate, $1, $3, 0,
390 | HID {
392 /* Decide how to parse HID based on proto */
H A Dscanner.l398 yylval->s = sdup(yyextra, (char *)yytext); return HID; }
/freebsd-12-stable/sys/contrib/dev/acpica/components/namespace/
H A Dnsxfeval.c833 * present devices, or if they specified a HID, it filters based
875 * First, filter based on the device HID and CID.
877 * 01/2010: For this case where a specific HID is requested, we don't
878 * want to run _STA until we have an actual HID match. Thus, we will
884 * for a matching HID even under device trees where the parent device
906 * HID does not match, attempt match within the
972 * PARAMETERS: HID - HID to search for. Can be NULL.
995 char *HID,
1018 Info.Hid = HID;
994 AcpiGetDevices( char *HID, ACPI_WALK_CALLBACK UserFunction, void *Context, void **ReturnValue) argument
[all...]
/freebsd-12-stable/sys/contrib/edk2/Include/Protocol/
H A DDevicePath.h210 UINT32 HID; member in struct:__anon10566
232 UINT32 HID; member in struct:__anon10567
/freebsd-12-stable/stand/efi/include/
H A Defidevp.h132 UINT32 HID; member in struct:_ACPI_HID_DEVICE_PATH
139 UINT32 HID; member in struct:_ACPI_EXTENDED_HID_DEVICE_PATH
/freebsd-12-stable/usr.sbin/bluetooth/bluetooth-config/
H A Dbluetooth-config.sh241 # first up: HID
243 /usr/sbin/sdpcontrol -a "${bdaddress}" search HID | \
253 # Here we have found an HID and were asked to set it up
258 printf "\nThis daemon manages Bluetooth HID devices.\n"
276 printf "Writing HID descriptor block to %s ... " "${bthidd_config}"
/freebsd-12-stable/stand/efi/loader/
H A Dmain.c153 if ((EISA_ID_TO_NUM(acpi->HID) & 0xff00) == 0x300 &&
154 (acpi->HID & 0xffff) == PNP_EISA_ID_CONST) {
168 if (usb->DeviceClass == 3 && /* HID */
733 if (EISA_ID_TO_NUM(acpi->HID) == 0x501) {
/freebsd-12-stable/sys/contrib/dev/acpica/include/
H A Dacpixf.h753 char *HID,

Completed in 217 milliseconds