Searched refs:bhnd_device_lookup (Results 1 - 6 of 6) sorted by relevance

/freebsd-11-stable/sys/mips/broadcom/
H A Dbcm_mipscore.c71 id = bhnd_device_lookup(dev, mipscore_match, sizeof(mipscore_match[0]));
/freebsd-11-stable/sys/dev/bhnd/cores/pcie2/
H A Dbhnd_pcie2.c79 id = bhnd_device_lookup(dev, bhnd_pcie2_devs,
/freebsd-11-stable/sys/dev/bhnd/cores/pci/
H A Dbhnd_pci.c116 id = bhnd_device_lookup(dev, &bhnd_pci_devs[0].device,
/freebsd-11-stable/sys/dev/bhnd/
H A Dbhnd_subr.c635 bhnd_device_lookup(device_t dev, const struct bhnd_device *table, function
698 if ((dent = bhnd_device_lookup(dev, table, entry_size)) == NULL)
H A Dbhnd.h291 const struct bhnd_device *bhnd_device_lookup(device_t dev,
/freebsd-11-stable/sys/dev/bhnd/cores/chipc/
H A Dchipc.c151 id = bhnd_device_lookup(dev, chipc_devices, sizeof(chipc_devices[0]));

Completed in 128 milliseconds