Lines Matching defs:hrv
783 s64 hrv;
790 unsigned long long hrv;
800 if (match->hrv == -1)
803 status = acpi_evaluate_integer(adev->handle, "_HRV", NULL, &hrv);
807 return hrv == match->hrv;
814 * @hrv: Hardware Revision of the device, pass -1 to not check _HRV
830 bool acpi_dev_present(const char *hid, const char *uid, s64 hrv)
837 match.hrv = hrv;
849 * @hrv: Hardware Revision of the device, pass -1 to not check _HRV
859 acpi_dev_get_first_match_dev(const char *hid, const char *uid, s64 hrv)
866 match.hrv = hrv;