Searched refs:bus_dev (Results 1 - 7 of 7) sorted by relevance

/freebsd-13-stable/sys/dev/twa/
H A Dtw_osl_inline.h211 ((struct twa_softc *)(ctlr_handle->osl_ctlr_ctxt))->bus_dev, \
227 ((struct twa_softc *)(ctlr_handle->osl_ctlr_ctxt))->bus_dev, \
H A Dtw_osl.h159 device_t bus_dev; /* bus device */ member in struct:twa_softc
275 device_printf(sc->bus_dev, "%s: " fmt "\n", \
291 device_printf(((struct twa_softc *)(sc))->bus_dev, fmt, ##args)
295 device_printf((sc)->bus_dev, \
H A Dtw_osl_freebsd.c238 error = bus_setup_intr(sc->bus_dev, sc->irq_res,
251 error = bus_teardown_intr(sc->bus_dev,
284 sc->bus_dev = dev;
345 if ((sc->irq_res = bus_alloc_resource_any(sc->bus_dev, SYS_RES_IRQ,
396 sc->ctrl_dev = make_dev(&twa_cdevsw, device_get_unit(sc->bus_dev),
398 "twa%d", device_get_unit(sc->bus_dev));
445 device_printf((sc)->bus_dev, "Request %d timed out! d = %llu, c = %llu\n", i, my_req->deadline, current_time);
447 device_printf((sc)->bus_dev, "Request %d timed out!\n", i);
462 device_printf((sc)->bus_dev, "Watchdog rescheduled in 70 seconds\n");
468 device_printf((sc)->bus_dev, "Watchdo
[all...]
H A Dtw_osl_cam.c99 device_get_unit(sc->bus_dev), sc->sim_lock,
117 if (xpt_bus_register(sc->sim, sc->bus_dev, 0) != CAM_SUCCESS) {
/freebsd-13-stable/sys/dev/bhnd/bhndb/
H A Dbhndbvar.h183 device_t bus_dev; /**< child bhnd(4) bus */ member in struct:bhndb_softc
H A Dbhndb.c213 if (BHNDB_IS_CORE_DISABLED(sc->dev, sc->bus_dev, core))
365 if (BHNDB_IS_CORE_DISABLED(sc->dev, sc->bus_dev, core))
576 sc->bus_dev = BUS_ADD_CHILD(dev, BHND_PROBE_BUS, "bhnd", -1);
577 if (sc->bus_dev == NULL) {
582 dinfo = device_get_ivars(sc->bus_dev);
587 eio = bhnd_erom_iores_new(sc->bus_dev, 0);
/freebsd-13-stable/sys/dev/pci/
H A Dpci_pci.c2785 device_t bus_dev; local
2789 bus_dev = device_get_parent(pcib);
2790 return (PCIB_GET_ID(device_get_parent(bus_dev), dev, type, id));

Completed in 143 milliseconds