Searched refs:acpi_dev_get_next_match_dev (Results 1 - 2 of 2) sorted by last modified time

/linux-master/include/acpi/
H A Dacpi_bus.h957 acpi_dev_get_next_match_dev(struct acpi_device *adev, const char *hid, const char *uid, s64 hrv);
973 adev = acpi_dev_get_next_match_dev(adev, hid, uid, hrv))
/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);

Completed in 138 milliseconds