Searched refs:bhndb_get_rman (Results 1 – 1 of 1) sorted by relevance
| /freebsd-13-stable/sys/dev/bhnd/bhndb/ |
| HD | bhndb.c | 95 static struct rman *bhndb_get_rman(struct bhndb_softc *sc, 820 bhndb_get_rman(struct bhndb_softc *sc, device_t child, int type) in bhndb_get_rman() function 970 rm = bhndb_get_rman(sc, child, type); in bhndb_alloc_resource() 1060 if (bhndb_get_rman(sc, child, type) == NULL) { in bhndb_release_resource() 1103 rm = bhndb_get_rman(sc, child, type); in bhndb_adjust_resource() 1442 if (bhndb_get_rman(sc, child, type) == NULL) { in bhndb_activate_resource() 1466 rm = bhndb_get_rman(sc, child, type); in bhndb_deactivate_resource() 1543 if (bhndb_get_rman(sc, child, type) == NULL) { in bhndb_activate_bhnd_resource()
|