Searched defs:hrv (Results 1 – 8 of 8) sorted by relevance
/openbmc/linux/drivers/acpi/ |
H A D | utils.c | 853 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 D | device_sysfs.c | 489 unsigned long long hrv; in hrv_show() local
|
/openbmc/linux/drivers/mfd/ |
H A D | intel_soc_pmic_chtwc.c | 193 unsigned long long hrv; in cht_wc_probe() local
|
H A D | intel_soc_pmic_bxtwc.c | 434 unsigned long long hrv; in bxtwc_probe() local
|
/openbmc/linux/drivers/net/ethernet/qualcomm/emac/ |
H A D | emac-sgmii.c | 310 unsigned long long hrv; in emac_sgmii_acpi_match() local
|
/openbmc/linux/drivers/acpi/x86/ |
H A D | utils.c | 499 int hrv; member
|
/openbmc/linux/include/linux/ |
H A D | acpi.h | 783 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 D | acpi_bus.h | 797 #define for_each_acpi_dev_match(adev, hid, uid, hrv) \ argument
|