Home
last modified time | relevance | path

Searched refs:bhndb_resources (Results 1 – 5 of 5) sorted by relevance

/freebsd-13-stable/sys/dev/bhnd/bhndb/
HDbhndb_private.h59 struct bhndb_resources;
61 struct bhndb_resources *bhndb_alloc_resources(device_t dev,
66 struct bhndb_resources *br);
69 struct bhndb_resources *br,
76 struct bhndb_resources *br, int type,
87 struct bhndb_resources *br,
90 struct bhndb_resources *br,
93 struct bhndb_resources *br,
97 struct bhndb_resources *br,
101 struct bhndb_resources *br,
[all …]
HDbhndb_subr.c266 struct bhndb_resources *
270 struct bhndb_resources *r; in bhndb_alloc_resources()
564 bhndb_free_resources(struct bhndb_resources *br) in bhndb_free_resources()
932 bhndb_register_intr_handler(struct bhndb_resources *br, in bhndb_register_intr_handler()
950 bhndb_deregister_intr_handler(struct bhndb_resources *br, in bhndb_deregister_intr_handler()
971 bhndb_find_intr_handler(struct bhndb_resources *br, void *cookiep) in bhndb_find_intr_handler()
1000 bhndb_find_resource_limits(struct bhndb_resources *br, int type, in bhndb_find_resource_limits()
1067 bhndb_add_resource_region(struct bhndb_resources *br, bhnd_addr_t addr, in bhndb_add_resource_region()
1100 bhndb_has_static_region_mapping(struct bhndb_resources *br, in bhndb_has_static_region_mapping()
1135 bhndb_find_resource_region(struct bhndb_resources *br, bhnd_addr_t addr, in bhndb_find_resource_region()
[all …]
HDbhndbvar.h59 struct bhndb_resources;
187 struct bhndb_resources *bus_res; /**< bus resource state */
HDbhndb.c84 struct bhndb_resources *r,
239 struct bhndb_resources *br, struct bhnd_core_info *cores, u_int ncores, in bhndb_init_region_cfg()
675 struct bhndb_resources *bus_res; in bhndb_generic_resume()
1661 struct bhndb_resources *br; in bhndb_io_resource_get_window()
HDbhndb_pci.c576 struct bhndb_resources *bres; in bhndb_pci_sprom_regwin()