Home
last modified time | relevance | path

Searched defs:hrv (Results 1 – 8 of 8) sorted by relevance

/openbmc/linux/drivers/acpi/
H A Dutils.c853 s64 hrv; member
860 unsigned long long hrv; in acpi_dev_match_cb() local
900 bool acpi_dev_present(const char *hid, const char *uid, s64 hrv) in acpi_dev_present()
932 acpi_dev_get_next_match_dev(struct acpi_device *adev, const char *hid, const char *uid, s64 hrv) in acpi_dev_get_next_match_dev()
962 acpi_dev_get_first_match_dev(const char *hid, const char *uid, s64 hrv) in acpi_dev_get_first_match_dev()
H A Ddevice_sysfs.c489 unsigned long long hrv; in hrv_show() local
/openbmc/linux/drivers/mfd/
H A Dintel_soc_pmic_chtwc.c193 unsigned long long hrv; in cht_wc_probe() local
H A Dintel_soc_pmic_bxtwc.c434 unsigned long long hrv; in bxtwc_probe() local
/openbmc/linux/drivers/net/ethernet/qualcomm/emac/
H A Demac-sgmii.c310 unsigned long long hrv; in emac_sgmii_acpi_match() local
/openbmc/linux/drivers/acpi/x86/
H A Dutils.c499 int hrv; member
/openbmc/linux/include/linux/
H A Dacpi.h783 static inline bool acpi_dev_present(const char *hid, const char *uid, s64 hrv) in acpi_dev_present()
802 acpi_dev_get_first_match_dev(const char *hid, const char *uid, s64 hrv) in acpi_dev_get_first_match_dev()
/openbmc/linux/include/acpi/
H A Dacpi_bus.h797 #define for_each_acpi_dev_match(adev, hid, uid, hrv) \ argument