| /f-stack/freebsd/x86/pci/ |
| H A D | qpi.c | 197 DEVMETHOD(device_identify, qpi_identify), 198 DEVMETHOD(device_probe, qpi_probe), 199 DEVMETHOD(device_attach, qpi_attach), 202 DEVMETHOD(device_resume, bus_generic_resume), 205 DEVMETHOD(bus_print_child, qpi_print_child), 207 DEVMETHOD(bus_read_ivar, qpi_read_ivar), 280 DEVMETHOD(device_probe, qpi_pcib_probe), 281 DEVMETHOD(device_attach, qpi_pcib_attach), 284 DEVMETHOD(device_resume, bus_generic_resume), 302 DEVMETHOD(pcib_maxslots, pcib_maxslots), [all …]
|
| H A D | pci_bus.c | 635 DEVMETHOD(device_probe, legacy_pcib_probe), 636 DEVMETHOD(device_attach, legacy_pcib_attach), 638 DEVMETHOD(device_suspend, bus_generic_suspend), 639 DEVMETHOD(device_resume, bus_generic_resume), 663 DEVMETHOD(pcib_release_msi, pcib_release_msi), 666 DEVMETHOD(pcib_map_msi, legacy_pcib_map_msi), 710 DEVMETHOD(device_probe, pcibus_pnp_probe), 711 DEVMETHOD(device_attach, pcibus_pnp_attach), 712 DEVMETHOD(device_detach, bus_generic_detach), 715 DEVMETHOD(device_resume, bus_generic_resume), [all …]
|
| /f-stack/freebsd/x86/x86/ |
| H A D | mptable_pci.c | 162 DEVMETHOD(device_probe, mptable_hostb_probe), 163 DEVMETHOD(device_attach, mptable_hostb_attach), 164 DEVMETHOD(device_shutdown, bus_generic_shutdown), 165 DEVMETHOD(device_suspend, bus_generic_suspend), 166 DEVMETHOD(device_resume, bus_generic_resume), 169 DEVMETHOD(bus_read_ivar, legacy_pcib_read_ivar), 189 DEVMETHOD(pcib_maxslots, legacy_pcib_maxslots), 194 DEVMETHOD(pcib_release_msi, pcib_release_msi), 196 DEVMETHOD(pcib_release_msix, pcib_release_msix), 197 DEVMETHOD(pcib_map_msi, legacy_pcib_map_msi), [all …]
|
| H A D | legacy.c | 75 DEVMETHOD(device_probe, legacy_probe), 76 DEVMETHOD(device_attach, legacy_attach), 77 DEVMETHOD(device_detach, bus_generic_detach), 80 DEVMETHOD(device_resume, bus_generic_resume), 84 DEVMETHOD(bus_add_child, legacy_add_child), 85 DEVMETHOD(bus_read_ivar, legacy_read_ivar), 86 DEVMETHOD(bus_write_ivar, legacy_write_ivar), 286 DEVMETHOD(device_identify, cpu_identify), 287 DEVMETHOD(device_probe, bus_generic_probe), 295 DEVMETHOD(bus_add_child, cpu_add_child), [all …]
|
| H A D | nexus.c | 151 DEVMETHOD(device_probe, nexus_probe), 152 DEVMETHOD(device_attach, nexus_attach), 160 DEVMETHOD(bus_add_child, nexus_add_child), 168 DEVMETHOD(bus_setup_intr, nexus_setup_intr), 173 DEVMETHOD(bus_bind_intr, nexus_bind_intr), 181 DEVMETHOD(bus_get_cpus, nexus_get_cpus), 185 DEVMETHOD(pcib_alloc_msi, nexus_alloc_msi), 189 DEVMETHOD(pcib_map_msi, nexus_map_msi), 858 DEVMETHOD(device_identify, ram_identify), 859 DEVMETHOD(device_probe, ram_probe), [all …]
|
| /f-stack/freebsd/mips/broadcom/ |
| H A D | bhnd_nexus.c | 261 DEVMETHOD(bhnd_bus_get_service_registry,bhnd_nexus_get_service_registry), 266 DEVMETHOD(bhnd_bus_activate_resource, bhnd_nexus_activate_resource), 267 DEVMETHOD(bhnd_bus_deactivate_resource, bhnd_nexus_deactivate_resource), 268 DEVMETHOD(bhnd_bus_is_hw_disabled, bhnd_nexus_is_hw_disabled), 269 DEVMETHOD(bhnd_bus_get_attach_type, bhnd_nexus_get_attach_type), 270 DEVMETHOD(bhnd_bus_get_chipid, bhnd_nexus_get_chipid), 271 DEVMETHOD(bhnd_bus_get_dma_translation, bhnd_nexus_get_dma_translation), 272 DEVMETHOD(bhnd_bus_get_intr_domain, bhnd_bus_generic_get_intr_domain), 273 DEVMETHOD(bhnd_bus_map_intr, bhnd_nexus_map_intr), 274 DEVMETHOD(bhnd_bus_read_board_info, bhnd_nexus_read_board_info), [all …]
|
| /f-stack/freebsd/x86/xen/ |
| H A D | xenpv.c | 152 DEVMETHOD(device_identify, xenpv_identify), 153 DEVMETHOD(device_probe, xenpv_probe), 154 DEVMETHOD(device_attach, xenpv_attach), 155 DEVMETHOD(device_suspend, bus_generic_suspend), 156 DEVMETHOD(device_resume, bus_generic_resume), 159 DEVMETHOD(bus_add_child, bus_generic_add_child), 160 DEVMETHOD(bus_alloc_resource, bus_generic_alloc_resource), 161 DEVMETHOD(bus_release_resource, bus_generic_release_resource), 162 DEVMETHOD(bus_activate_resource, bus_generic_activate_resource), 166 DEVMETHOD(xenmem_alloc, xenpv_alloc_physmem), [all …]
|
| H A D | xen_nexus.c | 148 DEVMETHOD(device_probe, nexus_xen_probe), 149 DEVMETHOD(device_attach, nexus_xen_attach), 152 DEVMETHOD(bus_config_intr, nexus_xen_config_intr), 155 DEVMETHOD(pcib_alloc_msi, nexus_xen_alloc_msi), 156 DEVMETHOD(pcib_release_msi, nexus_xen_release_msi), 157 DEVMETHOD(pcib_alloc_msix, nexus_xen_alloc_msix), 158 DEVMETHOD(pcib_release_msix, nexus_xen_release_msix), 159 DEVMETHOD(pcib_map_msi, nexus_xen_map_msi),
|
| /f-stack/freebsd/arm/ti/omap4/ |
| H A D | omap4_wugen.c | 224 DEVMETHOD(device_probe, omap4_wugen_probe), 225 DEVMETHOD(device_attach, omap4_wugen_attach), 226 DEVMETHOD(device_detach, omap4_wugen_detach), 230 DEVMETHOD(pic_disable_intr, omap4_wugen_disable_intr), 231 DEVMETHOD(pic_enable_intr, omap4_wugen_enable_intr), 232 DEVMETHOD(pic_map_intr, omap4_wugen_map_intr), 234 DEVMETHOD(pic_setup_intr, omap4_wugen_setup_intr), 236 DEVMETHOD(pic_pre_ithread, omap4_wugen_pre_ithread), 237 DEVMETHOD(pic_post_ithread, omap4_wugen_post_ithread), 238 DEVMETHOD(pic_post_filter, omap4_wugen_post_filter), [all …]
|
| /f-stack/freebsd/arm64/broadcom/brcmmdio/ |
| H A D | mdio_nexus_iproc.c | 71 DEVMETHOD(device_probe, brcm_mdionexus_fdt_probe), 72 DEVMETHOD(device_attach, brcm_mdionexus_fdt_attach), 75 DEVMETHOD(bus_alloc_resource, bus_generic_alloc_resource), 76 DEVMETHOD(bus_release_resource, bus_generic_release_resource), 81 DEVMETHOD(ofw_bus_get_compat, ofw_bus_gen_get_compat), 82 DEVMETHOD(ofw_bus_get_model, ofw_bus_gen_get_model), 83 DEVMETHOD(ofw_bus_get_name, ofw_bus_gen_get_name), 84 DEVMETHOD(ofw_bus_get_node, ofw_bus_gen_get_node), 85 DEVMETHOD(ofw_bus_get_type, ofw_bus_gen_get_type), 89 DEVMETHOD(mdio_readreg, brcm_mdionexus_mdio_readreg), [all …]
|
| H A D | mdio_mux_iproc.c | 113 DEVMETHOD(device_probe, brcm_iproc_mdio_probe), 114 DEVMETHOD(device_attach, brcm_iproc_mdio_attach), 115 DEVMETHOD(device_detach, brcm_iproc_mdio_detach), 118 DEVMETHOD(bus_alloc_resource, bus_generic_alloc_resource), 124 DEVMETHOD(ofw_bus_get_compat, ofw_bus_gen_get_compat), 125 DEVMETHOD(ofw_bus_get_model, ofw_bus_gen_get_model), 126 DEVMETHOD(ofw_bus_get_name, ofw_bus_gen_get_name), 127 DEVMETHOD(ofw_bus_get_node, ofw_bus_gen_get_node), 128 DEVMETHOD(ofw_bus_get_type, ofw_bus_gen_get_type), 131 DEVMETHOD(mdio_writereg_mux, brcm_iproc_mdio_write_mux), [all …]
|
| /f-stack/freebsd/arm64/freescale/imx/ |
| H A D | imx7gpc.c | 215 DEVMETHOD(device_probe, imx7gpc_probe), 216 DEVMETHOD(device_attach, imx7gpc_attach), 219 DEVMETHOD(pic_activate_intr, imx7gpc_activate_intr), 220 DEVMETHOD(pic_disable_intr, imx7gpc_disable_intr), 221 DEVMETHOD(pic_enable_intr, imx7gpc_enable_intr), 222 DEVMETHOD(pic_map_intr, imx7gpc_map_intr), 224 DEVMETHOD(pic_setup_intr, imx7gpc_setup_intr), 226 DEVMETHOD(pic_pre_ithread, imx7gpc_pre_ithread), 227 DEVMETHOD(pic_post_ithread, imx7gpc_post_ithread), 228 DEVMETHOD(pic_post_filter, imx7gpc_post_filter), [all …]
|
| /f-stack/freebsd/arm/mv/ |
| H A D | mv_localbus.c | 115 DEVMETHOD(device_probe, localbus_probe), 116 DEVMETHOD(device_attach, localbus_attach), 117 DEVMETHOD(device_detach, bus_generic_detach), 118 DEVMETHOD(device_shutdown, bus_generic_shutdown), 119 DEVMETHOD(device_suspend, bus_generic_suspend), 120 DEVMETHOD(device_resume, bus_generic_resume), 123 DEVMETHOD(bus_print_child, localbus_print_child), 128 DEVMETHOD(bus_setup_intr, bus_generic_setup_intr), 136 DEVMETHOD(ofw_bus_get_name, ofw_bus_gen_get_name), 137 DEVMETHOD(ofw_bus_get_node, ofw_bus_gen_get_node), [all …]
|
| H A D | a37x0_gpio.c | 313 DEVMETHOD(device_probe, a37x0_gpio_probe), 314 DEVMETHOD(device_attach, a37x0_gpio_attach), 315 DEVMETHOD(device_detach, a37x0_gpio_detach), 318 DEVMETHOD(gpio_get_bus, a37x0_gpio_get_bus), 319 DEVMETHOD(gpio_pin_max, a37x0_gpio_pin_max), 320 DEVMETHOD(gpio_pin_getname, a37x0_gpio_pin_getname), 321 DEVMETHOD(gpio_pin_getcaps, a37x0_gpio_pin_getcaps), 324 DEVMETHOD(gpio_pin_get, a37x0_gpio_pin_get), 325 DEVMETHOD(gpio_pin_set, a37x0_gpio_pin_set), 326 DEVMETHOD(gpio_pin_toggle, a37x0_gpio_pin_toggle), [all …]
|
| H A D | mv_ap806_gicp.c | 300 DEVMETHOD(device_probe, mv_ap806_gicp_probe), 301 DEVMETHOD(device_attach, mv_ap806_gicp_attach), 302 DEVMETHOD(device_detach, mv_ap806_gicp_detach), 305 DEVMETHOD(pic_activate_intr, mv_ap806_gicp_activate_intr), 306 DEVMETHOD(pic_disable_intr, mv_ap806_gicp_disable_intr), 307 DEVMETHOD(pic_enable_intr, mv_ap806_gicp_enable_intr), 308 DEVMETHOD(pic_map_intr, mv_ap806_gicp_map_intr), 310 DEVMETHOD(pic_setup_intr, mv_ap806_gicp_setup_intr), 312 DEVMETHOD(pic_post_filter, mv_ap806_gicp_post_filter), 313 DEVMETHOD(pic_post_ithread, mv_ap806_gicp_post_ithread), [all …]
|
| /f-stack/freebsd/arm/nvidia/ |
| H A D | as3722.c | 375 DEVMETHOD(device_probe, as3722_probe), 376 DEVMETHOD(device_attach, as3722_attach), 377 DEVMETHOD(device_detach, as3722_detach), 380 DEVMETHOD(regdev_map, as3722_regulator_map), 383 DEVMETHOD(clock_gettime, as3722_rtc_gettime), 384 DEVMETHOD(clock_settime, as3722_rtc_settime), 387 DEVMETHOD(gpio_get_bus, as3722_gpio_get_bus), 388 DEVMETHOD(gpio_pin_max, as3722_gpio_pin_max), 393 DEVMETHOD(gpio_pin_get, as3722_gpio_pin_get), 394 DEVMETHOD(gpio_pin_set, as3722_gpio_pin_set), [all …]
|
| H A D | tegra_lic.c | 263 DEVMETHOD(device_probe, tegra_lic_probe), 264 DEVMETHOD(device_attach, tegra_lic_attach), 265 DEVMETHOD(device_detach, tegra_lic_detach), 269 DEVMETHOD(pic_disable_intr, tegra_lic_disable_intr), 270 DEVMETHOD(pic_enable_intr, tegra_lic_enable_intr), 271 DEVMETHOD(pic_map_intr, tegra_lic_map_intr), 273 DEVMETHOD(pic_setup_intr, tegra_lic_setup_intr), 275 DEVMETHOD(pic_pre_ithread, tegra_lic_pre_ithread), 276 DEVMETHOD(pic_post_ithread, tegra_lic_post_ithread), 277 DEVMETHOD(pic_post_filter, tegra_lic_post_filter), [all …]
|
| H A D | tegra_sdhci.c | 439 DEVMETHOD(device_probe, tegra_sdhci_probe), 440 DEVMETHOD(device_attach, tegra_sdhci_attach), 441 DEVMETHOD(device_detach, tegra_sdhci_detach), 449 DEVMETHOD(mmcbr_request, sdhci_generic_request), 450 DEVMETHOD(mmcbr_get_ro, tegra_sdhci_get_ro), 455 DEVMETHOD(sdhci_read_1, tegra_sdhci_read_1), 456 DEVMETHOD(sdhci_read_2, tegra_sdhci_read_2), 457 DEVMETHOD(sdhci_read_4, tegra_sdhci_read_4), 459 DEVMETHOD(sdhci_write_1, tegra_sdhci_write_1), 460 DEVMETHOD(sdhci_write_2, tegra_sdhci_write_2), [all …]
|
| /f-stack/freebsd/mips/nlm/ |
| H A D | xlp_pci.c | 158 DEVMETHOD(device_probe, xlp_pci_probe), 159 DEVMETHOD(device_attach, xlp_pci_attach), 160 DEVMETHOD(bus_rescan, bus_null_rescan), 545 DEVMETHOD(device_probe, xlp_pcib_probe), 546 DEVMETHOD(device_attach, xlp_pcib_attach), 549 DEVMETHOD(bus_read_ivar, xlp_pcib_read_ivar), 550 DEVMETHOD(bus_write_ivar, xlp_pcib_write_ivar), 559 DEVMETHOD(pcib_maxslots, xlp_pcib_maxslots), 565 DEVMETHOD(pcib_alloc_msi, xlp_alloc_msi), 566 DEVMETHOD(pcib_release_msi, xlp_release_msi), [all …]
|
| /f-stack/freebsd/arm/arm/ |
| H A D | nexus.c | 123 DEVMETHOD(device_probe, nexus_probe), 124 DEVMETHOD(device_attach, nexus_attach), 126 DEVMETHOD(bus_print_child, nexus_print_child), 127 DEVMETHOD(bus_add_child, nexus_add_child), 130 DEVMETHOD(bus_config_intr, nexus_config_intr), 133 DEVMETHOD(bus_setup_intr, nexus_setup_intr), 134 DEVMETHOD(bus_teardown_intr, nexus_teardown_intr), 135 DEVMETHOD(bus_get_bus_tag, nexus_get_bus_tag), 136 DEVMETHOD(bus_get_dma_tag, nexus_get_dma_tag), 139 DEVMETHOD(bus_bind_intr, nexus_bind_intr), [all …]
|
| /f-stack/freebsd/mips/cavium/octe/ |
| H A D | octebus.c | 61 DEVMETHOD(device_identify, octebus_identify), 62 DEVMETHOD(device_probe, octebus_probe), 63 DEVMETHOD(device_attach, octebus_attach), 64 DEVMETHOD(device_detach, octebus_detach), 65 DEVMETHOD(device_shutdown, octebus_shutdown), 68 DEVMETHOD(bus_add_child, bus_generic_add_child),
|
| /f-stack/freebsd/mips/malta/ |
| H A D | gt.c | 112 DEVMETHOD(device_probe, gt_probe), 113 DEVMETHOD(device_identify, gt_identify), 114 DEVMETHOD(device_attach, gt_attach), 116 DEVMETHOD(bus_setup_intr, gt_setup_intr), 117 DEVMETHOD(bus_teardown_intr, gt_teardown_intr), 118 DEVMETHOD(bus_alloc_resource, gt_alloc_resource), 119 DEVMETHOD(bus_activate_resource, gt_activate_resource),
|
| /f-stack/freebsd/arm64/arm64/ |
| H A D | nexus.c | 134 DEVMETHOD(bus_print_child, nexus_print_child), 135 DEVMETHOD(bus_add_child, nexus_add_child), 138 DEVMETHOD(bus_config_intr, nexus_config_intr), 140 DEVMETHOD(bus_set_resource, nexus_set_resource), 143 DEVMETHOD(bus_setup_intr, nexus_setup_intr), 145 DEVMETHOD(bus_get_bus_tag, nexus_get_bus_tag), 147 DEVMETHOD(bus_bind_intr, nexus_bind_intr), 426 DEVMETHOD(device_probe, nexus_fdt_probe), 427 DEVMETHOD(device_attach, nexus_fdt_attach), 486 DEVMETHOD(device_probe, nexus_acpi_probe), [all …]
|
| /f-stack/freebsd/arm64/rockchip/ |
| H A D | rk_gpio.c | 436 DEVMETHOD(device_probe, rk_gpio_probe), 437 DEVMETHOD(device_attach, rk_gpio_attach), 438 DEVMETHOD(device_detach, rk_gpio_detach), 441 DEVMETHOD(gpio_get_bus, rk_gpio_get_bus), 442 DEVMETHOD(gpio_pin_max, rk_gpio_pin_max), 443 DEVMETHOD(gpio_pin_getname, rk_gpio_pin_getname), 447 DEVMETHOD(gpio_pin_get, rk_gpio_pin_get), 448 DEVMETHOD(gpio_pin_set, rk_gpio_pin_set), 449 DEVMETHOD(gpio_pin_toggle, rk_gpio_pin_toggle), 452 DEVMETHOD(gpio_map_gpios, rk_gpio_map_gpios), [all …]
|
| /f-stack/freebsd/mips/cavium/ |
| H A D | obio.c | 187 DEVMETHOD(device_identify, obio_identify), 188 DEVMETHOD(device_probe, obio_probe), 189 DEVMETHOD(device_attach, obio_attach), 192 DEVMETHOD(bus_alloc_resource, obio_alloc_resource), 193 DEVMETHOD(bus_activate_resource,obio_activate_resource), 194 DEVMETHOD(bus_setup_intr, bus_generic_setup_intr), 195 DEVMETHOD(bus_teardown_intr, bus_generic_teardown_intr), 197 DEVMETHOD(bus_add_child, bus_generic_add_child),
|