Home
last modified time | relevance | path

Searched refs:bhnd_find_bridge_root (Results 1 – 4 of 4) sorted by relevance

/freebsd-14-stable/sys/dev/bhnd/cores/pcie2/
HDbhnd_pcie2_hostb.c115 sc->pci_dev = bhnd_find_bridge_root(dev, devclass_find("pci")); in bhnd_pcie2_hostb_attach()
/freebsd-14-stable/sys/dev/bhnd/cores/pci/
HDbhnd_pci_hostb.c233 sc->pci_dev = bhnd_find_bridge_root(dev, devclass_find("pci")); in bhnd_pci_hostb_attach()
/freebsd-14-stable/sys/dev/bhnd/
HDbhnd.h468 device_t bhnd_find_bridge_root(device_t dev,
HDbhnd_subr.c598 bhnd_find_bridge_root(device_t dev, devclass_t bus_class) in bhnd_find_bridge_root() function