bhnd_device_lookup
const struct bhnd_device *bhnd_device_lookup(device_t dev,
if ((dent = bhnd_device_lookup(dev, table, entry_size)) == NULL)
id = bhnd_device_lookup(dev, chipc_devices, sizeof(chipc_devices[0]));
id = bhnd_device_lookup(chipc, chipc_gpio_devices,
id = bhnd_device_lookup(chipc, pwrctl_devices,
id = bhnd_device_lookup(dev, &bhnd_pci_devs[0].device,
id = bhnd_device_lookup(dev, bhnd_pcie2_devs,
id = bhnd_device_lookup(dev, bhnd_pmucore_devices,
id = bhnd_device_lookup(dev, bwn_devices, sizeof(bwn_devices[0]));