Searched refs:bus_dev (Results 1 – 3 of 3) sorted by relevance
| /src/sys/dev/bhnd/bhndb/ |
| H A D | bhndbvar.h | 182 device_t bus_dev; /**< child bhnd(4) bus */ member
|
| H A D | bhndb.c | 198 if (BHNDB_IS_CORE_DISABLED(sc->dev, sc->bus_dev, core)) in bhndb_hw_matches() 350 if (BHNDB_IS_CORE_DISABLED(sc->dev, sc->bus_dev, core)) in bhndb_init_region_cfg() 561 sc->bus_dev = BUS_ADD_CHILD(dev, BHND_PROBE_BUS, "bhnd", DEVICE_UNIT_ANY); in bhndb_attach() 562 if (sc->bus_dev == NULL) { in bhndb_attach() 567 dinfo = device_get_ivars(sc->bus_dev); in bhndb_attach() 572 eio = bhnd_erom_iores_new(sc->bus_dev, 0); in bhndb_attach()
|
| /src/sys/dev/pci/ |
| H A D | pci_pci.c | 2604 device_t bus_dev; in pcib_ari_get_id() local 2608 bus_dev = device_get_parent(pcib); in pcib_ari_get_id() 2609 return (PCIB_GET_ID(device_get_parent(bus_dev), dev, type, id)); in pcib_ari_get_id()
|