Searched refs:match_any (Results 1 – 2 of 2) sorted by relevance
81 static int match_any(struct acpi_device *adev, void *not_used) in match_any() function88 return acpi_dev_for_each_child(adev, match_any, NULL) > 0; in acpi_dev_has_children()
4004 static int match_any(struct device *dev, void *unused) in match_any() function4020 return device_find_child(parent, NULL, match_any); in device_find_any_child()
Completed in 16 milliseconds