HomeSort by: relevance | last modified time | path
    Searched defs:Hid (Results 1 - 5 of 5) sorted by relevancy

  /src/sys/external/bsd/acpica/dist/namespace/
nsxfeval.c 833 * present devices, or if they specified a HID, it filters based
849 ACPI_PNP_DEVICE_ID *Hid;
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
888 if (Info->Hid != NULL)
890 Status = AcpiUtExecute_HID (Node, &Hid);
900 NoMatch = strcmp (Hid->String, Info->Hid);
    [all...]
nsxfname.c 403 ACPI_PNP_DEVICE_ID *Hid = NULL;
467 Status = AcpiUtExecute_HID (Node, &Hid);
470 InfoSize += Hid->Length;
572 * Copy the HID, UID, and CIDs to the return buffer. The variable-length
575 * For HID and CID, check if the ID is a PCI Root Bridge.
577 if (Hid)
580 Hid, NextIdString);
582 if (AcpiUtIsPciRootBridge (Hid->String))
632 if (Hid)
634 ACPI_FREE (Hid);
    [all...]
  /src/sys/external/bsd/acpica/dist/utilities/
utids.c 3 * Module Name: utids - support for device IDs - HID, UID, CID, SUB, CLS
166 * ReturnId - Where the string HID is returned
171 * ID of the device. The HID is either an 32-bit encoded EISAID
185 ACPI_PNP_DEVICE_ID *Hid;
211 /* Allocate a buffer for the HID */
213 Hid = ACPI_ALLOCATE_ZEROED (
215 if (!Hid)
223 Hid->String = ACPI_ADD_PTR (char, Hid, sizeof (ACPI_PNP_DEVICE_ID));
229 AcpiExEisaIdToString (Hid->String, ObjDesc->Integer.Value)
    [all...]
  /src/sys/external/bsd/acpica/dist/events/
evrgnini.c 494 ACPI_PNP_DEVICE_ID *Hid;
502 Status = AcpiUtExecute_HID (Node, &Hid);
508 Match = AcpiUtIsPciRootBridge (Hid->String);
509 ACPI_FREE (Hid);
  /src/sys/external/bsd/acpica/dist/include/
acstruct.h 270 char *Hid;

Completed in 34 milliseconds