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

  /src/sys/external/bsd/acpica/dist/utilities/
utids.c 3 * Module Name: utids - support for device IDs - HID, UID, CID, SUB, CLS
58 * ReturnId - Where the string HID is returned
63 * ID of the device. The HID is either an 32-bit encoded EISAID
77 ACPI_PNP_DEVICE_ID *Hid;
103 /* Allocate a buffer for the HID */
105 Hid = ACPI_ALLOCATE_ZEROED (
107 if (!Hid)
115 Hid->String = ACPI_ADD_PTR (char, Hid, sizeof (ACPI_PNP_DEVICE_ID));
121 AcpiExEisaIdToString (Hid->String, ObjDesc->Integer.Value)
    [all...]
  /src/sys/external/bsd/acpica/dist/namespace/
nsxfname.c 295 ACPI_PNP_DEVICE_ID *Hid = NULL;
359 Status = AcpiUtExecute_HID (Node, &Hid);
362 InfoSize += Hid->Length;
464 * Copy the HID, UID, and CIDs to the return buffer. The variable-length
467 * For HID and CID, check if the ID is a PCI Root Bridge.
469 if (Hid)
472 Hid, NextIdString);
474 if (AcpiUtIsPciRootBridge (Hid->String))
524 if (Hid)
526 ACPI_FREE (Hid);
    [all...]
nsxfeval.c 725 * present devices, or if they specified a HID, it filters based
741 ACPI_PNP_DEVICE_ID *Hid;
767 * First, filter based on the device HID and CID.
769 * 01/2010: For this case where a specific HID is requested, we don't
770 * want to run _STA until we have an actual HID match. Thus, we will
776 * for a matching HID even under device trees where the parent device
780 if (Info->Hid != NULL)
782 Status = AcpiUtExecute_HID (Node, &Hid);
792 NoMatch = strcmp (Hid->String, Info->Hid);
    [all...]
  /src/sys/external/bsd/acpica/dist/events/
evrgnini.c 386 ACPI_PNP_DEVICE_ID *Hid;
394 Status = AcpiUtExecute_HID (Node, &Hid);
400 Match = AcpiUtIsPciRootBridge (Hid->String);
401 ACPI_FREE (Hid);
  /src/sys/external/bsd/acpica/dist/include/
acstruct.h 162 char *Hid;
acutils.h 1175 char *Hid);

Completed in 18 milliseconds