Function uacpi_find_devices_at

uacpi_status uacpi_find_devices_at(uacpi_namespace_node* parent, const uacpi_char *const * hids, uacpi_iteration_callback cb, void * user)

Description

Find all the devices in the namespace starting at 'parent' matching the

specified 'hids' (terminated by a UACPI_NULL) against any value from _HID or _CID. Only devices reported as present via _STA are checked. Any matching devices are then passed to the 'cb'.