Home
last modified time | relevance | path

Searched refs:DEVMETHOD (Results 1 – 25 of 1305) sorted by relevance

12345678910>>...53

/freebsd/sys/x86/pci/
H A Dqpi.c194 DEVMETHOD(device_identify, qpi_identify),
195 DEVMETHOD(device_probe, qpi_probe),
196 DEVMETHOD(device_attach, qpi_attach),
199 DEVMETHOD(device_resume, bus_generic_resume),
202 DEVMETHOD(bus_print_child, qpi_print_child),
204 DEVMETHOD(bus_read_ivar, qpi_read_ivar),
275 DEVMETHOD(device_probe, qpi_pcib_probe),
276 DEVMETHOD(device_attach, qpi_pcib_attach),
279 DEVMETHOD(device_resume, bus_generic_resume),
299 DEVMETHOD(pcib_maxslots, pcib_maxslots),
[all …]
H A Dpci_bus.c649 DEVMETHOD(device_probe, legacy_pcib_probe),
650 DEVMETHOD(device_attach, legacy_pcib_attach),
652 DEVMETHOD(device_suspend, bus_generic_suspend),
653 DEVMETHOD(device_resume, bus_generic_resume),
679 DEVMETHOD(pcib_release_msi, pcib_release_msi),
682 DEVMETHOD(pcib_map_msi, legacy_pcib_map_msi),
724 DEVMETHOD(device_probe, pcibus_pnp_probe),
725 DEVMETHOD(device_attach, pcibus_pnp_attach),
726 DEVMETHOD(device_detach, bus_generic_detach),
729 DEVMETHOD(device_resume, bus_generic_resume),
[all …]
/freebsd/sys/x86/x86/
H A Dmptable_pci.c158 DEVMETHOD(device_probe, mptable_hostb_probe),
159 DEVMETHOD(device_attach, mptable_hostb_attach),
160 DEVMETHOD(device_shutdown, bus_generic_shutdown),
161 DEVMETHOD(device_suspend, bus_generic_suspend),
162 DEVMETHOD(device_resume, bus_generic_resume),
165 DEVMETHOD(bus_read_ivar, legacy_pcib_read_ivar),
187 DEVMETHOD(pcib_maxslots, legacy_pcib_maxslots),
192 DEVMETHOD(pcib_release_msi, pcib_release_msi),
194 DEVMETHOD(pcib_release_msix, pcib_release_msix),
195 DEVMETHOD(pcib_map_msi, legacy_pcib_map_msi),
[all …]
H A Dlegacy.c73 DEVMETHOD(device_probe, legacy_probe),
74 DEVMETHOD(device_attach, legacy_attach),
75 DEVMETHOD(device_detach, bus_generic_detach),
78 DEVMETHOD(device_resume, bus_generic_resume),
82 DEVMETHOD(bus_add_child, legacy_add_child),
83 DEVMETHOD(bus_read_ivar, legacy_read_ivar),
84 DEVMETHOD(bus_write_ivar, legacy_write_ivar),
283 DEVMETHOD(device_identify, cpu_identify),
284 DEVMETHOD(device_probe, bus_generic_probe),
292 DEVMETHOD(bus_add_child, cpu_add_child),
[all …]
H A Dnexus.c128 DEVMETHOD(device_probe, nexus_probe),
129 DEVMETHOD(device_attach, nexus_attach),
137 DEVMETHOD(bus_add_child, nexus_add_child),
144 DEVMETHOD(bus_get_rman, nexus_get_rman),
151 DEVMETHOD(bus_bind_intr, nexus_bind_intr),
159 DEVMETHOD(bus_get_cpus, nexus_get_cpus),
163 DEVMETHOD(pcib_alloc_msi, nexus_alloc_msi),
167 DEVMETHOD(pcib_map_msi, nexus_map_msi),
717 DEVMETHOD(device_identify, ram_identify),
718 DEVMETHOD(device_probe, ram_probe),
[all …]
/freebsd/sys/dev/ppc/
H A Dppc_acpi.c56 DEVMETHOD(device_probe, ppc_acpi_probe),
58 DEVMETHOD(device_attach, ppc_isa_attach),
60 DEVMETHOD(device_attach, ppc_attach),
62 DEVMETHOD(device_detach, ppc_detach),
65 DEVMETHOD(bus_read_ivar, ppc_read_ivar),
71 DEVMETHOD(ppbus_io, ppc_io),
74 DEVMETHOD(ppbus_setmode, ppc_setmode),
75 DEVMETHOD(ppbus_ecp_sync, ppc_ecp_sync),
76 DEVMETHOD(ppbus_read, ppc_read),
78 DEVMETHOD(ppbus_write, ppc_isa_write),
[all …]
H A Dppc_puc.c51 DEVMETHOD(device_probe, ppc_puc_probe),
52 DEVMETHOD(device_attach, ppc_attach),
53 DEVMETHOD(device_detach, ppc_detach),
56 DEVMETHOD(bus_read_ivar, ppc_read_ivar),
57 DEVMETHOD(bus_write_ivar, ppc_write_ivar),
62 DEVMETHOD(ppbus_io, ppc_io),
64 DEVMETHOD(ppbus_reset_epp, ppc_reset_epp),
65 DEVMETHOD(ppbus_setmode, ppc_setmode),
66 DEVMETHOD(ppbus_ecp_sync, ppc_ecp_sync),
67 DEVMETHOD(ppbus_read, ppc_read),
[all …]
H A Dppc_pci.c49 DEVMETHOD(device_probe, ppc_pci_probe),
50 DEVMETHOD(device_attach, ppc_attach),
51 DEVMETHOD(device_detach, ppc_detach),
54 DEVMETHOD(bus_read_ivar, ppc_read_ivar),
55 DEVMETHOD(bus_write_ivar, ppc_write_ivar),
60 DEVMETHOD(ppbus_io, ppc_io),
62 DEVMETHOD(ppbus_reset_epp, ppc_reset_epp),
63 DEVMETHOD(ppbus_setmode, ppc_setmode),
64 DEVMETHOD(ppbus_ecp_sync, ppc_ecp_sync),
65 DEVMETHOD(ppbus_read, ppc_read),
[all …]
/freebsd/sys/dev/bhnd/
H A Dbhnd.c1058 DEVMETHOD(device_attach, bhnd_generic_attach),
1059 DEVMETHOD(device_detach, bhnd_generic_detach),
1061 DEVMETHOD(device_suspend, bhnd_generic_suspend),
1062 DEVMETHOD(device_resume, bhnd_generic_resume),
1110 DEVMETHOD(bhnd_bus_read_1, bhnd_read_1),
1111 DEVMETHOD(bhnd_bus_read_2, bhnd_read_2),
1112 DEVMETHOD(bhnd_bus_read_4, bhnd_read_4),
1113 DEVMETHOD(bhnd_bus_write_1, bhnd_write_1),
1114 DEVMETHOD(bhnd_bus_write_2, bhnd_write_2),
1115 DEVMETHOD(bhnd_bus_write_4, bhnd_write_4),
[all …]
/freebsd/sys/dev/pci/
H A Dhostb_pci.c245 DEVMETHOD(device_probe, pci_hostb_probe),
246 DEVMETHOD(device_attach, pci_hostb_attach),
247 DEVMETHOD(device_shutdown, bus_generic_shutdown),
248 DEVMETHOD(device_suspend, bus_generic_suspend),
249 DEVMETHOD(device_resume, bus_generic_resume),
252 DEVMETHOD(bus_read_ivar, pci_hostb_read_ivar),
253 DEVMETHOD(bus_write_ivar, pci_hostb_write_ivar),
267 DEVMETHOD(pci_enable_io, pci_hostb_enable_io),
268 DEVMETHOD(pci_disable_io, pci_hostb_disable_io),
272 DEVMETHOD(pci_find_cap, pci_hostb_find_cap),
[all …]
/freebsd/sys/dev/ahci/
H A Dahci_generic.c174 DEVMETHOD(device_probe, ahci_fdt_probe),
175 DEVMETHOD(device_attach, ahci_gen_attach),
176 DEVMETHOD(device_detach, ahci_gen_detach),
177 DEVMETHOD(bus_print_child, ahci_print_child),
180 DEVMETHOD(bus_setup_intr, ahci_setup_intr),
183 DEVMETHOD(bus_get_dma_tag, ahci_get_dma_tag),
196 DEVMETHOD(device_probe, ahci_acpi_probe),
197 DEVMETHOD(device_attach, ahci_gen_attach),
198 DEVMETHOD(device_detach, ahci_gen_detach),
199 DEVMETHOD(bus_print_child, ahci_print_child),
[all …]
/freebsd/sys/xen/xenbus/
H A Dxenbusb_front.c165 DEVMETHOD(device_identify, xenbusb_identify),
166 DEVMETHOD(device_probe, xenbusb_front_probe),
167 DEVMETHOD(device_attach, xenbusb_front_attach),
168 DEVMETHOD(device_detach, bus_generic_detach),
169 DEVMETHOD(device_shutdown, bus_generic_shutdown),
170 DEVMETHOD(device_suspend, bus_generic_suspend),
171 DEVMETHOD(device_resume, xenbusb_resume),
174 DEVMETHOD(bus_print_child, xenbusb_print_child),
175 DEVMETHOD(bus_read_ivar, xenbusb_read_ivar),
176 DEVMETHOD(bus_write_ivar, xenbusb_write_ivar),
[all …]
H A Dxenbusb_back.c286 DEVMETHOD(device_identify, xenbusb_identify),
287 DEVMETHOD(device_probe, xenbusb_back_probe),
288 DEVMETHOD(device_attach, xenbusb_back_attach),
289 DEVMETHOD(device_detach, bus_generic_detach),
290 DEVMETHOD(device_shutdown, bus_generic_shutdown),
291 DEVMETHOD(device_suspend, bus_generic_suspend),
292 DEVMETHOD(device_resume, xenbusb_resume),
295 DEVMETHOD(bus_print_child, xenbusb_print_child),
296 DEVMETHOD(bus_read_ivar, xenbusb_read_ivar),
297 DEVMETHOD(bus_write_ivar, xenbusb_write_ivar),
[all …]
/freebsd/sys/dev/dpaa2/
H A Ddpaa2_mc_fdt.c198 DEVMETHOD(device_probe, dpaa2_mac_dev_probe),
199 DEVMETHOD(device_attach, dpaa2_mac_fdt_attach),
200 DEVMETHOD(device_detach, bus_generic_detach),
353 DEVMETHOD(device_probe, dpaa2_mc_fdt_probe),
354 DEVMETHOD(device_attach, dpaa2_mc_fdt_attach),
355 DEVMETHOD(device_detach, dpaa2_mc_detach),
358 DEVMETHOD(bus_get_rman, dpaa2_mc_rman),
368 DEVMETHOD(pcib_alloc_msi, dpaa2_mc_alloc_msi),
370 DEVMETHOD(pcib_map_msi, dpaa2_mc_map_msi),
371 DEVMETHOD(pcib_get_id, dpaa2_mc_get_id),
[all …]
H A Dmemac_mdio_fdt.c137 DEVMETHOD(device_probe, memacphy_fdt_probe),
138 DEVMETHOD(device_attach, memacphy_fdt_attach),
139 DEVMETHOD(device_detach, bus_generic_detach),
142 DEVMETHOD(miibus_readreg, memacphy_miibus_readreg),
273 DEVMETHOD(device_probe, memac_mdio_fdt_probe),
274 DEVMETHOD(device_attach, memac_mdio_fdt_attach),
275 DEVMETHOD(device_detach, memac_mdio_fdt_detach),
285 DEVMETHOD(ofw_bus_get_name, ofw_bus_gen_get_name),
286 DEVMETHOD(ofw_bus_get_node, ofw_bus_gen_get_node),
290 DEVMETHOD(bus_add_child, bus_generic_add_child),
[all …]
H A Ddpaa2_mc_acpi.c160 DEVMETHOD(device_probe, dpaa2_mac_dev_probe),
161 DEVMETHOD(device_attach, dpaa2_mac_dev_attach),
162 DEVMETHOD(device_detach, bus_generic_detach),
350 DEVMETHOD(device_probe, dpaa2_mc_acpi_probe),
351 DEVMETHOD(device_attach, dpaa2_mc_acpi_attach),
352 DEVMETHOD(device_detach, dpaa2_mc_detach),
355 DEVMETHOD(bus_get_rman, dpaa2_mc_rman),
365 DEVMETHOD(pcib_alloc_msi, dpaa2_mc_alloc_msi),
367 DEVMETHOD(pcib_map_msi, dpaa2_mc_map_msi),
368 DEVMETHOD(pcib_get_id, dpaa2_mc_get_id),
[all …]
/freebsd/sys/powerpc/pseries/
H A Dvdevice.c66 DEVMETHOD(device_probe, vdevice_probe),
67 DEVMETHOD(device_attach, vdevice_attach),
70 DEVMETHOD(bus_add_child, bus_generic_add_child),
72 DEVMETHOD(bus_print_child, vdevice_print_child),
73 DEVMETHOD(bus_setup_intr, bus_generic_setup_intr),
85 DEVMETHOD(ofw_bus_get_name, ofw_bus_gen_get_name),
86 DEVMETHOD(ofw_bus_get_node, ofw_bus_gen_get_node),
87 DEVMETHOD(ofw_bus_get_type, ofw_bus_gen_get_type),
90 DEVMETHOD(bus_get_dma_tag, vdevice_get_dma_tag),
91 DEVMETHOD(iommu_map, phyp_iommu_map),
[all …]
/freebsd/sys/dev/spibus/
H A Dspibus.c245 DEVMETHOD(device_probe, spibus_probe),
246 DEVMETHOD(device_attach, spibus_attach),
247 DEVMETHOD(device_detach, spibus_detach),
248 DEVMETHOD(device_shutdown, bus_generic_shutdown),
249 DEVMETHOD(device_suspend, spibus_suspend),
250 DEVMETHOD(device_resume, spibus_resume),
264 DEVMETHOD(bus_add_child, spibus_add_child),
265 DEVMETHOD(bus_print_child, spibus_print_child),
267 DEVMETHOD(bus_read_ivar, spibus_read_ivar),
268 DEVMETHOD(bus_write_ivar, spibus_write_ivar),
[all …]
/freebsd/sys/dev/acpica/
H A Dacpi_container.c55 DEVMETHOD(device_probe, acpi_syscont_probe),
56 DEVMETHOD(device_attach, acpi_syscont_attach),
57 DEVMETHOD(device_detach, acpi_syscont_detach),
60 DEVMETHOD(bus_add_child, bus_generic_add_child),
61 DEVMETHOD(bus_print_child, bus_generic_print_child),
66 DEVMETHOD(bus_setup_intr, bus_generic_setup_intr),
68 DEVMETHOD(bus_get_cpus, bus_generic_get_cpus),
71 DEVMETHOD(pcib_alloc_msi, acpi_syscont_alloc_msi),
72 DEVMETHOD(pcib_release_msi, acpi_syscont_release_msi),
73 DEVMETHOD(pcib_alloc_msix, acpi_syscont_alloc_msix),
[all …]
/freebsd/sys/dev/intel/
H A Dspi_acpi.c90 DEVMETHOD(device_probe, intelspi_acpi_probe),
91 DEVMETHOD(device_attach, intelspi_acpi_attach),
92 DEVMETHOD(device_detach, intelspi_detach),
93 DEVMETHOD(device_suspend, intelspi_suspend),
94 DEVMETHOD(device_resume, intelspi_resume),
97 DEVMETHOD(bus_setup_intr, bus_generic_setup_intr),
98 DEVMETHOD(bus_teardown_intr, bus_generic_teardown_intr),
99 DEVMETHOD(bus_alloc_resource, bus_generic_alloc_resource),
100 DEVMETHOD(bus_release_resource, bus_generic_release_resource),
103 DEVMETHOD(bus_adjust_resource, bus_generic_adjust_resource),
[all …]
H A Dspi_pci.c116 DEVMETHOD(device_probe, intelspi_pci_probe),
117 DEVMETHOD(device_attach, intelspi_pci_attach),
118 DEVMETHOD(device_detach, intelspi_pci_detach),
119 DEVMETHOD(device_suspend, intelspi_suspend),
120 DEVMETHOD(device_resume, intelspi_resume),
123 DEVMETHOD(bus_setup_intr, bus_generic_setup_intr),
124 DEVMETHOD(bus_teardown_intr, bus_generic_teardown_intr),
125 DEVMETHOD(bus_alloc_resource, bus_generic_alloc_resource),
126 DEVMETHOD(bus_release_resource, bus_generic_release_resource),
129 DEVMETHOD(bus_adjust_resource, bus_generic_adjust_resource),
[all …]
/freebsd/sys/dev/iicbus/
H A Diicbus.c345 DEVMETHOD(device_probe, iicbus_probe),
346 DEVMETHOD(device_attach, iicbus_attach),
347 DEVMETHOD(device_detach, iicbus_detach),
348 DEVMETHOD(device_suspend, bus_generic_suspend),
349 DEVMETHOD(device_resume, bus_generic_resume),
362 DEVMETHOD(bus_add_child, iicbus_add_child),
363 DEVMETHOD(bus_print_child, iicbus_print_child),
365 DEVMETHOD(bus_read_ivar, iicbus_read_ivar),
366 DEVMETHOD(bus_write_ivar, iicbus_write_ivar),
369 DEVMETHOD(bus_hinted_child, iicbus_hinted_child),
[all …]
/freebsd/sys/powerpc/psim/
H A Data_iobus.c68 DEVMETHOD(device_probe, ata_iobus_probe),
69 DEVMETHOD(device_attach, ata_iobus_attach),
70 DEVMETHOD(device_shutdown, bus_generic_shutdown),
71 DEVMETHOD(device_suspend, bus_generic_suspend),
72 DEVMETHOD(device_resume, bus_generic_resume),
75 DEVMETHOD(bus_print_child, ata_iobus_print_child),
210 DEVMETHOD(device_probe, ata_iobus_sub_probe),
211 DEVMETHOD(device_attach, ata_attach),
212 DEVMETHOD(device_detach, ata_detach),
213 DEVMETHOD(device_resume, ata_resume),
[all …]
/freebsd/sys/powerpc/ofw/
H A Dopenpic_ofw.c69 DEVMETHOD(device_probe, openpic_ofw_probe),
71 DEVMETHOD(device_suspend, openpic_suspend),
72 DEVMETHOD(device_resume, openpic_resume),
75 DEVMETHOD(pic_bind, openpic_bind),
76 DEVMETHOD(pic_config, openpic_config),
77 DEVMETHOD(pic_dispatch, openpic_dispatch),
78 DEVMETHOD(pic_enable, openpic_enable),
79 DEVMETHOD(pic_eoi, openpic_eoi),
80 DEVMETHOD(pic_ipi, openpic_ipi),
81 DEVMETHOD(pic_mask, openpic_mask),
[all …]
/freebsd/sys/dev/ichiic/
H A Dig4_acpi.c171 DEVMETHOD(device_probe, ig4iic_acpi_probe),
172 DEVMETHOD(device_attach, ig4iic_acpi_attach),
173 DEVMETHOD(device_detach, ig4iic_acpi_detach),
174 DEVMETHOD(device_suspend, ig4iic_acpi_suspend),
175 DEVMETHOD(device_resume, ig4iic_acpi_resume),
178 DEVMETHOD(bus_setup_intr, bus_generic_setup_intr),
179 DEVMETHOD(bus_teardown_intr, bus_generic_teardown_intr),
180 DEVMETHOD(bus_alloc_resource, bus_generic_alloc_resource),
187 DEVMETHOD(iicbus_transfer, ig4iic_transfer),
188 DEVMETHOD(iicbus_reset, ig4iic_reset),
[all …]

12345678910>>...53