Home
last modified time | relevance | path

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

/openbmc/linux/drivers/acpi/
H A Dglue.c81 static int match_any(struct acpi_device *adev, void *not_used) in match_any() function
88 return acpi_dev_for_each_child(adev, match_any, NULL) > 0; in acpi_dev_has_children()
/openbmc/linux/drivers/base/
H A Dcore.c4077 static int match_any(struct device *dev, void *unused) in match_any() function
4093 return device_find_child(parent, NULL, match_any); in device_find_any_child()