Home
last modified time | relevance | path

Searched refs:parent_res (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/dev/bhnd/bhndb/
H A Dbhndb_subr.c398 dwa->parent_res = NULL; in bhndb_alloc_resources()
425 dwa->parent_res = bhndb_host_resource_for_regwin(r->res, win); in bhndb_alloc_resources()
426 if (dwa->parent_res == NULL) { in bhndb_alloc_resources()
438 if (rman_get_size(dwa->parent_res) < win->win_offset + in bhndb_alloc_resources()
443 rman_get_rid(dwa->parent_res), in bhndb_alloc_resources()
H A Dbhndb_private.h158 struct resource *parent_res; /**< enclosing resource */ member
H A Dbhndb.c1394 error = bhndb_init_child_resource(r, dwa->parent_res, parent_offset, in bhndb_try_activate_resource()
1782 io_res = dwa->parent_res; \