Symbol: bhndb_resources
sys/dev/bhnd/bhndb/bhndb.c
1642
struct bhndb_resources *br;
sys/dev/bhnd/bhndb/bhndb.c
229
struct bhndb_resources *br, struct bhnd_core_info *cores, u_int ncores,
sys/dev/bhnd/bhndb/bhndb.c
661
struct bhndb_resources *bus_res;
sys/dev/bhnd/bhndb/bhndb.c
85
struct bhndb_resources *r,
sys/dev/bhnd/bhndb/bhndb_pci.c
575
struct bhndb_resources *bres;
sys/dev/bhnd/bhndb/bhndb_private.h
101
struct bhndb_resources *br,
sys/dev/bhnd/bhndb/bhndb_private.h
105
struct bhndb_resources *dr,
sys/dev/bhnd/bhndb/bhndb_private.h
109
struct bhndb_resources *br,
sys/dev/bhnd/bhndb/bhndb_private.h
113
struct bhndb_resources *br,
sys/dev/bhnd/bhndb/bhndb_private.h
118
struct bhndb_resources *br,
sys/dev/bhnd/bhndb/bhndb_private.h
123
struct bhndb_resources *br,
sys/dev/bhnd/bhndb/bhndb_private.h
127
struct bhndb_dw_alloc *bhndb_dw_steal(struct bhndb_resources *br,
sys/dev/bhnd/bhndb/bhndb_private.h
131
struct bhndb_resources *br,
sys/dev/bhnd/bhndb/bhndb_private.h
223
bhndb_dw_all_free(struct bhndb_resources *br)
sys/dev/bhnd/bhndb/bhndb_private.h
236
bhndb_dw_next_free(struct bhndb_resources *br)
sys/dev/bhnd/bhndb/bhndb_private.h
260
bhndb_dw_is_free(struct bhndb_resources *br, struct bhndb_dw_alloc *dwa)
sys/dev/bhnd/bhndb/bhndb_private.h
59
struct bhndb_resources;
sys/dev/bhnd/bhndb/bhndb_private.h
61
struct bhndb_resources *bhndb_alloc_resources(device_t dev,
sys/dev/bhnd/bhndb/bhndb_private.h
66
struct bhndb_resources *br);
sys/dev/bhnd/bhndb/bhndb_private.h
69
struct bhndb_resources *br,
sys/dev/bhnd/bhndb/bhndb_private.h
76
struct bhndb_resources *br,
sys/dev/bhnd/bhndb/bhndb_private.h
87
struct bhndb_resources *br,
sys/dev/bhnd/bhndb/bhndb_private.h
90
struct bhndb_resources *br,
sys/dev/bhnd/bhndb/bhndb_private.h
93
struct bhndb_resources *br,
sys/dev/bhnd/bhndb/bhndb_private.h
97
struct bhndb_resources *br,
sys/dev/bhnd/bhndb/bhndb_subr.c
1066
bhndb_add_resource_region(struct bhndb_resources *br, bhnd_addr_t addr,
sys/dev/bhnd/bhndb/bhndb_subr.c
1099
bhndb_has_static_region_mapping(struct bhndb_resources *br,
sys/dev/bhnd/bhndb/bhndb_subr.c
1134
bhndb_find_resource_region(struct bhndb_resources *br, bhnd_addr_t addr,
sys/dev/bhnd/bhndb/bhndb_subr.c
1194
bhndb_dw_find_resource(struct bhndb_resources *br, struct resource *r)
sys/dev/bhnd/bhndb/bhndb_subr.c
1226
bhndb_dw_find_mapping(struct bhndb_resources *br, bhnd_addr_t addr,
sys/dev/bhnd/bhndb/bhndb_subr.c
1263
bhndb_dw_retain(struct bhndb_resources *br, struct bhndb_dw_alloc *dwa,
sys/dev/bhnd/bhndb/bhndb_subr.c
1296
bhndb_dw_release(struct bhndb_resources *br, struct bhndb_dw_alloc *dwa,
sys/dev/bhnd/bhndb/bhndb_subr.c
1331
bhndb_dw_set_addr(device_t dev, struct bhndb_resources *br,
sys/dev/bhnd/bhndb/bhndb_subr.c
1379
bhndb_dw_steal(struct bhndb_resources *br, bus_addr_t *saved)
sys/dev/bhnd/bhndb/bhndb_subr.c
1413
bhndb_dw_return_stolen(device_t dev, struct bhndb_resources *br,
sys/dev/bhnd/bhndb/bhndb_subr.c
265
struct bhndb_resources *
sys/dev/bhnd/bhndb/bhndb_subr.c
269
struct bhndb_resources *r;
sys/dev/bhnd/bhndb/bhndb_subr.c
563
bhndb_free_resources(struct bhndb_resources *br)
sys/dev/bhnd/bhndb/bhndb_subr.c
931
bhndb_register_intr_handler(struct bhndb_resources *br,
sys/dev/bhnd/bhndb/bhndb_subr.c
949
bhndb_deregister_intr_handler(struct bhndb_resources *br,
sys/dev/bhnd/bhndb/bhndb_subr.c
970
bhndb_find_intr_handler(struct bhndb_resources *br, void *cookiep)
sys/dev/bhnd/bhndb/bhndb_subr.c
998
bhndb_find_resource_limits(struct bhndb_resources *br,
sys/dev/bhnd/bhndb/bhndbvar.h
187
struct bhndb_resources *bus_res; /**< bus resource state */
sys/dev/bhnd/bhndb/bhndbvar.h
59
struct bhndb_resources;