/freebsd-src/sys/dev/ppbus/ |
H A D | ppb_base.c | 55 ppb_poll_bus(device_t bus, int max, in ppb_poll_bus() 96 ppb_get_epp_protocol(device_t bus) in ppb_get_epp_protocol() 111 ppb_get_mode(device_t bus) in ppb_get_mode() 126 ppb_set_mode(device_t bus, int mode) in ppb_set_mode() 147 ppb_write(device_t bus, char *buf, int len, int how) in ppb_write() 160 ppb_reset_epp_timeout(device_t bus) in ppb_reset_epp_timeout() 173 ppb_ecp_sync(device_t bus) in ppb_ecp_sync() 186 ppb_get_status(device_t bus, struct ppb_status *status) in ppb_get_status() 205 ppb_lock(device_t bus) in ppb_lock() 213 ppb_unlock(device_t bus) in ppb_unlock() [all …]
|
H A D | ppb_1284.c | 59 do_1284_wait(device_t bus, uint8_t mask, uint8_t status) in do_1284_wait() 65 do_peripheral_wait(device_t bus, uint8_t mask, uint8_t status) in do_peripheral_wait() 78 ppb_1284_reset_error(device_t bus, int state) in ppb_1284_reset_error() 94 ppb_1284_get_state(device_t bus) in ppb_1284_get_state() 108 ppb_1284_set_state(device_t bus, int state) in ppb_1284_set_state() 125 ppb_1284_set_error(device_t bus, int error, int event) in ppb_1284_set_error() 196 ppb_peripheral_negociate(device_t bus, int mode, int options) in ppb_peripheral_negociate() 283 ppb_peripheral_terminate(device_t bus, int how) in ppb_peripheral_terminate() 333 byte_peripheral_outbyte(device_t bus, char *buffer, int last) in byte_peripheral_outbyte() 395 byte_peripheral_write(device_t bus, char *buffer, int len, int *sent) in byte_peripheral_write() [all …]
|
H A D | ppbconf.c | 62 ppbus_print_child(device_t bus, device_t dev) in ppbus_print_child() argument 116 ppbus_read_ivar(device_t bus, device_t dev, int index, uintptr_t* val) in ppbus_read_ivar() argument 132 ppbus_write_ivar(device_t bus, device_ argument 207 ppb_pnp_detect(device_t bus) ppb_pnp_detect() argument 288 ppb_scan_bus(device_t bus) ppb_scan_bus() argument 456 ppbus_setup_intr(device_t bus,device_t child,struct resource * r,int flags,driver_filter_t * filt,void (* ihand)(void *),void * arg,void ** cookiep) ppbus_setup_intr() argument 480 ppbus_teardown_intr(device_t bus,device_t child,struct resource * r,void * ih) ppbus_teardown_intr() argument 505 ppb_request_bus(device_t bus,device_t dev,int how) ppb_request_bus() argument 554 ppb_release_bus(device_t bus,device_t dev) ppb_release_bus() argument [all...] |
H A D | ppb_msq.c | 59 mode2xfer(device_t bus, struct ppb_device *ppbdev, int opcode) in mode2xfer() 119 ppb_MS_init(device_t bus, device_t dev, struct ppb_microseq *loop, int opcode) in ppb_MS_init() 137 ppb_MS_exec(device_t bus, device_t dev, int opcode, union ppb_insarg param1, in ppb_MS_exec() 162 ppb_MS_loop(device_t bus, device_t dev, struct ppb_microseq *prolog, in ppb_MS_loop() 256 ppb_MS_microseq(device_t bus, device_t dev, struct ppb_microseq *msq, int *ret) in ppb_MS_microseq()
|
/freebsd-src/sys/dev/usb/controller/ |
H A D | usb_controller.c | 153 usb_root_mount_rel(struct usb_bus *bus) in usb_root_mount_rel() argument 169 struct usb_bus *bus = device_get_ivars(dev); in usb_attach() local 195 struct usb_bus *bus = device_get_softc(dev); usb_detach() local 256 struct usb_bus *bus = device_get_softc(dev); usb_suspend() local 284 struct usb_bus *bus = device_get_softc(dev); usb_resume() local 305 usb_bus_reset_async_locked(struct usb_bus * bus) usb_bus_reset_async_locked() argument 329 struct usb_bus *bus = device_get_softc(dev); usb_shutdown() local 364 struct usb_bus *bus; usb_bus_explore() local 428 struct usb_bus *bus; usb_bus_detach() local 462 struct usb_bus *bus; usb_bus_suspend() local 519 struct usb_bus *bus; usb_bus_resume() local 582 struct usb_bus *bus; usb_bus_reset() local 604 struct usb_bus *bus; usb_bus_shutdown() local 651 struct usb_bus *bus; usb_bus_cleanup() local 670 struct usb_bus *bus = arg; usb_power_wdog() local 702 struct usb_bus *bus; usb_bus_attach() local 803 usb_attach_sub(device_t dev,struct usb_bus * bus) usb_attach_sub() argument 900 usb_bus_mem_flush_all_cb(struct usb_bus * bus,struct usb_page_cache * pc,struct usb_page * pg,usb_size_t size,usb_size_t align) usb_bus_mem_flush_all_cb() argument 912 usb_bus_mem_flush_all(struct usb_bus * bus,usb_bus_mem_cb_t * cb) usb_bus_mem_flush_all() argument 925 usb_bus_mem_alloc_all_cb(struct usb_bus * bus,struct usb_page_cache * pc,struct usb_page * pg,usb_size_t size,usb_size_t align) usb_bus_mem_alloc_all_cb() argument 945 usb_bus_mem_alloc_all(struct usb_bus * bus,bus_dma_tag_t dmat,usb_bus_mem_cb_t * cb) usb_bus_mem_alloc_all() argument 988 usb_bus_mem_free_all_cb(struct usb_bus * bus,struct usb_page_cache * pc,struct usb_page * pg,usb_size_t size,usb_size_t align) usb_bus_mem_free_all_cb() argument 999 usb_bus_mem_free_all(struct usb_bus * bus,usb_bus_mem_cb_t * cb) usb_bus_mem_free_all() argument [all...] |
/freebsd-src/sys/dev/iicbus/ |
H A D | iiconf.c | 94 iicbus_intr(device_t bus, int event, char *buf) in iicbus_intr() 135 iicbus_request_bus(device_t bus, device_t dev, int how) in iicbus_request_bus() 203 iicbus_release_bus(device_t bus, device_t dev) in iicbus_release_bus() 238 iicbus_started(device_t bus) in iicbus_started() 251 iicbus_start(device_t bus, u_char slave, int timeout) in iicbus_start() 273 iicbus_repeated_start(device_t bus, u_char slave, int timeout) in iicbus_repeated_start() 295 iicbus_stop(device_t bus) in iicbus_stop() 318 iicbus_write(device_t bus, const char *buf, int len, int *sent, int timeout) in iicbus_write() 336 iicbus_read(device_t bus, char *buf, int len, int *read, int last, int delay) in iicbus_read() 353 iicbus_write_byte(device_t bus, char byte, int timeout) in iicbus_write_byte() [all …]
|
H A D | iicbus.c | 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, int which, uintptr_t *result) in iicbus_read_ivar() argument 208 iicbus_write_ivar(device_t bus, device_ argument 252 iicbus_hinted_child(device_t bus,const char * dname,int dunit) iicbus_hinted_child() argument [all...] |
/freebsd-src/sys/dev/smbus/ |
H A D | smbconf.h | 97 #define smbus_quick(bus,slave,how) \ argument 99 #define smbus_sendb(bus,slave,byte) \ argument 101 #define smbus_recvb(bus,slave,byte) \ argument 103 #define smbus_writeb(bus,slave,cmd,byte) \ argument 105 #define smbus_writew(bus,slave,cmd,word) \ argument 107 #define smbus_readb(bus,slave,cmd,byte) \ argument 109 #define smbus_readw(bus,slave,cmd,word) \ argument 111 #define smbus_pcall(bus,slave,cmd,sdata,rdata) \ argument 113 #define smbus_bwrite(bus,slave,cmd,count,buf) \ argument 115 #define smbus_bread(bus,slave,cmd,count,buf) \ argument [all …]
|
H A D | smbconf.c | 46 smbus_intr(device_t bus, u_char devaddr, char low, char high, int error) in smbus_intr() 116 smbus_request_bus(device_t bus, device_t dev, int how) in smbus_request_bus() 160 smbus_release_bus(device_t bus, device_t dev) in smbus_release_bus()
|
/freebsd-src/lib/libvmmapi/ |
H A D | ppt.c | 40 vm_assign_pptdev(struct vmctx *ctx, int bus, int slot, int func) in vm_assign_pptdev() 53 vm_unassign_pptdev(struct vmctx *ctx, int bus, int slot, int func) in vm_unassign_pptdev() 66 vm_map_pptdev_mmio(struct vmctx *ctx, int bus, int slot, int func, in vm_map_pptdev_mmio() 83 vm_unmap_pptdev_mmio(struct vmctx *ctx, int bus, int slot, int func, in vm_unmap_pptdev_mmio() 99 vm_setup_pptdev_msi(struct vmctx *ctx, int bus, int slot, int func, in vm_setup_pptdev_msi() 116 vm_setup_pptdev_msix(struct vmctx *ctx, int bus, int slot, int func, in vm_setup_pptdev_msix() 134 vm_disable_pptdev_msix(struct vmctx *ctx, int bus, int slot, int func) in vm_disable_pptdev_msix()
|
/freebsd-src/sys/dev/atkbdc/ |
H A D | atkbdc_subr.c | 49 atkbdc_print_child(device_t bus, device_t dev) in atkbdc_print_child() 71 atkbdc_read_ivar(device_t bus, device_t dev, int index, uintptr_t *val) in atkbdc_read_ivar() 96 atkbdc_write_ivar(device_t bus, device_t dev, int index, uintptr_t val) in atkbdc_write_ivar() 121 *atkbdc_get_resource_list(device_t bus, device_t dev) in atkbdc_get_resource_list()
|
/freebsd-src/sys/amd64/pci/ |
H A D | pci_cfgreg.c | 90 pcie_lookup_region(int domain, int bus) in pcie_lookup_region() argument 101 pci_docfgregread(int domain,int bus,int slot,int func,int reg,int bytes) pci_docfgregread() argument 125 pci_cfgregread(int domain,int bus,int slot,int func,int reg,int bytes) pci_cfgregread() argument 151 pci_cfgregwrite(int domain,int bus,int slot,int func,int reg,uint32_t data,int bytes) pci_cfgregwrite() argument 180 pci_cfgenable(unsigned bus,unsigned slot,unsigned func,int reg,int bytes) pci_cfgenable() argument 206 pcireg_cfgread(int bus,int slot,int func,int reg,int bytes) pcireg_cfgread() argument 232 pcireg_cfgwrite(int bus,int slot,int func,int reg,int data,int bytes) pcireg_cfgwrite() argument 313 PCIE_VADDR(base,reg,bus,slot,func) global() argument 329 pciereg_cfgread(struct pcie_mcfg_region * region,int bus,unsigned slot,unsigned func,unsigned reg,unsigned bytes) pciereg_cfgread() argument 361 pciereg_cfgwrite(struct pcie_mcfg_region * region,int bus,unsigned slot,unsigned func,unsigned reg,int data,unsigned bytes) pciereg_cfgwrite() argument [all...] |
/freebsd-src/sys/dev/acpica/ |
H A D | acpi_container.c | 119 acpi_syscont_alloc_msi(device_t bus,device_t dev,int count,int maxcount,int * irqs) acpi_syscont_alloc_msi() argument 129 acpi_syscont_release_msi(device_t bus,device_t dev,int count,int * irqs) acpi_syscont_release_msi() argument 137 acpi_syscont_alloc_msix(device_t bus,device_t dev,int * irq) acpi_syscont_alloc_msix() argument 145 acpi_syscont_release_msix(device_t bus,device_t dev,int irq) acpi_syscont_release_msix() argument 153 acpi_syscont_map_msi(device_t bus,device_t dev,int irq,uint64_t * addr,uint32_t * data) acpi_syscont_map_msi() argument [all...] |
/freebsd-src/sys/x86/pci/ |
H A D | pci_early_quirks.c | 70 intel_stolen_base_gen3(int domain, int bus, int slot, int func) in intel_stolen_base_gen3() 81 intel_stolen_base_gen11(int domain, int bus, int slot, int func) in intel_stolen_base_gen11() 94 intel_stolen_size_gen3(int domain, int bus, int slot, int func) in intel_stolen_size_gen3() 134 intel_stolen_size_gen6(int domain, int bus, int slot, int func) in intel_stolen_size_gen6() 145 intel_stolen_size_gen8(int domain, int bus, int slot, int func) in intel_stolen_size_gen8() 156 intel_stolen_size_chv(int domain, int bus, int slot, int func) in intel_stolen_size_chv() 178 intel_stolen_size_gen9(int domain, int bus, int slot, int func) in intel_stolen_size_gen9() 284 const int bus = 0; in intel_graphics_stolen() local
|
H A D | pci_bus.c | 63 legacy_pcib_read_config(device_t dev, u_int bus, u_int slot, u_int func, in legacy_pcib_read_config() argument 72 legacy_pcib_write_config(device_t dev, u_int bus, u_int slot, u_int func, in legacy_pcib_write_config() argument 99 device_t bus; in legacy_pcib_alloc_msi() local 109 device_t bus; in legacy_pcib_alloc_msix() local 119 device_t bus, hostb; legacy_pcib_map_msi() local 139 legacy_pcib_is_host_bridge(int bus,int slot,int func,uint32_t id,uint8_t class,uint8_t subclass,uint8_t * busnum) legacy_pcib_is_host_bridge() argument 378 int bus, slot, func; legacy_pcib_identify() local 513 int bus; legacy_pcib_attach() local 761 int bus; pcibios_pcib_probe() local [all...] |
/freebsd-src/sys/dev/usb/ |
H A D | usb_bus.h | 40 struct usb_bus *bus; member 53 #define USB_BUS_TT_PROC(bus) USB_BUS_NON_GIANT_ISOC_PROC(bus) argument 54 #define USB_BUS_CS_PROC(bus) USB_BUS_NON_GIANT_ISOC_PROC(bus) argument 57 #define USB_BUS_GIANT_PROC(bus) (&(bus)->giant_callback_proc) argument 58 #define USB_BUS_NON_GIANT_ISOC_PROC(bus) (&(bus)->non_giant_isoc_callback_proc) argument 59 #define USB_BUS_NON_GIANT_BULK_PROC(bus) ( argument 60 USB_BUS_EXPLORE_PROC(bus) global() argument 61 USB_BUS_CONTROL_XFER_PROC(bus) global() argument [all...] |
/freebsd-src/sys/powerpc/psim/ |
H A D | iobus.c | 306 iobus_get_rman(device_t bus,int type,u_int flags) iobus_get_rman() 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/ofw/ |
H A D | ofw_pcib.c | 317 ofw_pcib_route_interrupt(device_t bus,device_t dev,int pin) ofw_pcib_route_interrupt() argument 421 ofw_pcib_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) ofw_pcib_alloc_resource() argument 446 ofw_pcib_release_resource(device_t bus,device_t child,struct resource * res) ofw_pcib_release_resource() argument 467 ofw_pcib_translate_resource(device_t bus,int type,rman_res_t start,rman_res_t * newstart) ofw_pcib_translate_resource() argument 506 ofw_pcib_activate_resource(device_t bus,device_t child,struct resource * res) ofw_pcib_activate_resource() argument 614 ofw_pcib_bus_get_bus_tag(device_t bus,device_t child) ofw_pcib_bus_get_bus_tag() argument 622 ofw_pcib_deactivate_resource(device_t bus,device_t child,struct resource * res) ofw_pcib_deactivate_resource() argument 644 ofw_pcib_adjust_resource(device_t bus,device_t child,struct resource * res,rman_res_t start,rman_res_t end) ofw_pcib_adjust_resource() argument 669 ofw_pcib_get_node(device_t bus,device_t dev) ofw_pcib_get_node() argument 727 ofw_pcib_get_rman(device_t bus,int type,u_int flags) ofw_pcib_get_rman() argument [all...] |
/freebsd-src/sys/i386/pci/ |
H A D | pci_cfgreg.c | 164 pcie_lookup_region(int domain, int bus) in pcie_lookup_region() 175 pci_docfgregread(int domain, int bus, int slot, int func, int reg, int bytes) in pci_docfgregread() 199 pci_cfgregread(int domain, int bus, int slot, int func, int reg, int bytes) in pci_cfgregread() 220 pci_cfgregwrite(int domain, int bus, int slot, int func, int reg, uint32_t data, in pci_cfgregwrite() 249 pci_cfgenable(unsigned bus, unsigned slot, unsigned func, int reg, int bytes) in pci_cfgenable() 299 pcireg_cfgread(int bus, int slot, int func, int reg, int bytes) in pcireg_cfgread() 325 pcireg_cfgwrite(int bus, int slot, int func, int reg, int data, int bytes) in pcireg_cfgwrite() 592 #define PCIE_PADDR(base, reg, bus, slot, func) \ argument 600 pciereg_findaddr(struct pcie_mcfg_region *region, int bus, unsigned slot, in pciereg_findaddr() 650 pciereg_cfgread(struct pcie_mcfg_region *region, int bus, unsigned slot, in pciereg_cfgread() [all …]
|
/freebsd-src/sys/dev/hid/ |
H A D | hidbus.c | 288 device_t *children, bus; hidbus_detach_children() local 399 hidbus_child_detached(device_t bus,device_t child) hidbus_child_detached() argument 423 hidbus_child_deleted(device_t bus,device_t child) hidbus_child_deleted() argument 436 hidbus_read_ivar(device_t bus,device_t child,int which,uintptr_t * result) hidbus_read_ivar() argument 464 hidbus_write_ivar(device_t bus,device_t child,int which,uintptr_t value) hidbus_write_ivar() argument 497 hidbus_child_location(device_t bus,device_t child,struct sbuf * sb) hidbus_child_location() argument 507 hidbus_child_pnpinfo(device_t bus,device_t child,struct sbuf * sb) hidbus_child_pnpinfo() argument 524 device_t bus = device_get_parent(child); hidbus_set_desc() local 538 hidbus_find_child(device_t bus,int32_t usage) hidbus_find_child() argument 603 hidbus_intr_start(device_t bus,device_t child) hidbus_intr_start() argument 629 hidbus_intr_stop(device_t bus,device_t child) hidbus_intr_stop() argument 656 hidbus_intr_poll(device_t bus,device_t child __unused) hidbus_intr_poll() argument 664 device_t bus = device_get_parent(child); hidbus_get_rdesc_info() local 680 device_t bus; hid_get_report_descr() local 716 device_t bus; hid_set_report_descr() local 924 device_t bus; hid_get_device_info() local [all...] |
/freebsd-src/sys/riscv/riscv/ |
H A D | nexus.c | 181 nexus_print_child(device_t bus, device_t child) in nexus_print_child() argument 192 nexus_add_child(device_t bus, u_int order, const char *name, int unit) in nexus_add_child() argument 210 nexus_get_rman(device_t bus, int type, u_int flags) in nexus_get_rman() argument 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 306 nexus_activate_resource(device_t bus,device_t child,struct resource * r) nexus_activate_resource() 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 [all...] |
/freebsd-src/sys/powerpc/powermac/ |
H A D | uninorth.c | 465 unin_chip_get_rman(device_t bus,int type,u_int flags) unin_chip_get_rman() 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 [all...] |
/freebsd-src/sys/dev/bhnd/bcma/ |
H A D | bcma_subr.c | 160 bcma_dinfo_init_port_resource_info(device_t bus, struct bcma_devinfo *dinfo, in bcma_dinfo_init_port_resource_info() 212 bcma_dinfo_init_agent(device_t bus, device_t child, struct bcma_devinfo *dinfo) in bcma_dinfo_init_agent() 263 bcma_dinfo_init_intrs(device_t bus, device_t child, in bcma_dinfo_init_intrs() 325 bcma_alloc_dinfo(device_t bus) in bcma_alloc_dinfo() 360 bcma_init_dinfo(device_t bus, device_t child, struct bcma_devinfo *dinfo, in bcma_init_dinfo() 426 bcma_free_dinfo(device_t bus, device_t child, struct bcma_devinfo *dinfo) in bcma_free_dinfo()
|
/freebsd-src/sys/dev/spibus/ |
H A D | spibus.c | 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 209 spibus_hinted_child(device_t bus,const char * dname,int dunit) spibus_hinted_child() argument [all...] |
/freebsd-src/sys/arm64/arm64/ |
H A D | nexus.c | 188 nexus_print_child(device_t bus,device_t child) nexus_print_child() argument 199 nexus_add_child(device_t bus,u_int order,const char * name,int unit) nexus_add_child() argument 218 nexus_get_rman(device_t bus,int type,u_int flags) nexus_get_rman() argument 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 327 nexus_activate_resource_flags(device_t bus,device_t child,struct resource * r,int flags) nexus_activate_resource_flags() 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 [all...] |