Checks whether the device at node matches any of the PNP ids provided in list.
This is done by first attempting to match the value returned from _HID
and then the value(s) from _CID.
Note that the presence of the device (_STA) is not verified here.
Evaluate a device’s _HID method and get its value.
Same as find_devices_at, except this starts at the root and only
matches one hid.
Finds all the devices in the namespace starting at parent matching the
specified hids. Only devices reported as present via _STA are checked.
Any matching devices are then passed to the cb.
Sets the currently active interrupt model.