Home
last modified time | relevance | path

Searched defs:child (Results 1 – 25 of 637) sorted by relevance

12345678910>>...26

/freebsd-src/sys/dev/pci/
H A Dhostb_pci.c87 pci_hostb_read_ivar(device_t dev, device_t child, int which, uintptr_t *result) in pci_hostb_read_ivar() argument
94 pci_hostb_write_ivar(device_t dev, device_t child, int which, uintptr_t value) in pci_hostb_write_ivar() argument
101 pci_hostb_alloc_resource(device_t dev, device_t child, int type, int *rid, in pci_hostb_alloc_resource() argument
109 pci_hostb_release_resource(device_t dev, device_t child, struct resource *r) in pci_hostb_release_resource() argument
118 pci_hostb_read_config(device_t dev, device_t child, int reg, int width) in pci_hostb_read_config() argument
125 pci_hostb_write_config(device_t dev, device_t child, int reg, in pci_hostb_write_config() argument
133 pci_hostb_enable_busmaster(device_t dev, device_t child) in pci_hostb_enable_busmaster() argument
142 pci_hostb_disable_busmaster(device_t dev,device_t child) pci_hostb_disable_busmaster() argument
151 pci_hostb_enable_io(device_t dev,device_t child,int space) pci_hostb_enable_io() argument
160 pci_hostb_disable_io(device_t dev,device_t child,int space) pci_hostb_disable_io() argument
169 pci_hostb_set_powerstate(device_t dev,device_t child,int state) pci_hostb_set_powerstate() argument
178 pci_hostb_get_powerstate(device_t dev,device_t child) pci_hostb_get_powerstate() argument
187 pci_hostb_assign_interrupt(device_t dev,device_t child) pci_hostb_assign_interrupt() argument
196 pci_hostb_find_cap(device_t dev,device_t child,int capability,int * capreg) pci_hostb_find_cap() argument
204 pci_hostb_find_next_cap(device_t dev,device_t child,int capability,int start,int * capreg) pci_hostb_find_next_cap() argument
212 pci_hostb_find_extcap(device_t dev,device_t child,int capability,int * capreg) pci_hostb_find_extcap() argument
220 pci_hostb_find_next_extcap(device_t dev,device_t child,int capability,int start,int * capreg) pci_hostb_find_next_extcap() argument
228 pci_hostb_find_htcap(device_t dev,device_t child,int capability,int * capreg) pci_hostb_find_htcap() argument
236 pci_hostb_find_next_htcap(device_t dev,device_t child,int capability,int start,int * capreg) pci_hostb_find_next_htcap() argument
[all...]
H A Dvga_pci.c409 vga_pci_read_ivar(device_t dev,device_t child,int which,uintptr_t * result) vga_pci_read_ivar() argument
416 vga_pci_write_ivar(device_t dev,device_t child,int which,uintptr_t value) vga_pci_write_ivar() argument
423 vga_pci_setup_intr(device_t dev,device_t child,struct resource * irq,int flags,driver_filter_t * filter,driver_intr_t * intr,void * arg,void ** cookiep) vga_pci_setup_intr() argument
432 vga_pci_teardown_intr(device_t dev,device_t child,struct resource * irq,void * cookie) vga_pci_teardown_intr() argument
452 vga_pci_alloc_resource(device_t dev,device_t child,int type,int * rid,rman_res_t start,rman_res_t end,rman_res_t count,u_int flags) vga_pci_alloc_resource() argument
478 vga_pci_release_resource(device_t dev,device_t child,struct resource * r) vga_pci_release_resource() argument
516 vga_pci_read_config(device_t dev,device_t child,int reg,int width) vga_pci_read_config() argument
523 vga_pci_write_config(device_t dev,device_t child,int reg,uint32_t val,int width) vga_pci_write_config() argument
531 vga_pci_enable_busmaster(device_t dev,device_t child) vga_pci_enable_busmaster() argument
538 vga_pci_disable_busmaster(device_t dev,device_t child) vga_pci_disable_busmaster() argument
545 vga_pci_enable_io(device_t dev,device_t child,int space) vga_pci_enable_io() argument
554 vga_pci_disable_io(device_t dev,device_t child,int space) vga_pci_disable_io() argument
563 vga_pci_get_vpd_ident(device_t dev,device_t child,const char ** identptr) vga_pci_get_vpd_ident() argument
570 vga_pci_get_vpd_readonly(device_t dev,device_t child,const char * kw,const char ** vptr) vga_pci_get_vpd_readonly() argument
578 vga_pci_set_powerstate(device_t dev,device_t child,int state) vga_pci_set_powerstate() argument
587 vga_pci_get_powerstate(device_t dev,device_t child) vga_pci_get_powerstate() argument
596 vga_pci_assign_interrupt(device_t dev,device_t child) vga_pci_assign_interrupt() argument
605 vga_pci_find_cap(device_t dev,device_t child,int capability,int * capreg) vga_pci_find_cap() argument
613 vga_pci_find_next_cap(device_t dev,device_t child,int capability,int start,int * capreg) vga_pci_find_next_cap() argument
621 vga_pci_find_extcap(device_t dev,device_t child,int capability,int * capreg) vga_pci_find_extcap() argument
629 vga_pci_find_next_extcap(device_t dev,device_t child,int capability,int start,int * capreg) vga_pci_find_next_extcap() argument
637 vga_pci_find_htcap(device_t dev,device_t child,int capability,int * capreg) vga_pci_find_htcap() argument
645 vga_pci_find_next_htcap(device_t dev,device_t child,int capability,int start,int * capreg) vga_pci_find_next_htcap() argument
653 vga_pci_alloc_msi(device_t dev,device_t child,int * count) vga_pci_alloc_msi() argument
668 vga_pci_alloc_msix(device_t dev,device_t child,int * count) vga_pci_alloc_msix() argument
683 vga_pci_remap_msix(device_t dev,device_t child,int count,const u_int * vectors) vga_pci_remap_msix() argument
695 vga_pci_release_msi(device_t dev,device_t child) vga_pci_release_msi() argument
710 vga_pci_msi_count(device_t dev,device_t child) vga_pci_msi_count() argument
717 vga_pci_msix_count(device_t dev,device_t child) vga_pci_msix_count() argument
724 vga_pci_get_dma_tag(device_t bus,device_t child) vga_pci_get_dma_tag() argument
[all...]
/freebsd-src/sys/dev/bhnd/bhndb/
H A Dbhnd_bhndb.c52 bhnd_bhndb_read_board_info(device_t dev, device_t child, in bhnd_bhndb_read_board_info()
66 bhnd_bhndb_get_attach_type(device_t dev, device_t child) in bhnd_bhndb_get_attach_type()
73 bhnd_bhndb_is_hw_disabled(device_t dev, device_t child) in bhnd_bhndb_is_hw_disabled()
98 bhnd_bhndb_map_intr(device_t dev, device_t child, u_int intr, rman_res_t *irq) in bhnd_bhndb_map_intr()
105 bhnd_bhndb_unmap_intr(device_t dev, device_t child, rman_res_t irq) in bhnd_bhndb_unmap_intr()
112 bhnd_bhndb_pwrctl_get_clksrc(device_t dev, device_t child, in bhnd_bhndb_pwrctl_get_clksrc()
121 bhnd_bhndb_pwrctl_gate_clock(device_t dev, device_t child, in bhnd_bhndb_pwrctl_gate_clock()
130 bhnd_bhndb_pwrctl_ungate_clock(device_t dev, device_t child, in bhnd_bhndb_pwrctl_ungate_clock()
139 bhnd_bhndb_setup_intr(device_t dev, device_t child, struct resource *irq, in bhnd_bhndb_setup_intr()
H A Dbhndb.c131 bhndb_probe_nomatch(device_t dev, device_t child) in bhndb_probe_nomatch() argument
143 bhndb_print_child(device_t dev, device_t child) in bhndb_print_child() argument
165 bhndb_child_location(device_t dev,device_t child,struct sbuf * sb) bhndb_child_location() argument
705 bhndb_suspend_resource(device_t dev,device_t child,int type,struct resource * r) bhndb_suspend_resource() argument
737 bhndb_resume_resource(device_t dev,device_t child,int type,struct resource * r) bhndb_resume_resource() argument
763 bhndb_read_ivar(device_t dev,device_t child,int index,uintptr_t * result) bhndb_read_ivar() argument
773 bhndb_write_ivar(device_t dev,device_t child,int index,uintptr_t value) bhndb_write_ivar() argument
783 bhndb_get_addrspace(struct bhndb_softc * sc,device_t child) bhndb_get_addrspace() argument
809 bhndb_get_rman(struct bhndb_softc * sc,device_t child,int type) bhndb_get_rman() argument
844 device_t child; bhndb_add_child() local
868 bhndb_child_deleted(device_t dev,device_t child) bhndb_child_deleted() argument
883 bhndb_get_chipid(device_t dev,device_t child) bhndb_get_chipid() argument
893 bhndb_is_core_disabled(device_t dev,device_t child,struct bhnd_core_info * core) bhndb_is_core_disabled() argument
920 bhndb_get_hostb_core(device_t dev,device_t child,struct bhnd_core_info * core) bhndb_get_hostb_core() argument
932 bhndb_get_service_registry(device_t dev,device_t child) bhndb_get_service_registry() argument
943 bhndb_alloc_resource(device_t dev,device_t child,int type,int * rid,rman_res_t start,rman_res_t end,rman_res_t count,u_int flags) bhndb_alloc_resource() argument
1037 bhndb_release_resource(device_t dev,device_t child,struct resource * r) bhndb_release_resource() argument
1079 bhndb_adjust_resource(device_t dev,device_t child,struct resource * r,rman_res_t start,rman_res_t end) bhndb_adjust_resource() argument
1185 bhndb_activate_static_region(struct bhndb_softc * sc,struct bhndb_region * region,device_t child,struct resource * r) bhndb_activate_static_region() argument
1293 bhndb_try_activate_resource(struct bhndb_softc * sc,device_t child,struct resource * r,bool * indirect) bhndb_try_activate_resource() argument
1421 bhndb_activate_resource(device_t dev,device_t child,struct resource * r) bhndb_activate_resource() argument
1439 bhndb_deactivate_resource(device_t dev,device_t child,struct resource * r) bhndb_deactivate_resource() argument
1488 bhndb_get_resource_list(device_t dev,device_t child) bhndb_get_resource_list() argument
1508 bhndb_activate_bhnd_resource(device_t dev,device_t child,int type,int rid,struct bhnd_resource * r) bhndb_activate_bhnd_resource() argument
1596 bhndb_deactivate_bhnd_resource(device_t dev,device_t child,int type,int rid,struct bhnd_resource * r) bhndb_deactivate_bhnd_resource() argument
1868 bhndb_bus_barrier(device_t dev,device_t child,struct bhnd_resource * r,bus_size_t offset,bus_size_t length,int flags) bhndb_bus_barrier() argument
1882 bhndb_bhnd_map_intr(device_t dev,device_t child,u_int intr,rman_res_t * irq) bhndb_bhnd_map_intr() argument
1905 bhndb_bhnd_unmap_intr(device_t dev,device_t child,rman_res_t irq) bhndb_bhnd_unmap_intr() argument
1914 bhndb_setup_intr(device_t dev,device_t child,struct resource * r,int flags,driver_filter_t filter,driver_intr_t handler,void * arg,void ** cookiep) bhndb_setup_intr() argument
1958 bhndb_teardown_intr(device_t dev,device_t child,struct resource * r,void * cookiep) bhndb_teardown_intr() argument
2003 bhndb_bind_intr(device_t dev,device_t child,struct resource * irq,int cpu) bhndb_bind_intr() argument
2036 bhndb_describe_intr(device_t dev,device_t child,struct resource * irq,void * cookie,const char * descr) bhndb_describe_intr() argument
2080 bhndb_remap_intr(device_t dev,device_t child,u_int irq) bhndb_remap_intr() argument
2090 bhndb_get_dma_translation(device_t dev,device_t child,u_int width,uint32_t flags,bus_dma_tag_t * dmat,struct bhnd_dma_translation * translation) bhndb_get_dma_translation() argument
2165 bhndb_get_dma_tag(device_t dev,device_t child) bhndb_get_dma_tag() argument
[all...]
/freebsd-src/sys/dev/bhnd/
H A Dbhnd.c142 device_t child = devs[i]; in bhnd_delete_children() local
203 device_t child = devs[i]; in bhnd_generic_shutdown() local
240 device_t child = devs[i]; in bhnd_generic_resume() local
279 device_t child = devs[i]; in bhnd_generic_suspend() local
306 bhnd_generic_get_probe_order(device_t dev, device_t child) in bhnd_generic_get_probe_order()
361 bhnd_generic_alloc_pmu(device_t dev, device_t child) in bhnd_generic_alloc_pmu()
484 bhnd_generic_release_pmu(device_t dev, device_t child) in bhnd_generic_release_pmu()
537 bhnd_generic_get_clock_latency(device_t dev, device_t child, bhnd_clock clock, in bhnd_generic_get_clock_latency()
555 bhnd_generic_get_clock_freq(device_t dev, device_t child, bhnd_clock clock, in bhnd_generic_get_clock_freq()
573 bhnd_generic_request_clock(device_t dev, device_t child, bhnd_clock clock) in bhnd_generic_request_clock()
[all …]
/freebsd-src/sys/dev/bhnd/siba/
H A Dsiba.c125 siba_read_ivar(device_t dev,device_t child,int index,uintptr_t * result) siba_read_ivar() argument
189 siba_write_ivar(device_t dev,device_t child,int index,uintptr_t value) siba_write_ivar() argument
233 siba_get_resource_list(device_t dev,device_t child) siba_get_resource_list() argument
241 siba_alloc_pmu(device_t dev,device_t child) siba_alloc_pmu() argument
317 siba_release_pmu(device_t dev,device_t child) siba_release_pmu() argument
376 siba_get_clock_latency(device_t dev,device_t child,bhnd_clock clock,u_int * latency) siba_get_clock_latency() argument
431 siba_get_clock_freq(device_t dev,device_t child,bhnd_clock clock,u_int * freq) siba_get_clock_freq() argument
474 siba_request_ext_rsrc(device_t dev,device_t child,u_int rsrc) siba_request_ext_rsrc() argument
509 siba_release_ext_rsrc(device_t dev,device_t child,u_int rsrc) siba_release_ext_rsrc() argument
544 siba_request_clock(device_t dev,device_t child,bhnd_clock clock) siba_request_clock() argument
597 siba_enable_clocks(device_t dev,device_t child,uint32_t clocks) siba_enable_clocks() argument
643 siba_read_iost(device_t dev,device_t child,uint16_t * iost) siba_read_iost() argument
657 siba_read_ioctl(device_t dev,device_t child,uint16_t * ioctl) siba_read_ioctl() argument
670 siba_write_ioctl(device_t dev,device_t child,uint16_t value,uint16_t mask) siba_write_ioctl() argument
694 siba_is_hw_suspended(device_t dev,device_t child) siba_is_hw_suspended() argument
725 siba_reset_hw(device_t dev,device_t child,uint16_t ioctl,uint16_t reset_ioctl) siba_reset_hw() argument
790 siba_suspend_hw(device_t dev,device_t child,uint16_t ioctl) siba_suspend_hw() argument
911 siba_read_config(device_t dev,device_t child,bus_size_t offset,void * value,u_int width) siba_read_config() argument
950 siba_write_config(device_t dev,device_t child,bus_size_t offset,const void * value,u_int width) siba_write_config() argument
987 siba_get_port_count(device_t dev,device_t child,bhnd_port_type type) siba_get_port_count() argument
1001 siba_get_region_count(device_t dev,device_t child,bhnd_port_type type,u_int port) siba_get_region_count() argument
1016 siba_get_port_rid(device_t dev,device_t child,bhnd_port_type port_type,u_int port_num,u_int region_num) siba_get_port_rid() argument
1045 siba_decode_port_rid(device_t dev,device_t child,int type,int rid,bhnd_port_type * port_type,u_int * port_num,u_int * region_num) siba_decode_port_rid() argument
1088 siba_get_region_addr(device_t dev,device_t child,bhnd_port_type port_type,u_int port_num,u_int region_num,bhnd_addr_t * addr,bhnd_size_t * size) siba_get_region_addr() argument
1127 siba_get_intr_count(device_t dev,device_t child) siba_get_intr_count() argument
1149 siba_get_intr_ivec(device_t dev,device_t child,u_int intr,u_int * ivec) siba_get_intr_ivec() argument
1241 device_t child; siba_add_child() local
1258 siba_child_deleted(device_t dev,device_t child) siba_child_deleted() argument
1315 device_t child; siba_add_children() local
1352 device_t child; siba_add_children() local
[all...]
/freebsd-src/sys/dev/bhnd/bcma/
H A Dbcma.c101 device_t child; bcma_add_child() local
118 bcma_child_deleted(device_t dev,device_t child) bcma_child_deleted() argument
133 bcma_read_ivar(device_t dev,device_t child,int index,uintptr_t * result) bcma_read_ivar() argument
175 bcma_write_ivar(device_t dev,device_t child,int index,uintptr_t value) bcma_write_ivar() argument
200 bcma_get_resource_list(device_t dev,device_t child) bcma_get_resource_list() argument
207 bcma_read_iost(device_t dev,device_t child,uint16_t * iost) bcma_read_iost() argument
221 bcma_read_ioctl(device_t dev,device_t child,uint16_t * ioctl) bcma_read_ioctl() argument
235 bcma_write_ioctl(device_t dev,device_t child,uint16_t value,uint16_t mask) bcma_write_ioctl() argument
263 bcma_is_hw_suspended(device_t dev,device_t child) bcma_is_hw_suspended() argument
295 bcma_reset_hw(device_t dev,device_t child,uint16_t ioctl,uint16_t reset_ioctl) bcma_reset_hw() argument
344 bcma_suspend_hw(device_t dev,device_t child,uint16_t ioctl) bcma_suspend_hw() argument
381 bcma_read_config(device_t dev,device_t child,bus_size_t offset,void * value,u_int width) bcma_read_config() argument
419 bcma_write_config(device_t dev,device_t child,bus_size_t offset,const void * value,u_int width) bcma_write_config() argument
457 bcma_get_port_count(device_t dev,device_t child,bhnd_port_type type) bcma_get_port_count() argument
483 bcma_get_region_count(device_t dev,device_t child,bhnd_port_type type,u_int port_num) bcma_get_region_count() argument
508 bcma_get_port_rid(device_t dev,device_t child,bhnd_port_type port_type,u_int port_num,u_int region_num) bcma_get_port_rid() argument
532 bcma_decode_port_rid(device_t dev,device_t child,int type,int rid,bhnd_port_type * port_type,u_int * port_num,u_int * region_num) bcma_decode_port_rid() argument
574 bcma_get_region_addr(device_t dev,device_t child,bhnd_port_type port_type,u_int port_num,u_int region_num,bhnd_addr_t * addr,bhnd_size_t * size) bcma_get_region_addr() argument
608 bcma_get_intr_count(device_t dev,device_t child) bcma_get_intr_count() argument
624 bcma_get_intr_ivec(device_t dev,device_t child,u_int intr,u_int * ivec) bcma_get_intr_ivec() argument
663 device_t child; bcma_add_children() local
[all...]
/freebsd-src/contrib/kyua/utils/process/
H A Dchild_test.cpp295 std::auto_ptr< process::child > child = process::child::fork_files( in do_inherit_test() local
326 std::auto_ptr< process::child > child = process::child::fork_capture(hook); in child__fork_capture__ok() local
368 std::auto_ptr< process::child > child = process::child::fork_capture( in ATF_TEST_CASE_BODY() local
386 std::auto_ptr< process::child > child = process::child::fork_capture( in ATF_TEST_CASE_BODY() local
414 std::auto_ptr< process::child > child = process::child::fork_capture( in ATF_TEST_CASE_BODY() local
434 std::auto_ptr< process::child > child = process::child::fork_capture( in ATF_TEST_CASE_BODY() local
470 std::auto_ptr< process::child > child = process::child::fork_files( in ATF_TEST_CASE_BODY() local
493 std::auto_ptr< process::child > child = process::child::fork_files( in ATF_TEST_CASE_BODY() local
516 std::auto_ptr< process::child > child = process::child::fork_files( in ATF_TEST_CASE_BODY() local
531 std::auto_ptr< process::child > child = process::child::fork_files( in ATF_TEST_CASE_BODY() local
[all …]
/freebsd-src/sys/dev/sound/pci/hda/
H A Dhdacc.c485 device_t child; hdacc_attach() local
550 hdacc_child_location(device_t dev,device_t child,struct sbuf * sb) hdacc_child_location() argument
559 hdacc_child_pnpinfo_method(device_t dev,device_t child,struct sbuf * sb) hdacc_child_pnpinfo_method() argument
569 hdacc_print_child(device_t dev,device_t child) hdacc_print_child() argument
582 hdacc_probe_nomatch(device_t dev,device_t child) hdacc_probe_nomatch() argument
608 hdacc_read_ivar(device_t dev,device_t child,int which,uintptr_t * result) hdacc_read_ivar() argument
630 hdacc_get_mtx(device_t dev,device_t child) hdacc_get_mtx() argument
638 hdacc_codec_command(device_t dev,device_t child,uint32_t verb) hdacc_codec_command() argument
645 hdacc_stream_alloc(device_t dev,device_t child,int dir,int format,int stripe,uint32_t ** dmapos) hdacc_stream_alloc() argument
659 hdacc_stream_free(device_t dev,device_t child,int dir,int stream) hdacc_stream_free() argument
668 hdacc_stream_start(device_t dev,device_t child,int dir,int stream,bus_addr_t buf,int blksz,int blkcnt) hdacc_stream_start() argument
677 hdacc_stream_stop(device_t dev,device_t child,int dir,int stream) hdacc_stream_stop() argument
684 hdacc_stream_reset(device_t dev,device_t child,int dir,int stream) hdacc_stream_reset() argument
691 hdacc_stream_getptr(device_t dev,device_t child,int dir,int stream) hdacc_stream_getptr() argument
701 device_t child; hdacc_stream_intr() local
708 hdacc_unsol_alloc(device_t dev,device_t child,int wanted) hdacc_unsol_alloc() argument
728 hdacc_unsol_free(device_t dev,device_t child,int tag) hdacc_unsol_free() argument
741 device_t child; hdacc_unsol_intr() local
[all...]
/freebsd-src/sys/isa/
H A Disa_common.c119 isa_find_memory(device_t child, struct isa_config *config, in isa_find_memory() argument
193 isa_find_port(device_t child, struct isa_config *config, in isa_find_port() argument
285 isa_find_irq(device_t child,struct isa_config * config,struct isa_config * result) isa_find_irq() argument
350 isa_find_drq(device_t child,struct isa_config * config,struct isa_config * result) isa_find_drq() argument
414 isa_assign_resources(device_t child) isa_assign_resources() argument
473 isa_claim_resources(device_t dev,device_t child) isa_claim_resources() argument
496 device_t *children, child; isa_probe_children() local
605 device_t child; isa_add_child() local
660 isa_probe_nomatch(device_t dev,device_t child) isa_probe_nomatch() argument
867 isa_child_detached(device_t dev,device_t child) isa_child_detached() argument
895 device_t child = children[i]; isa_driver_added() local
929 isa_set_resource(device_t dev,device_t child,int type,int rid,rman_res_t start,rman_res_t count) isa_set_resource() argument
955 isa_get_resource_list(device_t dev,device_t child) isa_get_resource_list() argument
967 isa_add_config(device_t dev,device_t child,int priority,struct isa_config * config) isa_add_config() argument
993 isa_set_config_callback(device_t dev,device_t child,isa_config_cb * fn,void * arg) isa_set_config_callback() argument
1003 isa_pnp_probe(device_t dev,device_t child,struct isa_pnp_id * ids) isa_pnp_probe() argument
1027 isa_child_pnpinfo(device_t bus,device_t child,struct sbuf * sb) isa_child_pnpinfo() argument
1038 isa_child_location(device_t bus,device_t child,struct sbuf * sb) isa_child_location() argument
1108 device_t child; isab_attach() local
[all...]
/freebsd-src/sys/powerpc/psim/
H A Diobus.c190 phandle_t child; in iobus_attach() local
247 iobus_print_child(device_t dev,device_t child) iobus_print_child() argument
267 iobus_probe_nomatch(device_t dev,device_t child) iobus_probe_nomatch() argument
272 iobus_read_ivar(device_t dev,device_t child,int which,uintptr_t * result) iobus_read_ivar() argument
300 iobus_write_ivar(device_t dev,device_t child,int which,uintptr_t value) iobus_write_ivar() argument
321 iobus_alloc_resource(device_t bus,device_t child,int type,int * rid,rman_res_t start,rman_res_t end,rman_res_t count,u_int flags) iobus_alloc_resource() argument
342 iobus_adjust_resource(device_t bus,device_t child,struct resource * r,rman_res_t start,rman_res_t end) iobus_adjust_resource() argument
359 iobus_release_resource(device_t bus,device_t child,struct resource * res) iobus_release_resource() argument
374 iobus_activate_resource(device_t bus,device_t child,struct resource * res) iobus_activate_resource() argument
389 iobus_deactivate_resource(device_t bus,device_t child,struct resource * res) iobus_deactivate_resource() argument
404 iobus_map_resource(device_t bus,device_t child,struct resource * r,struct resource_map_request * argsp,struct resource_map * map) iobus_map_resource() argument
442 iobus_unmap_resource(device_t bus,device_t child,struct resource * r,struct resource_map * map) iobus_unmap_resource() argument
[all...]
/freebsd-src/sys/dev/spibus/
H A Dspibus.c87 spibus_print_child(device_t dev,device_t child) spibus_print_child() argument
103 spibus_probe_nomatch(device_t bus,device_t child) spibus_probe_nomatch() argument
113 spibus_child_location(device_t bus,device_t child,struct sbuf * sb) spibus_child_location() argument
124 spibus_read_ivar(device_t bus,device_t child,int which,uintptr_t * result) spibus_read_ivar() argument
148 spibus_write_ivar(device_t bus,device_t child,int which,uintptr_t value) spibus_write_ivar() argument
185 device_t child; spibus_add_child_common() local
211 device_t child; spibus_hinted_child() local
229 spibus_get_resource_list(device_t bus __unused,device_t child) spibus_get_resource_list() argument
238 spibus_transfer_impl(device_t dev,device_t child,struct spi_command * cmd) spibus_transfer_impl() argument
[all...]
/freebsd-src/sys/dev/acpica/
H A Dacpi_pci.c138 acpi_pci_read_ivar(device_t dev,device_t child,int which,uintptr_t * result) acpi_pci_read_ivar() argument
155 acpi_pci_write_ivar(device_t dev,device_t child,int which,uintptr_t value) acpi_pci_write_ivar() argument
172 acpi_pci_child_deleted(device_t dev,device_t child) acpi_pci_child_deleted() argument
182 acpi_pci_child_location_method(device_t cbdev,device_t child,struct sbuf * sb) acpi_pci_child_location_method() argument
199 acpi_pci_get_device_path(device_t bus,device_t child,const char * locator,struct sbuf * sb) acpi_pci_get_device_path() argument
213 acpi_pci_set_powerstate_method(device_t dev,device_t child,int state) acpi_pci_set_powerstate_method() argument
261 device_t child; acpi_pci_update_device() local
293 device_t child; acpi_pci_save_handle() local
315 acpi_pci_child_added(device_t dev,device_t child) acpi_pci_child_added() argument
366 device_t child, dev; acpi_pci_device_notify_handler() local
471 acpi_pci_get_dma_tag(device_t bus,device_t child) acpi_pci_get_dma_tag() argument
486 acpi_pci_get_dma_tag(device_t bus,device_t child) acpi_pci_get_dma_tag() argument
[all...]
/freebsd-src/sys/x86/x86/
H A Dlegacy.c155 device_t child; in legacy_attach() local
181 legacy_print_child(device_t bus, device_t child) in legacy_print_child() argument
197 device_t child; in legacy_add_child() local
219 legacy_read_ivar(device_t dev,device_t child,int which,uintptr_t * result) legacy_read_ivar() argument
243 legacy_write_ivar(device_t dev,device_t child,int which,uintptr_t value) legacy_write_ivar() argument
318 device_t child; cpu_identify() local
337 device_t child; cpu_add_child() local
357 cpu_get_rlist(device_t dev,device_t child) cpu_get_rlist() argument
366 cpu_read_ivar(device_t dev,device_t child,int index,uintptr_t * result) cpu_read_ivar() argument
[all...]
/freebsd-src/sys/arm64/arm64/
H A Dnexus.c188 nexus_print_child(device_t bus,device_t child) nexus_print_child() argument
201 device_t child; nexus_add_child() local
237 nexus_alloc_resource(device_t bus,device_t child,int type,int * rid,rman_res_t start,rman_res_t end,rman_res_t count,u_int flags) nexus_alloc_resource() argument
277 nexus_setup_intr(device_t dev,device_t child,struct resource * res,int flags,driver_filter_t * filt,driver_intr_t * intr,void * arg,void ** cookiep) nexus_setup_intr() argument
296 nexus_teardown_intr(device_t dev,device_t child,struct resource * r,void * ih) nexus_teardown_intr() argument
303 nexus_describe_intr(device_t dev,device_t child,struct resource * irq,void * cookie,const char * descr) nexus_describe_intr() argument
312 nexus_bind_intr(device_t dev,device_t child,struct resource * irq,int cpu) nexus_bind_intr() argument
327 nexus_activate_resource_flags(device_t bus,device_t child,struct resource * r,int flags) nexus_activate_resource_flags() argument
373 nexus_activate_resource(device_t dev,device_t child,struct resource * r) nexus_activate_resource() argument
379 nexus_get_reslist(device_t dev,device_t child) nexus_get_reslist() argument
387 nexus_deactivate_resource(device_t bus,device_t child,struct resource * r) nexus_deactivate_resource() argument
407 nexus_map_resource(device_t bus,device_t child,struct resource * r,struct resource_map_request * argsp,struct resource_map * map) nexus_map_resource() argument
444 nexus_unmap_resource(device_t bus,device_t child,struct resource * r,struct resource_map * map) nexus_unmap_resource() argument
500 nexus_fdt_activate_resource(device_t bus,device_t child,struct resource * r) nexus_fdt_activate_resource() argument
532 nexus_ofw_map_intr(device_t dev,device_t child,phandle_t iparent,int icells,pcell_t * intr) nexus_ofw_map_intr() argument
592 nexus_acpi_map_intr(device_t dev,device_t child,u_int irq,int trig,int pol) nexus_acpi_map_intr() argument
[all...]
/freebsd-src/sys/arm/arm/
H A Dnexus.c194 nexus_print_child(device_t bus, device_t child) in nexus_print_child() argument
207 device_t child; in nexus_add_child() local
248 nexus_get_dma_tag(device_t dev, device_t child) in nexus_get_dma_tag() argument
273 nexus_setup_intr(device_t dev, device_t child, struct resource *res, int flags, in nexus_setup_intr() argument
284 nexus_teardown_intr(device_t dev,device_t child,struct resource * r,void * ih) nexus_teardown_intr() argument
291 nexus_describe_intr(device_t dev,device_t child,struct resource * irq,void * cookie,const char * descr) nexus_describe_intr() argument
300 nexus_bind_intr(device_t dev,device_t child,struct resource * irq,int cpu) nexus_bind_intr() argument
308 nexus_activate_resource(device_t bus,device_t child,struct resource * r) nexus_activate_resource() argument
332 nexus_map_resource(device_t bus,device_t child,struct resource * r,struct resource_map_request * argsp,struct resource_map * map) nexus_map_resource() argument
375 nexus_unmap_resource(device_t bus,device_t child,struct resource * r,struct resource_map * map) nexus_unmap_resource() argument
394 nexus_deactivate_resource(device_t bus,device_t child,struct resource * r) nexus_deactivate_resource() argument
415 nexus_ofw_map_intr(device_t dev,device_t child,phandle_t iparent,int icells,pcell_t * intr) nexus_ofw_map_intr() argument
[all...]
/freebsd-src/sys/riscv/riscv/
H A Dnexus.c181 nexus_print_child(device_t bus, device_t child) in nexus_print_child() argument
194 device_t child; in nexus_add_child() local
229 nexus_alloc_resource(device_t bus,device_t child,int type,int * rid,rman_res_t start,rman_res_t end,rman_res_t count,u_int flags) nexus_alloc_resource() argument
265 nexus_setup_intr(device_t dev,device_t child,struct resource * res,int flags,driver_filter_t * filt,driver_intr_t * intr,void * arg,void ** cookiep) nexus_setup_intr() argument
284 nexus_teardown_intr(device_t dev,device_t child,struct resource * r,void * ih) nexus_teardown_intr() argument
291 nexus_describe_intr(device_t dev,device_t child,struct resource * irq,void * cookie,const char * descr) nexus_describe_intr() argument
306 nexus_activate_resource(device_t bus,device_t child,struct resource * r) nexus_activate_resource() argument
333 nexus_get_reslist(device_t dev,device_t child) nexus_get_reslist() argument
341 nexus_deactivate_resource(device_t bus,device_t child,struct resource * r) nexus_deactivate_resource() argument
364 nexus_map_resource(device_t bus,device_t child,struct resource * r,struct resource_map_request * argsp,struct resource_map * map) nexus_map_resource() argument
401 nexus_unmap_resource(device_t bus,device_t child,struct resource * r,struct resource_map * map) nexus_unmap_resource() argument
415 nexus_ofw_map_intr(device_t dev,device_t child,phandle_t iparent,int icells,pcell_t * intr) nexus_ofw_map_intr() argument
[all...]
/freebsd-src/sys/powerpc/powermac/
H A Duninorth.c279 phandle_t child; in unin_chip_attach() local
425 unin_chip_print_child(device_t dev,device_t child) unin_chip_print_child() argument
445 unin_chip_probe_nomatch(device_t dev,device_t child) unin_chip_probe_nomatch() argument
480 unin_chip_alloc_resource(device_t bus,device_t child,int type,int * rid,rman_res_t start,rman_res_t end,rman_res_t count,u_int flags) unin_chip_alloc_resource() argument
556 unin_chip_adjust_resource(device_t bus,device_t child,struct resource * r,rman_res_t start,rman_res_t end) unin_chip_adjust_resource() argument
572 unin_chip_release_resource(device_t bus,device_t child,struct resource * res) unin_chip_release_resource() argument
586 unin_chip_activate_resource(device_t bus,device_t child,struct resource * res) unin_chip_activate_resource() argument
600 unin_chip_deactivate_resource(device_t bus,device_t child,struct resource * res) unin_chip_deactivate_resource() argument
615 unin_chip_map_resource(device_t bus,device_t child,struct resource * r,struct resource_map_request * argsp,struct resource_map * map) unin_chip_map_resource() argument
654 unin_chip_unmap_resource(device_t bus,device_t child,struct resource * r,struct resource_map * map) unin_chip_unmap_resource() argument
672 unin_chip_get_resource_list(device_t dev,device_t child) unin_chip_get_resource_list() argument
681 unin_chip_get_devinfo(device_t dev,device_t child) unin_chip_get_devinfo() argument
[all...]
/freebsd-src/sys/dev/pccbb/
H A Dpccbb.c352 cbb_setup_intr(device_t dev,device_t child,struct resource * irq,int flags,driver_filter_t * filt,driver_intr_t * intr,void * arg,void ** cookiep) cbb_setup_intr() argument
387 cbb_teardown_intr(device_t dev,device_t child,struct resource * irq,void * cookie) cbb_teardown_intr() argument
432 cbb_child_detached(device_t brdev,device_t child) cbb_child_detached() argument
936 cbb_cardbus_reset_power(device_t brdev,device_t child,int on) cbb_cardbus_reset_power() argument
1006 cbb_cardbus_power_disable_socket(device_t brdev,device_t child) cbb_cardbus_power_disable_socket() argument
1014 cbb_cardbus_power_enable_socket(device_t brdev,device_t child) cbb_cardbus_power_enable_socket() argument
1178 cbb_cardbus_activate_resource(device_t brdev,device_t child,struct resource * res) cbb_cardbus_activate_resource() argument
1192 cbb_cardbus_deactivate_resource(device_t brdev,device_t child,struct resource * res) cbb_cardbus_deactivate_resource() argument
1206 cbb_cardbus_alloc_resource(device_t brdev,device_t child,int type,int * rid,rman_res_t start,rman_res_t end,rman_res_t count,u_int flags) cbb_cardbus_alloc_resource() argument
1266 cbb_cardbus_release_resource(device_t brdev,device_t child,struct resource * res) cbb_cardbus_release_resource() argument
1287 cbb_pcic_power_enable_socket(device_t brdev,device_t child) cbb_pcic_power_enable_socket() argument
1304 cbb_pcic_power_disable_socket(device_t brdev,device_t child) cbb_pcic_power_disable_socket() argument
1331 cbb_power_enable_socket(device_t brdev,device_t child) cbb_power_enable_socket() argument
1341 cbb_power_disable_socket(device_t brdev,device_t child) cbb_power_disable_socket() argument
1350 cbb_pcic_activate_resource(device_t brdev,device_t child,struct resource * res) cbb_pcic_activate_resource() argument
1363 cbb_pcic_deactivate_resource(device_t brdev,device_t child,struct resource * res) cbb_pcic_deactivate_resource() argument
1371 cbb_pcic_alloc_resource(device_t brdev,device_t child,int type,int * rid,rman_res_t start,rman_res_t end,rman_res_t count,u_int flags) cbb_pcic_alloc_resource() argument
1427 cbb_pcic_release_resource(device_t brdev,device_t child,struct resource * res) cbb_pcic_release_resource() argument
1448 cbb_pcic_set_res_flags(device_t brdev,device_t child,int type,int rid,u_long flags) cbb_pcic_set_res_flags() argument
1466 cbb_pcic_set_memory_offset(device_t brdev,device_t child,int rid,uint32_t cardaddr,uint32_t * deltap) cbb_pcic_set_memory_offset() argument
1486 cbb_activate_resource(device_t brdev,device_t child,struct resource * r) cbb_activate_resource() argument
1497 cbb_deactivate_resource(device_t brdev,device_t child,struct resource * r) cbb_deactivate_resource() argument
1508 cbb_alloc_resource(device_t brdev,device_t child,int type,int * rid,rman_res_t start,rman_res_t end,rman_res_t count,u_int flags) cbb_alloc_resource() argument
1522 cbb_release_resource(device_t brdev,device_t child,struct resource * r) cbb_release_resource() argument
1533 cbb_read_ivar(device_t brdev,device_t child,int which,uintptr_t * result) cbb_read_ivar() argument
1552 cbb_write_ivar(device_t brdev,device_t child,int which,uintptr_t value) cbb_write_ivar() argument
1567 cbb_child_present(device_t parent,device_t child) cbb_child_present() argument
[all...]
/freebsd-src/sys/arm64/cavium/
H A Dthunder_pcie_pem_fdt.c107 thunder_pem_fdt_alloc_msi(device_t pci, device_t child, int count, int maxcount, in thunder_pem_fdt_alloc_msi()
122 thunder_pem_fdt_release_msi(device_t pci, device_t child, int count, int *irqs) in thunder_pem_fdt_release_msi()
135 thunder_pem_fdt_alloc_msix(device_t pci, device_t child, int *irq) in thunder_pem_fdt_alloc_msix()
148 thunder_pem_fdt_release_msix(device_t pci, device_t child, int irq) in thunder_pem_fdt_release_msix()
161 thunder_pem_fdt_map_msi(device_t pci, device_t child, int irq, uint64_t *addr, in thunder_pem_fdt_map_msi()
175 thunder_pem_fdt_get_id(device_t dev, device_t child, enum pci_id_type type, in thunder_pem_fdt_get_id()
/freebsd-src/sys/dev/smbus/
H A Dsmbus.c101 device_t child; smbus_add_child() local
119 device_t child; smbus_hinted_child() local
137 smbus_child_location(device_t parent,device_t child,struct sbuf * sb) smbus_child_location() argument
148 smbus_print_child(device_t parent,device_t child) smbus_print_child() argument
163 smbus_read_ivar(device_t parent,device_t child,int which,uintptr_t * result) smbus_read_ivar() argument
182 smbus_write_ivar(device_t parent,device_t child,int which,uintptr_t value) smbus_write_ivar() argument
201 smbus_probe_nomatch(device_t bus,device_t child) smbus_probe_nomatch() argument
[all...]
/freebsd-src/sys/powerpc/pseries/
H A Dvdevice.c126 phandle_t root, child; in vdevice_attach() local
163 vdevice_get_devinfo(device_t dev,device_t child) vdevice_get_devinfo() argument
169 vdevice_print_child(device_t dev,device_t child) vdevice_print_child() argument
188 vdevice_get_resource_list(device_t dev,device_t child) vdevice_get_resource_list() argument
197 vdevice_get_dma_tag(device_t dev,device_t child) vdevice_get_dma_tag() argument
[all...]
/freebsd-src/sys/dev/iicbus/
H A Diicbus.c155 iicbus_print_child(device_t dev, device_t child) in iicbus_print_child() argument
170 iicbus_probe_nomatch(device_t bus, device_t child) in iicbus_probe_nomatch() argument
178 iicbus_child_location(device_t bus, device_t child, struct sbuf *sb) in iicbus_child_location() argument
187 iicbus_child_pnpinfo(device_t bus, device_t child, struct sbuf *sb) in iicbus_child_pnpinfo() argument
193 iicbus_read_ivar(device_t bus, device_t child, in argument
208 iicbus_write_ivar(device_t bus,device_t child,int which,uintptr_t value) iicbus_write_ivar() argument
227 device_t child; iicbus_add_child_common() local
254 device_t child; iicbus_hinted_child() local
269 iicbus_get_resource_list(device_t bus __unused,device_t child) iicbus_get_resource_list() argument
[all...]
/freebsd-src/sys/dev/gve/
H A Dgve_sysctl.c35 gve_setup_rxq_sysctl(struct sysctl_ctx_list * ctx,struct sysctl_oid_list * child,struct gve_rx_ring * rxq) gve_setup_rxq_sysctl() argument
86 gve_setup_txq_sysctl(struct sysctl_ctx_list * ctx,struct sysctl_oid_list * child,struct gve_tx_ring * txq) gve_setup_txq_sysctl() argument
130 gve_setup_queue_stat_sysctl(struct sysctl_ctx_list * ctx,struct sysctl_oid_list * child,struct gve_priv * priv) gve_setup_queue_stat_sysctl() argument
145 gve_setup_adminq_stat_sysctl(struct sysctl_ctx_list * ctx,struct sysctl_oid_list * child,struct gve_priv * priv) gve_setup_adminq_stat_sysctl() argument
204 gve_setup_main_stat_sysctl(struct sysctl_ctx_list * ctx,struct sysctl_oid_list * child,struct gve_priv * priv) gve_setup_main_stat_sysctl() argument
227 struct sysctl_oid_list *child; gve_setup_sysctl() local
[all...]
/freebsd-src/sys/dev/cardbus/
H A Dcardbus_cis.c129 decode_tuple_generic(device_t cbdev, device_t child, int id, in decode_tuple_generic()
152 decode_tuple_linktarget(device_t cbdev, device_t child, int id, in decode_tuple_linktarget()
179 decode_tuple_vers_1(device_t cbdev, device_t child, int id, in decode_tuple_vers_1()
202 decode_tuple_funcid(device_t cbdev, device_t child, int id, in decode_tuple_funcid()
228 decode_tuple_manfid(device_t cbdev, device_t child, int id, in decode_tuple_manfid()
250 decode_tuple_funce(device_t cbdev, device_t child, int id, in decode_tuple_funce()
285 decode_tuple_bar(device_t cbdev, device_t child, int id, in decode_tuple_bar()
348 decode_tuple_unhandled(device_t cbdev, device_t child, int id, in decode_tuple_unhandled()
358 decode_tuple_end(device_t cbdev, device_t child, int id, in decode_tuple_end()
380 cardbus_read_tuple_conf(device_t cbdev, device_t child, uint32_t start, in cardbus_read_tuple_conf()
[all …]

12345678910>>...26