Lines Matching defs:child

131 bhndb_probe_nomatch(device_t dev, device_t child)  in bhndb_probe_nomatch()
143 bhndb_print_child(device_t dev, device_t child) in bhndb_print_child()
165 bhndb_child_location(device_t dev, device_t child, struct sbuf *sb) in bhndb_child_location()
701 bhndb_suspend_resource(device_t dev, device_t child, int type, in bhndb_suspend_resource()
733 bhndb_resume_resource(device_t dev, device_t child, int type, in bhndb_resume_resource()
759 bhndb_read_ivar(device_t dev, device_t child, int index, in bhndb_read_ivar()
769 bhndb_write_ivar(device_t dev, device_t child, int index, in bhndb_write_ivar()
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()
840 device_t child; in bhndb_add_child() local
864 bhndb_child_deleted(device_t dev, device_t child) in bhndb_child_deleted()
879 bhndb_get_chipid(device_t dev, device_t child) in bhndb_get_chipid()
889 bhndb_is_core_disabled(device_t dev, device_t child, in bhndb_is_core_disabled()
916 bhndb_get_hostb_core(device_t dev, device_t child, struct bhnd_core_info *core) in bhndb_get_hostb_core()
928 bhndb_get_service_registry(device_t dev, device_t child) in bhndb_get_service_registry()
939 bhndb_alloc_resource(device_t dev, device_t child, int type, in bhndb_alloc_resource()
1033 bhndb_release_resource(device_t dev, device_t child, struct resource *r) in bhndb_release_resource()
1076 bhndb_adjust_resource(device_t dev, device_t child, in bhndb_adjust_resource()
1182 struct bhndb_region *region, device_t child, struct resource *r) in bhndb_activate_static_region()
1290 bhndb_try_activate_resource(struct bhndb_softc *sc, device_t child, in bhndb_try_activate_resource()
1418 bhndb_activate_resource(device_t dev, device_t child, struct resource *r) in bhndb_activate_resource()
1436 bhndb_deactivate_resource(device_t dev, device_t child, struct resource *r) in bhndb_deactivate_resource()
1485 bhndb_get_resource_list(device_t dev, device_t child) in bhndb_get_resource_list()
1505 bhndb_activate_bhnd_resource(device_t dev, device_t child, in bhndb_activate_bhnd_resource()
1593 bhndb_deactivate_bhnd_resource(device_t dev, device_t child, in bhndb_deactivate_bhnd_resource()
1865 bhndb_bus_barrier(device_t dev, device_t child, struct bhnd_resource *r, in bhndb_bus_barrier()
1879 bhndb_bhnd_map_intr(device_t dev, device_t child, u_int intr, rman_res_t *irq) in bhndb_bhnd_map_intr()
1902 bhndb_bhnd_unmap_intr(device_t dev, device_t child, rman_res_t irq) in bhndb_bhnd_unmap_intr()
1911 bhndb_setup_intr(device_t dev, device_t child, struct resource *r, in bhndb_setup_intr()
1955 bhndb_teardown_intr(device_t dev, device_t child, struct resource *r, in bhndb_teardown_intr()
2000 bhndb_bind_intr(device_t dev, device_t child, struct resource *irq, int cpu) in bhndb_bind_intr()
2033 bhndb_describe_intr(device_t dev, device_t child, struct resource *irq, in bhndb_describe_intr()
2077 bhndb_remap_intr(device_t dev, device_t child, u_int irq) in bhndb_remap_intr()
2087 bhndb_get_dma_translation(device_t dev, device_t child, u_int width, in bhndb_get_dma_translation()
2162 bhndb_get_dma_tag(device_t dev, device_t child) in bhndb_get_dma_tag()