Searched refs:acpi_dev_get_next_match_dev (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/drivers/acpi/ |
H A D | utils.c | 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() function 946 EXPORT_SYMBOL(acpi_dev_get_next_match_dev); 964 return acpi_dev_get_next_match_dev(NULL, hid, uid, hrv); in acpi_dev_get_first_match_dev()
|
/openbmc/linux/include/acpi/ |
H A D | acpi_bus.h | 784 acpi_dev_get_next_match_dev(struct acpi_device *adev, const char *hid, const char *uid, s64 hrv); 800 adev = acpi_dev_get_next_match_dev(adev, hid, uid, hrv))
|