Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/acpi/
Dutils.c791 s64 hrv; member
798 unsigned long long hrv; in acpi_dev_match_cb() local
838 bool acpi_dev_present(const char *hid, const char *uid, s64 hrv) in acpi_dev_present()
870 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()
900 acpi_dev_get_first_match_dev(const char *hid, const char *uid, s64 hrv) in acpi_dev_get_first_match_dev()
Dac.c42 int hrv; member
Ddevice_sysfs.c486 unsigned long long hrv; in hrv_show() local
/Linux-v5.15/drivers/mfd/
Dintel_soc_pmic_core.c37 unsigned long long hrv; in intel_soc_pmic_i2c_probe() local
Dintel_soc_pmic_chtwc.c142 unsigned long long hrv; in cht_wc_probe() local
Dintel_soc_pmic_bxtwc.c429 unsigned long long hrv; in bxtwc_probe() local
/Linux-v5.15/drivers/net/ethernet/qualcomm/emac/
Demac-sgmii.c308 unsigned long long hrv; in emac_sgmii_acpi_match() local
/Linux-v5.15/drivers/input/misc/
Daxp20x-pek.c262 unsigned long long hrv = 0; in axp20x_pek_should_register_input() local
/Linux-v5.15/include/linux/
Dacpi.h738 static inline bool acpi_dev_present(const char *hid, const char *uid, s64 hrv) in acpi_dev_present()
752 acpi_dev_get_first_match_dev(const char *hid, const char *uid, s64 hrv) in acpi_dev_get_first_match_dev()
/Linux-v5.15/include/acpi/
Dacpi_bus.h711 #define for_each_acpi_dev_match(adev, hid, uid, hrv) \ argument