Home
last modified time | relevance | path

Searched refs:bhnd_device_lookup (Results 1 – 10 of 10) sorted by relevance

/freebsd/sys/dev/bhnd/cores/pmu/
H A Dbhnd_pmu_core.c65 id = bhnd_device_lookup(dev, bhnd_pmucore_devices, in bhnd_pmu_core_probe()
/freebsd/sys/dev/bhnd/cores/pcie2/
H A Dbhnd_pcie2.c79 id = bhnd_device_lookup(dev, bhnd_pcie2_devs, in bhnd_pcie2_generic_probe()
/freebsd/sys/dev/bhnd/cores/chipc/pwrctl/
H A Dbhnd_pwrctl.c104 id = bhnd_device_lookup(chipc, pwrctl_devices, in bhnd_pwrctl_probe()
/freebsd/sys/dev/bhnd/cores/pci/
H A Dbhnd_pci.c115 id = bhnd_device_lookup(dev, &bhnd_pci_devs[0].device, in bhnd_pci_generic_probe()
/freebsd/sys/dev/bhnd/cores/chipc/
H A Dchipc_gpio.c109 id = bhnd_device_lookup(chipc, chipc_gpio_devices, in chipc_gpio_probe()
H A Dchipc.c152 id = bhnd_device_lookup(dev, chipc_devices, sizeof(chipc_devices[0])); in chipc_probe()
/freebsd/sys/dev/bhnd/
H A Dbhnd_subr.c914 bhnd_device_lookup(device_t dev, const struct bhnd_device *table, in bhnd_device_lookup() function
978 if ((dent = bhnd_device_lookup(dev, table, entry_size)) == NULL) in bhnd_device_quirks()
H A Dbhnd.h505 const struct bhnd_device *bhnd_device_lookup(device_t dev,
/freebsd/share/man/man9/
H A DMakefile532 bhnd.9 bhnd_device_lookup.9 \
/freebsd/sys/dev/bwn/
H A Dif_bwn.c526 id = bhnd_device_lookup(dev, bwn_devices, sizeof(bwn_devices[0])); in bwn_probe()