Lines Matching refs:bhndb_softc

79 static bool			 bhndb_hw_matches(struct bhndb_softc *sc,
83 static int bhndb_init_region_cfg(struct bhndb_softc *sc,
89 static int bhndb_find_hwspec(struct bhndb_softc *sc,
93 bhndb_addrspace bhndb_get_addrspace(struct bhndb_softc *sc,
96 static struct rman *bhndb_get_rman(struct bhndb_softc *sc,
105 struct bhndb_softc *sc,
110 struct bhndb_softc *sc, device_t child,
113 static inline struct bhndb_dw_alloc *bhndb_io_resource(struct bhndb_softc *sc,
167 struct bhndb_softc *sc; in bhndb_child_location()
185 bhndb_hw_matches(struct bhndb_softc *sc, struct bhnd_core_info *cores, in bhndb_hw_matches()
228 bhndb_init_region_cfg(struct bhndb_softc *sc, bhnd_erom_t *erom, in bhndb_init_region_cfg()
470 bhndb_find_hwspec(struct bhndb_softc *sc, struct bhnd_core_info *cores, in bhndb_find_hwspec()
514 struct bhndb_softc *sc; in bhndb_attach()
618 struct bhndb_softc *sc; in bhndb_generic_detach()
660 struct bhndb_softc *sc; in bhndb_generic_resume()
704 struct bhndb_softc *sc; in bhndb_suspend_resource()
736 struct bhndb_softc *sc; in bhndb_resume_resource()
779 bhndb_get_addrspace(struct bhndb_softc *sc, device_t child) in bhndb_get_addrspace()
805 bhndb_get_rman(struct bhndb_softc *sc, device_t child, int type) in bhndb_get_rman()
881 struct bhndb_softc *sc = device_get_softc(dev); in bhndb_get_chipid()
892 struct bhndb_softc *sc; in bhndb_is_core_disabled()
918 struct bhndb_softc *sc = device_get_softc(dev); in bhndb_get_hostb_core()
930 struct bhndb_softc *sc = device_get_softc(dev); in bhndb_get_service_registry()
942 struct bhndb_softc *sc; in bhndb_alloc_resource()
1035 struct bhndb_softc *sc; in bhndb_release_resource()
1079 struct bhndb_softc *sc; in bhndb_adjust_resource()
1181 bhndb_activate_static_region(struct bhndb_softc *sc, in bhndb_activate_static_region()
1227 bhndb_retain_dynamic_window(struct bhndb_softc *sc, struct resource *r) in bhndb_retain_dynamic_window()
1290 bhndb_try_activate_resource(struct bhndb_softc *sc, device_t child, in bhndb_try_activate_resource()
1420 struct bhndb_softc *sc = device_get_softc(dev); in bhndb_activate_resource()
1439 struct bhndb_softc *sc; in bhndb_deactivate_resource()
1508 struct bhndb_softc *sc; in bhndb_activate_bhnd_resource()
1639 bhndb_io_resource_get_window(struct bhndb_softc *sc, bus_addr_t addr, in bhndb_io_resource_get_window()
1723 bhndb_io_resource(struct bhndb_softc *sc, bus_addr_t addr, bus_size_t size, in bhndb_io_resource()
1770 struct bhndb_softc *sc; \
1915 struct bhndb_softc *sc; in bhndb_setup_intr()
1958 struct bhndb_softc *sc; in bhndb_teardown_intr()
2002 struct bhndb_softc *sc; in bhndb_bind_intr()
2036 struct bhndb_softc *sc; in bhndb_describe_intr()
2091 struct bhndb_softc *sc; in bhndb_get_dma_translation()
2164 struct bhndb_softc *sc = device_get_softc(dev); in bhndb_get_dma_tag()
2294 DEFINE_CLASS_0(bhndb, bhndb_driver, bhndb_methods, sizeof(struct bhndb_softc));