Lines Matching defs:hid
822 * @hid: Hardware ID of the device.
833 bool acpi_dev_found(const char *hid)
840 if (!strcmp(acpi_device_bus_id->bus_id, hid)) {
851 struct acpi_device_id hid[2];
863 if (acpi_match_device_ids(adev, match->hid))
882 * @hid: Hardware ID of the device.
900 bool acpi_dev_present(const char *hid, const char *uid, s64 hrv)
905 strscpy(match.hid[0].id, hid, sizeof(match.hid[0].id));
917 * @adev: Pointer to the previous ACPI device matching this @hid, @uid and @hrv
918 * @hid: Hardware ID of the device.
932 acpi_dev_get_next_match_dev(struct acpi_device *adev, const char *hid, const char *uid, s64 hrv)
938 strscpy(match.hid[0].id, hid, sizeof(match.hid[0].id));
950 * @hid: Hardware ID of the device.
962 acpi_dev_get_first_match_dev(const char *hid, const char *uid, s64 hrv)
964 return acpi_dev_get_next_match_dev(NULL, hid, uid, hrv);