Home
last modified time | relevance | path

Searched defs:bhndb_softc (Results 1 – 1 of 1) sorted by relevance

/freebsd/sys/dev/bhnd/bhndb/
H A Dbhndbvar.h176 struct bhndb_softc { struct
177 device_t dev; /**< bridge device */
178 struct bhnd_chipid chipid; /**< chip identification */
179 struct bhnd_core_info bridge_core; /**< bridge core info */
181 device_t parent_dev; /**< parent device */
182 device_t bus_dev; /**< child bhnd(4) bus */
184 struct bhnd_service_registry services; /**< local service registry */
186 struct mtx sc_mtx; /**< resource lock. */
187 struct bhndb_resources *bus_res; /**< bus resource state */