Lines Matching defs:Hid
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);