Home
last modified time | relevance | path

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

12345678910>>...16

/dragonfly/sys/bus/pci/x86_64/
HDmptable_pci.c155 DEVMETHOD(device_probe, mptable_hostb_probe),
156 DEVMETHOD(device_attach, mptable_hostb_attach),
157 DEVMETHOD(device_shutdown, bus_generic_shutdown),
158 DEVMETHOD(device_suspend, bus_generic_suspend),
159 DEVMETHOD(device_resume, bus_generic_resume),
162 DEVMETHOD(bus_print_child, bus_generic_print_child),
163 DEVMETHOD(bus_read_ivar, legacy_pcib_read_ivar),
164 DEVMETHOD(bus_write_ivar, legacy_pcib_write_ivar),
165 DEVMETHOD(bus_alloc_resource, legacy_pcib_alloc_resource),
166 DEVMETHOD(bus_release_resource, bus_generic_release_resource),
[all …]
HDpci_bus.c543 DEVMETHOD(device_identify, legacy_pcib_identify),
544 DEVMETHOD(device_probe, legacy_pcib_probe),
545 DEVMETHOD(device_attach, legacy_pcib_attach),
546 DEVMETHOD(device_shutdown, bus_generic_shutdown),
547 DEVMETHOD(device_suspend, bus_generic_suspend),
548 DEVMETHOD(device_resume, bus_generic_resume),
551 DEVMETHOD(bus_print_child, bus_generic_print_child),
552 DEVMETHOD(bus_read_ivar, legacy_pcib_read_ivar),
553 DEVMETHOD(bus_write_ivar, legacy_pcib_write_ivar),
554 DEVMETHOD(bus_alloc_resource, legacy_pcib_alloc_resource),
[all …]
HDlegacy.c64 DEVMETHOD(device_identify, legacy_identify),
65 DEVMETHOD(device_probe, legacy_probe),
66 DEVMETHOD(device_attach, legacy_attach),
67 DEVMETHOD(device_detach, bus_generic_detach),
68 DEVMETHOD(device_shutdown, bus_generic_shutdown),
69 DEVMETHOD(device_suspend, bus_generic_suspend),
70 DEVMETHOD(device_resume, bus_generic_resume),
73 DEVMETHOD(bus_print_child, legacy_print_child),
74 DEVMETHOD(bus_add_child, legacy_add_child),
75 DEVMETHOD(bus_read_ivar, legacy_read_ivar),
[all …]
/dragonfly/sys/dev/pccard/pccbb/
HDpccbb_isa.c174 DEVMETHOD(device_probe, cbb_isa_probe),
175 DEVMETHOD(device_attach, cbb_isa_attach),
176 DEVMETHOD(device_detach, cbb_detach),
177 DEVMETHOD(device_shutdown, cbb_shutdown),
178 DEVMETHOD(device_suspend, cbb_suspend),
179 DEVMETHOD(device_resume, cbb_resume),
182 DEVMETHOD(bus_print_child, bus_generic_print_child),
183 DEVMETHOD(bus_read_ivar, cbb_read_ivar),
184 DEVMETHOD(bus_write_ivar, cbb_write_ivar),
185 DEVMETHOD(bus_alloc_resource, cbb_alloc_resource),
[all …]
HDpccbb_pci.c618 DEVMETHOD(device_probe, cbb_pci_probe),
619 DEVMETHOD(device_attach, cbb_pci_attach),
620 DEVMETHOD(device_detach, cbb_detach),
621 DEVMETHOD(device_shutdown, cbb_shutdown),
622 DEVMETHOD(device_suspend, cbb_suspend),
623 DEVMETHOD(device_resume, cbb_resume),
626 DEVMETHOD(bus_print_child, bus_generic_print_child),
627 DEVMETHOD(bus_read_ivar, cbb_read_ivar),
628 DEVMETHOD(bus_write_ivar, cbb_write_ivar),
629 DEVMETHOD(bus_alloc_resource, cbb_alloc_resource),
[all …]
/dragonfly/sys/bus/pci/
HDhostb_pci.c210 DEVMETHOD(device_probe, pci_hostb_probe),
211 DEVMETHOD(device_attach, pci_hostb_attach),
212 DEVMETHOD(device_shutdown, bus_generic_shutdown),
213 DEVMETHOD(device_suspend, bus_generic_suspend),
214 DEVMETHOD(device_resume, bus_generic_resume),
217 DEVMETHOD(bus_read_ivar, pci_hostb_read_ivar),
218 DEVMETHOD(bus_write_ivar, pci_hostb_write_ivar),
219 DEVMETHOD(bus_setup_intr, bus_generic_setup_intr),
220 DEVMETHOD(bus_teardown_intr, bus_generic_teardown_intr),
222 DEVMETHOD(bus_alloc_resource, pci_hostb_alloc_resource),
[all …]
HDisa_pci.c59 DEVMETHOD(device_probe, isab_probe),
60 DEVMETHOD(device_attach, isab_attach),
61 DEVMETHOD(device_detach, bus_generic_detach),
62 DEVMETHOD(device_shutdown, bus_generic_shutdown),
63 DEVMETHOD(device_suspend, bus_generic_suspend),
64 DEVMETHOD(device_resume, bus_generic_resume),
67 DEVMETHOD(bus_print_child, bus_generic_print_child),
68 DEVMETHOD(bus_alloc_resource, bus_generic_alloc_resource),
69 DEVMETHOD(bus_release_resource, bus_generic_release_resource),
70 DEVMETHOD(bus_activate_resource, bus_generic_activate_resource),
[all …]
HDvga_pci.c479 DEVMETHOD(device_probe, vga_pci_probe),
480 DEVMETHOD(device_attach, vga_pci_attach),
481 DEVMETHOD(device_shutdown, bus_generic_shutdown),
482 DEVMETHOD(device_suspend, vga_pci_suspend),
483 DEVMETHOD(device_resume, vga_pci_resume),
486 DEVMETHOD(bus_read_ivar, vga_pci_read_ivar),
487 DEVMETHOD(bus_write_ivar, vga_pci_write_ivar),
488 DEVMETHOD(bus_setup_intr, vga_pci_setup_intr),
489 DEVMETHOD(bus_teardown_intr, vga_pci_teardown_intr),
491 DEVMETHOD(bus_alloc_resource, vga_pci_alloc_resource),
[all …]
HDpci_pci.c56 DEVMETHOD(device_probe, pcib_probe),
57 DEVMETHOD(device_attach, pcib_attach),
58 DEVMETHOD(device_detach, bus_generic_detach),
59 DEVMETHOD(device_shutdown, bus_generic_shutdown),
60 DEVMETHOD(device_suspend, bus_generic_suspend),
61 DEVMETHOD(device_resume, bus_generic_resume),
64 DEVMETHOD(bus_print_child, bus_generic_print_child),
65 DEVMETHOD(bus_read_ivar, pcib_read_ivar),
66 DEVMETHOD(bus_write_ivar, pcib_write_ivar),
67 DEVMETHOD(bus_alloc_resource, pcib_alloc_resource),
[all …]
/dragonfly/sys/bus/smbus/ichiic/
HDig4_acpi.c173 DEVMETHOD(device_probe, ig4iic_acpi_probe),
174 DEVMETHOD(device_attach, ig4iic_acpi_attach),
175 DEVMETHOD(device_detach, ig4iic_acpi_detach),
178 DEVMETHOD(bus_print_child, bus_generic_print_child),
181 DEVMETHOD(smbus_callback, ig4iic_smb_callback),
182 DEVMETHOD(smbus_quick, ig4iic_smb_quick),
183 DEVMETHOD(smbus_sendb, ig4iic_smb_sendb),
184 DEVMETHOD(smbus_recvb, ig4iic_smb_recvb),
185 DEVMETHOD(smbus_writeb, ig4iic_smb_writeb),
186 DEVMETHOD(smbus_writew, ig4iic_smb_writew),
[all …]
HDig4_pci.c234 DEVMETHOD(device_probe, ig4iic_pci_probe),
235 DEVMETHOD(device_attach, ig4iic_pci_attach),
236 DEVMETHOD(device_detach, ig4iic_pci_detach),
239 DEVMETHOD(bus_print_child, bus_generic_print_child),
242 DEVMETHOD(smbus_callback, ig4iic_smb_callback),
243 DEVMETHOD(smbus_quick, ig4iic_smb_quick),
244 DEVMETHOD(smbus_sendb, ig4iic_smb_sendb),
245 DEVMETHOD(smbus_recvb, ig4iic_smb_recvb),
246 DEVMETHOD(smbus_writeb, ig4iic_smb_writeb),
247 DEVMETHOD(smbus_writew, ig4iic_smb_writew),
[all …]
/dragonfly/sys/dev/acpica/
HDacpi_isab.c63 DEVMETHOD(device_probe, acpi_isab_probe),
64 DEVMETHOD(device_attach, acpi_isab_attach),
65 DEVMETHOD(device_shutdown, bus_generic_shutdown),
66 DEVMETHOD(device_suspend, bus_generic_suspend),
67 DEVMETHOD(device_resume, bus_generic_resume),
70 DEVMETHOD(bus_print_child, bus_generic_print_child),
71 DEVMETHOD(bus_read_ivar, acpi_isab_read_ivar),
72 DEVMETHOD(bus_alloc_resource, bus_generic_alloc_resource),
73 DEVMETHOD(bus_release_resource, bus_generic_release_resource),
74 DEVMETHOD(bus_activate_resource, bus_generic_activate_resource),
[all …]
HDacpi_pcib_acpi.c90 DEVMETHOD(device_probe, acpi_pcib_acpi_probe),
91 DEVMETHOD(device_attach, acpi_pcib_acpi_attach),
92 DEVMETHOD(device_shutdown, bus_generic_shutdown),
93 DEVMETHOD(device_suspend, bus_generic_suspend),
94 DEVMETHOD(device_resume, acpi_pcib_acpi_resume),
97 DEVMETHOD(bus_print_child, bus_generic_print_child),
98 DEVMETHOD(bus_read_ivar, acpi_pcib_read_ivar),
99 DEVMETHOD(bus_write_ivar, acpi_pcib_write_ivar),
100 DEVMETHOD(bus_alloc_resource, acpi_pcib_acpi_alloc_resource),
102 DEVMETHOD(bus_release_resource, bus_generic_release_resource),
[all …]
HDacpi_cpu.c65 DEVMETHOD(device_probe, acpi_cpu_probe),
66 DEVMETHOD(device_attach, acpi_cpu_attach),
67 DEVMETHOD(device_detach, bus_generic_detach),
68 DEVMETHOD(device_shutdown, bus_generic_shutdown),
69 DEVMETHOD(device_suspend, bus_generic_suspend),
70 DEVMETHOD(device_resume, bus_generic_resume),
73 DEVMETHOD(bus_add_child, bus_generic_add_child),
74 DEVMETHOD(bus_print_child, bus_generic_print_child),
75 DEVMETHOD(bus_read_ivar, bus_generic_read_ivar),
76 DEVMETHOD(bus_write_ivar, bus_generic_write_ivar),
[all …]
/dragonfly/sys/dev/agp/
HDagp_sis.c256 DEVMETHOD(device_probe, agp_sis_probe),
257 DEVMETHOD(device_attach, agp_sis_attach),
258 DEVMETHOD(device_detach, agp_sis_detach),
259 DEVMETHOD(device_shutdown, bus_generic_shutdown),
260 DEVMETHOD(device_suspend, bus_generic_suspend),
261 DEVMETHOD(device_resume, bus_generic_resume),
264 DEVMETHOD(agp_get_aperture, agp_sis_get_aperture),
265 DEVMETHOD(agp_set_aperture, agp_sis_set_aperture),
266 DEVMETHOD(agp_bind_page, agp_sis_bind_page),
267 DEVMETHOD(agp_unbind_page, agp_sis_unbind_page),
[all …]
HDagp_via.c392 DEVMETHOD(device_probe, agp_via_probe),
393 DEVMETHOD(device_attach, agp_via_attach),
394 DEVMETHOD(device_detach, agp_via_detach),
395 DEVMETHOD(device_shutdown, bus_generic_shutdown),
396 DEVMETHOD(device_suspend, bus_generic_suspend),
397 DEVMETHOD(device_resume, bus_generic_resume),
400 DEVMETHOD(agp_get_aperture, agp_via_get_aperture),
401 DEVMETHOD(agp_set_aperture, agp_via_set_aperture),
402 DEVMETHOD(agp_bind_page, agp_via_bind_page),
403 DEVMETHOD(agp_unbind_page, agp_via_unbind_page),
[all …]
/dragonfly/sys/bus/smbus/ichsmb/
HDichsmb_pci.c173 DEVMETHOD(device_probe, ichsmb_pci_probe),
174 DEVMETHOD(device_attach, ichsmb_pci_attach),
175 DEVMETHOD(device_detach, ichsmb_detach),
178 DEVMETHOD(bus_print_child, bus_generic_print_child),
181 DEVMETHOD(smbus_callback, ichsmb_callback),
182 DEVMETHOD(smbus_quick, ichsmb_quick),
183 DEVMETHOD(smbus_sendb, ichsmb_sendb),
184 DEVMETHOD(smbus_recvb, ichsmb_recvb),
185 DEVMETHOD(smbus_writeb, ichsmb_writeb),
186 DEVMETHOD(smbus_writew, ichsmb_writew),
[all …]
/dragonfly/sys/dev/disk/sdhci/
HDsdhci_acpi.c320 DEVMETHOD(device_probe, sdhci_acpi_probe),
321 DEVMETHOD(device_attach, sdhci_acpi_attach),
322 DEVMETHOD(device_detach, sdhci_acpi_detach),
323 DEVMETHOD(device_suspend, sdhci_acpi_suspend),
324 DEVMETHOD(device_resume, sdhci_acpi_resume),
327 DEVMETHOD(bus_read_ivar, sdhci_generic_read_ivar),
328 DEVMETHOD(bus_write_ivar, sdhci_generic_write_ivar),
331 DEVMETHOD(mmcbr_update_ios, sdhci_generic_update_ios),
332 DEVMETHOD(mmcbr_switch_vccq, sdhci_generic_switch_vccq),
333 DEVMETHOD(mmcbr_request, sdhci_generic_request),
[all …]
HDsdhci_pci.c486 DEVMETHOD(device_probe, sdhci_pci_probe),
487 DEVMETHOD(device_attach, sdhci_pci_attach),
488 DEVMETHOD(device_detach, sdhci_pci_detach),
489 DEVMETHOD(device_shutdown, sdhci_pci_shutdown),
490 DEVMETHOD(device_suspend, sdhci_pci_suspend),
491 DEVMETHOD(device_resume, sdhci_pci_resume),
494 DEVMETHOD(bus_read_ivar, sdhci_generic_read_ivar),
495 DEVMETHOD(bus_write_ivar, sdhci_generic_write_ivar),
498 DEVMETHOD(mmcbr_update_ios, sdhci_generic_update_ios),
499 DEVMETHOD(mmcbr_switch_vccq, sdhci_generic_switch_vccq),
[all …]
/dragonfly/sys/dev/disk/fd/
HDfd_pccard.c156 DEVMETHOD(device_probe, pccard_compat_probe),
157 DEVMETHOD(device_attach, pccard_compat_attach),
158 DEVMETHOD(device_detach, fdc_pccard_detach),
159 DEVMETHOD(device_shutdown, bus_generic_shutdown),
160 DEVMETHOD(device_suspend, bus_generic_suspend),
161 DEVMETHOD(device_resume, bus_generic_resume),
164 DEVMETHOD(card_compat_match, fdc_pccard_match),
165 DEVMETHOD(card_compat_probe, fdc_pccard_probe),
166 DEVMETHOD(card_compat_attach, fdc_attach),
170 DEVMETHOD(bus_print_child, fdc_print_child),
[all …]
/dragonfly/sys/dev/powermng/viapm/
HDviapm.c872 DEVMETHOD(device_probe, viapm_586b_probe),
873 DEVMETHOD(device_attach, viapm_586b_attach),
874 DEVMETHOD(device_detach, viapm_586b_detach),
877 DEVMETHOD(iicbb_callback, viabb_callback),
878 DEVMETHOD(iicbb_setscl, viabb_setscl),
879 DEVMETHOD(iicbb_setsda, viabb_setsda),
880 DEVMETHOD(iicbb_getscl, viabb_getscl),
881 DEVMETHOD(iicbb_getsda, viabb_getsda),
882 DEVMETHOD(iicbb_reset, viabb_reset),
885 DEVMETHOD(bus_print_child, bus_generic_print_child),
[all …]
/dragonfly/sys/platform/pc64/x86_64/
HDnexus.c128 DEVMETHOD(device_identify, bus_generic_identify),
129 DEVMETHOD(device_probe, nexus_probe),
130 DEVMETHOD(device_attach, nexus_attach),
131 DEVMETHOD(device_detach, bus_generic_detach),
132 DEVMETHOD(device_shutdown, bus_generic_shutdown),
133 DEVMETHOD(device_suspend, bus_generic_suspend),
134 DEVMETHOD(device_resume, bus_generic_resume),
137 DEVMETHOD(bus_print_child, nexus_print_child),
138 DEVMETHOD(bus_add_child, nexus_add_child),
139 DEVMETHOD(bus_read_ivar, nexus_read_ivar),
[all …]
/dragonfly/sys/dev/video/cxm/
HDcxm_i2c.c75 DEVMETHOD(device_probe, cxm_iic_probe),
76 DEVMETHOD(device_attach, cxm_iic_attach),
77 DEVMETHOD(device_detach, cxm_iic_detach),
80 DEVMETHOD(bus_child_detached, cxm_iic_child_detached),
81 DEVMETHOD(bus_print_child, bus_generic_print_child),
82 DEVMETHOD(bus_driver_added, bus_generic_driver_added),
85 DEVMETHOD(iicbb_callback, cxm_iic_callback),
86 DEVMETHOD(iicbb_reset, cxm_iic_reset),
87 DEVMETHOD(iicbb_getscl, cxm_iic_getscl),
88 DEVMETHOD(iicbb_getsda, cxm_iic_getsda),
[all …]
/dragonfly/sys/dev/misc/lpbb/
HDlpbb.c204 DEVMETHOD(device_identify, lpbb_identify),
205 DEVMETHOD(device_probe, lpbb_probe),
206 DEVMETHOD(device_attach, lpbb_attach),
209 DEVMETHOD(bus_print_child, bus_generic_print_child),
212 DEVMETHOD(iicbb_callback, lpbb_callback),
213 DEVMETHOD(iicbb_setsda, lpbb_setsda),
214 DEVMETHOD(iicbb_setscl, lpbb_setscl),
215 DEVMETHOD(iicbb_getsda, lpbb_getsda),
216 DEVMETHOD(iicbb_getscl, lpbb_getscl),
217 DEVMETHOD(iicbb_reset, lpbb_reset),
/dragonfly/sys/dev/sound/pci/hda/
HDhdacc.c691 DEVMETHOD(device_probe, hdacc_probe),
692 DEVMETHOD(device_attach, hdacc_attach),
693 DEVMETHOD(device_detach, hdacc_detach),
694 DEVMETHOD(device_suspend, hdacc_suspend),
695 DEVMETHOD(device_resume, hdacc_resume),
697 DEVMETHOD(bus_child_location_str, hdacc_child_location_str),
698 DEVMETHOD(bus_child_pnpinfo_str, hdacc_child_pnpinfo_str_method),
699 DEVMETHOD(bus_print_child, hdacc_print_child),
700 DEVMETHOD(bus_probe_nomatch, hdacc_probe_nomatch),
701 DEVMETHOD(bus_read_ivar, hdacc_read_ivar),
[all …]

12345678910>>...16