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

/linux-master/drivers/acpi/
H A Dutils.c962 * acpi_dev_get_next_match_dev - Return the next match of ACPI device
978 acpi_dev_get_next_match_dev(struct acpi_device *adev, const char *hid, const char *uid, s64 hrv) function
992 EXPORT_SYMBOL(acpi_dev_get_next_match_dev); variable
1010 return acpi_dev_get_next_match_dev(NULL, hid, uid, hrv);
/linux-master/include/acpi/
H A Dacpi_bus.h945 acpi_dev_get_next_match_dev(struct acpi_device *adev, const char *hid, const char *uid, s64 hrv);
961 adev = acpi_dev_get_next_match_dev(adev, hid, uid, hrv))

Completed in 264 milliseconds