Searched refs:bhndb_try_activate_resource (Results 1 – 1 of 1) sorted by relevance
/freebsd/sys/dev/bhnd/bhndb/ |
H A D | bhndb.c | 109 static int bhndb_try_activate_resource( 752 return (bhndb_try_activate_resource(sc, rman_get_device(r), r, NULL)); in bhndb_resume_resource() 1290 bhndb_try_activate_resource(struct bhndb_softc *sc, device_t child, in bhndb_try_activate_resource() function 1429 return (bhndb_try_activate_resource(sc, child, r, NULL)); in bhndb_activate_resource() 1566 error = bhndb_try_activate_resource(sc, child, r->res, &indirect); in bhndb_activate_bhnd_resource()
|