Searched refs:bhndb_get_rman (Results 1 – 1 of 1) sorted by relevance
/freebsd/sys/dev/bhnd/bhndb/ |
H A D | bhndb.c | 96 static struct rman *bhndb_get_rman(struct bhndb_softc *sc, 805 bhndb_get_rman(struct bhndb_softc *sc, device_t child, int type) in bhndb_get_rman() function 955 rm = bhndb_get_rman(sc, child, type); in bhndb_alloc_resource() 1045 if (bhndb_get_rman(sc, child, rman_get_type(r)) == NULL) { in bhndb_release_resource() 1089 rm = bhndb_get_rman(sc, child, rman_get_type(r)); in bhndb_adjust_resource() 1424 if (bhndb_get_rman(sc, child, rman_get_type(r)) == NULL) { in bhndb_activate_resource() 1448 rm = bhndb_get_rman(sc, child, type); in bhndb_deactivate_resource() 1525 if (bhndb_get_rman(sc, child, type) == NULL) { in bhndb_activate_bhnd_resource()
|