Home
last modified time | relevance | path

Searched refs:acpi_dev_get_next_match_dev (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/acpi/
A Dutils.c989 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
1003 EXPORT_SYMBOL(acpi_dev_get_next_match_dev);
1021 return acpi_dev_get_next_match_dev(NULL, hid, uid, hrv); in acpi_dev_get_first_match_dev()
/linux/include/acpi/
A Dacpi_bus.h958 acpi_dev_get_next_match_dev(struct acpi_device *adev, const char *hid, const char *uid, s64 hrv);
974 adev = acpi_dev_get_next_match_dev(adev, hid, uid, hrv))

Completed in 14 milliseconds