Lines Matching defs:Hid
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);
901 ACPI_FREE (Hid);
906 * HID does not match, attempt match within the
924 if (strcmp (Cid->Ids[i].String, Info->Hid) == 0)
972 * PARAMETERS: HID - HID to search for. Can be NULL.
995 char *HID,
1018 Info.Hid = HID;