Symbol: DEVMETHOD
sys/bus/firewire/firewire.c
106
DEVMETHOD(device_identify, bus_generic_identify),
sys/bus/firewire/firewire.c
107
DEVMETHOD(device_probe, firewire_probe),
sys/bus/firewire/firewire.c
108
DEVMETHOD(device_attach, firewire_attach),
sys/bus/firewire/firewire.c
109
DEVMETHOD(device_detach, firewire_detach),
sys/bus/firewire/firewire.c
110
DEVMETHOD(device_suspend, bus_generic_suspend),
sys/bus/firewire/firewire.c
111
DEVMETHOD(device_resume, firewire_resume),
sys/bus/firewire/firewire.c
112
DEVMETHOD(device_shutdown, bus_generic_shutdown),
sys/bus/firewire/firewire.c
115
DEVMETHOD(bus_add_child, firewire_add_child),
sys/bus/firewire/firewire.c
116
DEVMETHOD(bus_print_child, bus_generic_print_child),
sys/bus/firewire/fwohci_pci.c
465
DEVMETHOD(device_probe, fwohci_pci_probe),
sys/bus/firewire/fwohci_pci.c
466
DEVMETHOD(device_attach, fwohci_pci_attach),
sys/bus/firewire/fwohci_pci.c
467
DEVMETHOD(device_detach, fwohci_pci_detach),
sys/bus/firewire/fwohci_pci.c
468
DEVMETHOD(device_suspend, fwohci_pci_suspend),
sys/bus/firewire/fwohci_pci.c
469
DEVMETHOD(device_resume, fwohci_pci_resume),
sys/bus/firewire/fwohci_pci.c
470
DEVMETHOD(device_shutdown, fwohci_pci_shutdown),
sys/bus/firewire/fwohci_pci.c
473
DEVMETHOD(bus_add_child, fwohci_pci_add_child),
sys/bus/firewire/fwohci_pci.c
474
DEVMETHOD(bus_print_child, bus_generic_print_child),
sys/bus/gpio/gpio_acpi/gpio_acpi.c
502
DEVMETHOD(device_probe, gpio_acpi_probe),
sys/bus/gpio/gpio_acpi/gpio_acpi.c
503
DEVMETHOD(device_attach, gpio_acpi_attach),
sys/bus/gpio/gpio_acpi/gpio_acpi.c
504
DEVMETHOD(device_detach, gpio_acpi_detach),
sys/bus/gpio/gpio_intel/gpio_intel.c
411
DEVMETHOD(device_probe, gpio_intel_probe),
sys/bus/gpio/gpio_intel/gpio_intel.c
412
DEVMETHOD(device_attach, gpio_intel_attach),
sys/bus/gpio/gpio_intel/gpio_intel.c
413
DEVMETHOD(device_detach, gpio_intel_detach),
sys/bus/gpio/gpio_intel/gpio_intel.c
416
DEVMETHOD(gpio_alloc_intr, gpio_intel_alloc_intr),
sys/bus/gpio/gpio_intel/gpio_intel.c
417
DEVMETHOD(gpio_free_intr, gpio_intel_free_intr),
sys/bus/gpio/gpio_intel/gpio_intel.c
418
DEVMETHOD(gpio_setup_intr, gpio_intel_setup_intr),
sys/bus/gpio/gpio_intel/gpio_intel.c
419
DEVMETHOD(gpio_teardown_intr, gpio_intel_teardown_intr),
sys/bus/gpio/gpio_intel/gpio_intel.c
420
DEVMETHOD(gpio_alloc_io_pin, gpio_intel_alloc_io_pin),
sys/bus/gpio/gpio_intel/gpio_intel.c
421
DEVMETHOD(gpio_release_io_pin, gpio_intel_release_io_pin),
sys/bus/gpio/gpio_intel/gpio_intel.c
422
DEVMETHOD(gpio_read_pin, gpio_intel_read_pin),
sys/bus/gpio/gpio_intel/gpio_intel.c
423
DEVMETHOD(gpio_write_pin, gpio_intel_write_pin),
sys/bus/iicbus/iic.c
72
DEVMETHOD(device_identify, iic_identify),
sys/bus/iicbus/iic.c
73
DEVMETHOD(device_probe, iic_probe),
sys/bus/iicbus/iic.c
74
DEVMETHOD(device_attach, iic_attach),
sys/bus/iicbus/iic.c
75
DEVMETHOD(device_detach, iic_detach),
sys/bus/iicbus/iic.c
78
DEVMETHOD(iicbus_intr, iicbus_generic_intr),
sys/bus/iicbus/iicbb.c
81
DEVMETHOD(device_probe, iicbb_probe),
sys/bus/iicbus/iicbb.c
82
DEVMETHOD(device_attach, iicbb_attach),
sys/bus/iicbus/iicbb.c
83
DEVMETHOD(device_detach, iicbb_detach),
sys/bus/iicbus/iicbb.c
86
DEVMETHOD(bus_child_detached, iicbb_child_detached),
sys/bus/iicbus/iicbb.c
87
DEVMETHOD(bus_print_child, iicbb_print_child),
sys/bus/iicbus/iicbb.c
90
DEVMETHOD(iicbus_callback, iicbb_callback),
sys/bus/iicbus/iicbb.c
91
DEVMETHOD(iicbus_start, iicbb_start),
sys/bus/iicbus/iicbb.c
92
DEVMETHOD(iicbus_repeated_start, iicbb_start),
sys/bus/iicbus/iicbb.c
93
DEVMETHOD(iicbus_stop, iicbb_stop),
sys/bus/iicbus/iicbb.c
94
DEVMETHOD(iicbus_write, iicbb_write),
sys/bus/iicbus/iicbb.c
95
DEVMETHOD(iicbus_read, iicbb_read),
sys/bus/iicbus/iicbb.c
96
DEVMETHOD(iicbus_reset, iicbb_reset),
sys/bus/iicbus/iicbb.c
97
DEVMETHOD(iicbus_transfer, iicbb_transfer),
sys/bus/iicbus/iicbus.c
61
DEVMETHOD(device_probe, iicbus_probe),
sys/bus/iicbus/iicbus.c
62
DEVMETHOD(device_attach, iicbus_attach),
sys/bus/iicbus/iicbus.c
63
DEVMETHOD(device_detach, iicbus_detach),
sys/bus/iicbus/iicbus.c
66
DEVMETHOD(bus_add_child, iicbus_add_child),
sys/bus/iicbus/iicbus.c
67
DEVMETHOD(bus_driver_added, bus_generic_driver_added),
sys/bus/iicbus/iicbus.c
68
DEVMETHOD(bus_print_child, bus_generic_print_child),
sys/bus/iicbus/iicbus.c
70
DEVMETHOD(iicbus_transfer, iicbus_transfer_gen),
sys/bus/iicbus/iicsmb.c
100
DEVMETHOD(device_identify, iicsmb_identify),
sys/bus/iicbus/iicsmb.c
101
DEVMETHOD(device_probe, iicsmb_probe),
sys/bus/iicbus/iicsmb.c
102
DEVMETHOD(device_attach, iicsmb_attach),
sys/bus/iicbus/iicsmb.c
103
DEVMETHOD(device_detach, iicsmb_detach),
sys/bus/iicbus/iicsmb.c
106
DEVMETHOD(bus_driver_added, bus_generic_driver_added),
sys/bus/iicbus/iicsmb.c
107
DEVMETHOD(bus_print_child, bus_generic_print_child),
sys/bus/iicbus/iicsmb.c
110
DEVMETHOD(iicbus_intr, iicsmb_intr),
sys/bus/iicbus/iicsmb.c
113
DEVMETHOD(smbus_callback, iicsmb_callback),
sys/bus/iicbus/iicsmb.c
114
DEVMETHOD(smbus_quick, iicsmb_quick),
sys/bus/iicbus/iicsmb.c
115
DEVMETHOD(smbus_sendb, iicsmb_sendb),
sys/bus/iicbus/iicsmb.c
116
DEVMETHOD(smbus_recvb, iicsmb_recvb),
sys/bus/iicbus/iicsmb.c
117
DEVMETHOD(smbus_writeb, iicsmb_writeb),
sys/bus/iicbus/iicsmb.c
118
DEVMETHOD(smbus_writew, iicsmb_writew),
sys/bus/iicbus/iicsmb.c
119
DEVMETHOD(smbus_readb, iicsmb_readb),
sys/bus/iicbus/iicsmb.c
120
DEVMETHOD(smbus_readw, iicsmb_readw),
sys/bus/iicbus/iicsmb.c
121
DEVMETHOD(smbus_pcall, iicsmb_pcall),
sys/bus/iicbus/iicsmb.c
122
DEVMETHOD(smbus_bwrite, iicsmb_bwrite),
sys/bus/iicbus/iicsmb.c
123
DEVMETHOD(smbus_bread, iicsmb_bread),
sys/bus/iicbus/pcf/pcf.c
106
DEVMETHOD(device_probe, pcf_probe),
sys/bus/iicbus/pcf/pcf.c
107
DEVMETHOD(device_attach, pcf_attach),
sys/bus/iicbus/pcf/pcf.c
110
DEVMETHOD(bus_print_child, pcf_print_child),
sys/bus/iicbus/pcf/pcf.c
113
DEVMETHOD(iicbus_callback, iicbus_null_callback),
sys/bus/iicbus/pcf/pcf.c
114
DEVMETHOD(iicbus_repeated_start, pcf_repeated_start),
sys/bus/iicbus/pcf/pcf.c
115
DEVMETHOD(iicbus_start, pcf_start),
sys/bus/iicbus/pcf/pcf.c
116
DEVMETHOD(iicbus_stop, pcf_stop),
sys/bus/iicbus/pcf/pcf.c
117
DEVMETHOD(iicbus_write, pcf_write),
sys/bus/iicbus/pcf/pcf.c
118
DEVMETHOD(iicbus_read, pcf_read),
sys/bus/iicbus/pcf/pcf.c
119
DEVMETHOD(iicbus_reset, pcf_rst_card),
sys/bus/isa/isa_common.c
1000
DEVMETHOD(device_shutdown, bus_generic_shutdown),
sys/bus/isa/isa_common.c
1001
DEVMETHOD(device_suspend, bus_generic_suspend),
sys/bus/isa/isa_common.c
1002
DEVMETHOD(device_resume, bus_generic_resume),
sys/bus/isa/isa_common.c
1005
DEVMETHOD(bus_add_child, isa_add_child),
sys/bus/isa/isa_common.c
1006
DEVMETHOD(bus_print_child, isa_print_child),
sys/bus/isa/isa_common.c
1007
DEVMETHOD(bus_probe_nomatch, isa_probe_nomatch),
sys/bus/isa/isa_common.c
1008
DEVMETHOD(bus_read_ivar, isa_read_ivar),
sys/bus/isa/isa_common.c
1009
DEVMETHOD(bus_write_ivar, isa_write_ivar),
sys/bus/isa/isa_common.c
1010
DEVMETHOD(bus_child_detached, isa_child_detached),
sys/bus/isa/isa_common.c
1011
DEVMETHOD(bus_driver_added, isa_driver_added),
sys/bus/isa/isa_common.c
1012
DEVMETHOD(bus_alloc_resource, isa_alloc_resource),
sys/bus/isa/isa_common.c
1013
DEVMETHOD(bus_release_resource, isa_release_resource),
sys/bus/isa/isa_common.c
1014
DEVMETHOD(bus_activate_resource, bus_generic_activate_resource),
sys/bus/isa/isa_common.c
1015
DEVMETHOD(bus_deactivate_resource, bus_generic_deactivate_resource),
sys/bus/isa/isa_common.c
1016
DEVMETHOD(bus_setup_intr, isa_setup_intr),
sys/bus/isa/isa_common.c
1017
DEVMETHOD(bus_teardown_intr, isa_teardown_intr),
sys/bus/isa/isa_common.c
1018
DEVMETHOD(bus_set_resource, isa_set_resource),
sys/bus/isa/isa_common.c
1019
DEVMETHOD(bus_get_resource, isa_get_resource),
sys/bus/isa/isa_common.c
1020
DEVMETHOD(bus_delete_resource, isa_delete_resource),
sys/bus/isa/isa_common.c
1023
DEVMETHOD(isa_add_config, isa_add_config),
sys/bus/isa/isa_common.c
1024
DEVMETHOD(isa_set_config_callback, isa_set_config_callback),
sys/bus/isa/isa_common.c
1025
DEVMETHOD(isa_pnp_probe, isa_pnp_probe),
sys/bus/isa/isa_common.c
997
DEVMETHOD(device_probe, isa_probe),
sys/bus/isa/isa_common.c
998
DEVMETHOD(device_attach, isa_attach),
sys/bus/isa/isa_common.c
999
DEVMETHOD(device_detach, bus_generic_detach),
sys/bus/isa/isahint.c
135
DEVMETHOD(device_identify, isahint_identify),
sys/bus/isa/pnp.c
742
DEVMETHOD(device_identify, pnp_identify),
sys/bus/isa/pnpeat.c
83
DEVMETHOD(device_probe, sysresource_probe),
sys/bus/isa/pnpeat.c
84
DEVMETHOD(device_attach, sysresource_attach),
sys/bus/isa/pnpeat.c
85
DEVMETHOD(device_detach, bus_generic_detach),
sys/bus/isa/pnpeat.c
86
DEVMETHOD(device_shutdown, bus_generic_shutdown),
sys/bus/isa/pnpeat.c
87
DEVMETHOD(device_suspend, bus_generic_suspend),
sys/bus/isa/pnpeat.c
88
DEVMETHOD(device_resume, bus_generic_resume),
sys/bus/isa/vga_isa.c
67
DEVMETHOD(device_probe, isavga_probe),
sys/bus/isa/vga_isa.c
68
DEVMETHOD(device_attach, isavga_attach),
sys/bus/isa/vga_isa.c
69
DEVMETHOD(device_suspend, isavga_suspend),
sys/bus/isa/vga_isa.c
70
DEVMETHOD(device_resume, isavga_resume),
sys/bus/isa/vga_isa.c
72
DEVMETHOD(bus_print_child, bus_generic_print_child),
sys/bus/mmc/mmc.c
1995
DEVMETHOD(device_probe, mmc_probe),
sys/bus/mmc/mmc.c
1996
DEVMETHOD(device_attach, mmc_attach),
sys/bus/mmc/mmc.c
1997
DEVMETHOD(device_detach, mmc_detach),
sys/bus/mmc/mmc.c
1998
DEVMETHOD(device_suspend, mmc_suspend),
sys/bus/mmc/mmc.c
1999
DEVMETHOD(device_resume, mmc_resume),
sys/bus/mmc/mmc.c
2002
DEVMETHOD(bus_read_ivar, mmc_read_ivar),
sys/bus/mmc/mmc.c
2003
DEVMETHOD(bus_write_ivar, mmc_write_ivar),
sys/bus/mmc/mmc.c
2004
DEVMETHOD(bus_child_location_str, mmc_child_location_str),
sys/bus/mmc/mmc.c
2007
DEVMETHOD(mmcbus_wait_for_request, mmc_wait_for_request),
sys/bus/mmc/mmc.c
2008
DEVMETHOD(mmcbus_acquire_bus, mmc_acquire_bus),
sys/bus/mmc/mmc.c
2009
DEVMETHOD(mmcbus_release_bus, mmc_release_bus),
sys/bus/pccard/pccard.c
1318
DEVMETHOD(device_probe, pccard_probe),
sys/bus/pccard/pccard.c
1319
DEVMETHOD(device_attach, pccard_attach),
sys/bus/pccard/pccard.c
1320
DEVMETHOD(device_detach, pccard_detach),
sys/bus/pccard/pccard.c
1321
DEVMETHOD(device_shutdown, bus_generic_shutdown),
sys/bus/pccard/pccard.c
1322
DEVMETHOD(device_suspend, pccard_suspend),
sys/bus/pccard/pccard.c
1323
DEVMETHOD(device_resume, pccard_resume),
sys/bus/pccard/pccard.c
1326
DEVMETHOD(bus_print_child, pccard_print_child),
sys/bus/pccard/pccard.c
1327
DEVMETHOD(bus_driver_added, pccard_driver_added),
sys/bus/pccard/pccard.c
1328
DEVMETHOD(bus_child_detached, pccard_child_detached),
sys/bus/pccard/pccard.c
1329
DEVMETHOD(bus_alloc_resource, pccard_alloc_resource),
sys/bus/pccard/pccard.c
1330
DEVMETHOD(bus_release_resource, pccard_release_resource),
sys/bus/pccard/pccard.c
1331
DEVMETHOD(bus_activate_resource, pccard_activate_resource),
sys/bus/pccard/pccard.c
1332
DEVMETHOD(bus_deactivate_resource, pccard_deactivate_resource),
sys/bus/pccard/pccard.c
1333
DEVMETHOD(bus_setup_intr, pccard_setup_intr),
sys/bus/pccard/pccard.c
1334
DEVMETHOD(bus_teardown_intr, pccard_teardown_intr),
sys/bus/pccard/pccard.c
1335
DEVMETHOD(bus_set_resource, pccard_set_resource),
sys/bus/pccard/pccard.c
1336
DEVMETHOD(bus_get_resource, pccard_get_resource),
sys/bus/pccard/pccard.c
1337
DEVMETHOD(bus_delete_resource, pccard_delete_resource),
sys/bus/pccard/pccard.c
1338
DEVMETHOD(bus_probe_nomatch, pccard_probe_nomatch),
sys/bus/pccard/pccard.c
1339
DEVMETHOD(bus_read_ivar, pccard_read_ivar),
sys/bus/pccard/pccard.c
1340
DEVMETHOD(bus_child_pnpinfo_str, pccard_child_pnpinfo_str),
sys/bus/pccard/pccard.c
1341
DEVMETHOD(bus_child_location_str, pccard_child_location_str),
sys/bus/pccard/pccard.c
1344
DEVMETHOD(card_set_res_flags, pccard_set_res_flags),
sys/bus/pccard/pccard.c
1345
DEVMETHOD(card_set_memory_offset, pccard_set_memory_offset),
sys/bus/pccard/pccard.c
1346
DEVMETHOD(card_attach_card, pccard_attach_card),
sys/bus/pccard/pccard.c
1347
DEVMETHOD(card_detach_card, pccard_detach_card),
sys/bus/pccard/pccard.c
1348
DEVMETHOD(card_compat_do_probe, pccard_compat_do_probe),
sys/bus/pccard/pccard.c
1349
DEVMETHOD(card_compat_do_attach, pccard_compat_do_attach),
sys/bus/pccard/pccard.c
1350
DEVMETHOD(card_do_product_lookup, pccard_do_product_lookup),
sys/bus/pccard/pccard.c
1351
DEVMETHOD(card_cis_scan, pccard_scan_cis),
sys/bus/pci/fixup_pci.c
58
DEVMETHOD(device_probe, fixup_pci_probe),
sys/bus/pci/fixup_pci.c
59
DEVMETHOD(device_attach, bus_generic_attach),
sys/bus/pci/hostb_pci.c
210
DEVMETHOD(device_probe, pci_hostb_probe),
sys/bus/pci/hostb_pci.c
211
DEVMETHOD(device_attach, pci_hostb_attach),
sys/bus/pci/hostb_pci.c
212
DEVMETHOD(device_shutdown, bus_generic_shutdown),
sys/bus/pci/hostb_pci.c
213
DEVMETHOD(device_suspend, bus_generic_suspend),
sys/bus/pci/hostb_pci.c
214
DEVMETHOD(device_resume, bus_generic_resume),
sys/bus/pci/hostb_pci.c
217
DEVMETHOD(bus_read_ivar, pci_hostb_read_ivar),
sys/bus/pci/hostb_pci.c
218
DEVMETHOD(bus_write_ivar, pci_hostb_write_ivar),
sys/bus/pci/hostb_pci.c
219
DEVMETHOD(bus_setup_intr, bus_generic_setup_intr),
sys/bus/pci/hostb_pci.c
220
DEVMETHOD(bus_teardown_intr, bus_generic_teardown_intr),
sys/bus/pci/hostb_pci.c
222
DEVMETHOD(bus_alloc_resource, pci_hostb_alloc_resource),
sys/bus/pci/hostb_pci.c
223
DEVMETHOD(bus_release_resource, pci_hostb_release_resource),
sys/bus/pci/hostb_pci.c
224
DEVMETHOD(bus_activate_resource, bus_generic_activate_resource),
sys/bus/pci/hostb_pci.c
225
DEVMETHOD(bus_deactivate_resource, bus_generic_deactivate_resource),
sys/bus/pci/hostb_pci.c
228
DEVMETHOD(pci_read_config, pci_hostb_read_config),
sys/bus/pci/hostb_pci.c
229
DEVMETHOD(pci_write_config, pci_hostb_write_config),
sys/bus/pci/hostb_pci.c
230
DEVMETHOD(pci_enable_busmaster, pci_hostb_enable_busmaster),
sys/bus/pci/hostb_pci.c
231
DEVMETHOD(pci_disable_busmaster, pci_hostb_disable_busmaster),
sys/bus/pci/hostb_pci.c
232
DEVMETHOD(pci_enable_io, pci_hostb_enable_io),
sys/bus/pci/hostb_pci.c
233
DEVMETHOD(pci_disable_io, pci_hostb_disable_io),
sys/bus/pci/hostb_pci.c
234
DEVMETHOD(pci_get_powerstate, pci_hostb_get_powerstate),
sys/bus/pci/hostb_pci.c
235
DEVMETHOD(pci_set_powerstate, pci_hostb_set_powerstate),
sys/bus/pci/hostb_pci.c
236
DEVMETHOD(pci_assign_interrupt, pci_hostb_assign_interrupt),
sys/bus/pci/hostb_pci.c
237
DEVMETHOD(pci_find_extcap, pci_hostb_find_extcap),
sys/bus/pci/ignore_pci.c
46
DEVMETHOD(device_probe, ignore_pci_probe),
sys/bus/pci/ignore_pci.c
47
DEVMETHOD(device_attach, bus_generic_attach),
sys/bus/pci/isa_pci.c
59
DEVMETHOD(device_probe, isab_probe),
sys/bus/pci/isa_pci.c
60
DEVMETHOD(device_attach, isab_attach),
sys/bus/pci/isa_pci.c
61
DEVMETHOD(device_detach, bus_generic_detach),
sys/bus/pci/isa_pci.c
62
DEVMETHOD(device_shutdown, bus_generic_shutdown),
sys/bus/pci/isa_pci.c
63
DEVMETHOD(device_suspend, bus_generic_suspend),
sys/bus/pci/isa_pci.c
64
DEVMETHOD(device_resume, bus_generic_resume),
sys/bus/pci/isa_pci.c
67
DEVMETHOD(bus_print_child, bus_generic_print_child),
sys/bus/pci/isa_pci.c
68
DEVMETHOD(bus_alloc_resource, bus_generic_alloc_resource),
sys/bus/pci/isa_pci.c
69
DEVMETHOD(bus_release_resource, bus_generic_release_resource),
sys/bus/pci/isa_pci.c
70
DEVMETHOD(bus_activate_resource, bus_generic_activate_resource),
sys/bus/pci/isa_pci.c
71
DEVMETHOD(bus_deactivate_resource, bus_generic_deactivate_resource),
sys/bus/pci/isa_pci.c
72
DEVMETHOD(bus_setup_intr, bus_generic_setup_intr),
sys/bus/pci/isa_pci.c
73
DEVMETHOD(bus_teardown_intr, bus_generic_teardown_intr),
sys/bus/pci/pci.c
132
DEVMETHOD(device_probe, pci_probe),
sys/bus/pci/pci.c
133
DEVMETHOD(device_attach, pci_attach),
sys/bus/pci/pci.c
134
DEVMETHOD(device_detach, bus_generic_detach),
sys/bus/pci/pci.c
135
DEVMETHOD(device_shutdown, bus_generic_shutdown),
sys/bus/pci/pci.c
136
DEVMETHOD(device_suspend, pci_suspend),
sys/bus/pci/pci.c
137
DEVMETHOD(device_resume, pci_resume),
sys/bus/pci/pci.c
140
DEVMETHOD(bus_print_child, pci_print_child),
sys/bus/pci/pci.c
141
DEVMETHOD(bus_probe_nomatch, pci_probe_nomatch),
sys/bus/pci/pci.c
142
DEVMETHOD(bus_read_ivar, pci_read_ivar),
sys/bus/pci/pci.c
143
DEVMETHOD(bus_write_ivar, pci_write_ivar),
sys/bus/pci/pci.c
144
DEVMETHOD(bus_driver_added, pci_driver_added),
sys/bus/pci/pci.c
145
DEVMETHOD(bus_child_detached, pci_child_detached),
sys/bus/pci/pci.c
146
DEVMETHOD(bus_setup_intr, pci_setup_intr),
sys/bus/pci/pci.c
147
DEVMETHOD(bus_teardown_intr, pci_teardown_intr),
sys/bus/pci/pci.c
149
DEVMETHOD(bus_get_resource_list,pci_get_resource_list),
sys/bus/pci/pci.c
150
DEVMETHOD(bus_set_resource, bus_generic_rl_set_resource),
sys/bus/pci/pci.c
151
DEVMETHOD(bus_get_resource, bus_generic_rl_get_resource),
sys/bus/pci/pci.c
152
DEVMETHOD(bus_delete_resource, pci_delete_resource),
sys/bus/pci/pci.c
153
DEVMETHOD(bus_alloc_resource, pci_alloc_resource),
sys/bus/pci/pci.c
154
DEVMETHOD(bus_release_resource, bus_generic_rl_release_resource),
sys/bus/pci/pci.c
155
DEVMETHOD(bus_activate_resource, bus_generic_activate_resource),
sys/bus/pci/pci.c
156
DEVMETHOD(bus_deactivate_resource, bus_generic_deactivate_resource),
sys/bus/pci/pci.c
157
DEVMETHOD(bus_child_pnpinfo_str, pci_child_pnpinfo_str_method),
sys/bus/pci/pci.c
158
DEVMETHOD(bus_child_location_str, pci_child_location_str_method),
sys/bus/pci/pci.c
161
DEVMETHOD(pci_read_config, pci_read_config_method),
sys/bus/pci/pci.c
162
DEVMETHOD(pci_write_config, pci_write_config_method),
sys/bus/pci/pci.c
163
DEVMETHOD(pci_enable_busmaster, pci_enable_busmaster_method),
sys/bus/pci/pci.c
164
DEVMETHOD(pci_disable_busmaster, pci_disable_busmaster_method),
sys/bus/pci/pci.c
165
DEVMETHOD(pci_enable_io, pci_enable_io_method),
sys/bus/pci/pci.c
166
DEVMETHOD(pci_disable_io, pci_disable_io_method),
sys/bus/pci/pci.c
167
DEVMETHOD(pci_get_vpd_ident, pci_get_vpd_ident_method),
sys/bus/pci/pci.c
168
DEVMETHOD(pci_get_vpd_readonly, pci_get_vpd_readonly_method),
sys/bus/pci/pci.c
169
DEVMETHOD(pci_get_powerstate, pci_get_powerstate_method),
sys/bus/pci/pci.c
170
DEVMETHOD(pci_set_powerstate, pci_set_powerstate_method),
sys/bus/pci/pci.c
171
DEVMETHOD(pci_assign_interrupt, pci_assign_interrupt_method),
sys/bus/pci/pci.c
172
DEVMETHOD(pci_find_extcap, pci_find_extcap_method),
sys/bus/pci/pci.c
173
DEVMETHOD(pci_alloc_msi, pci_alloc_msi_method),
sys/bus/pci/pci.c
174
DEVMETHOD(pci_release_msi, pci_release_msi_method),
sys/bus/pci/pci.c
175
DEVMETHOD(pci_alloc_msix_vector, pci_alloc_msix_vector_method),
sys/bus/pci/pci.c
176
DEVMETHOD(pci_release_msix_vector, pci_release_msix_vector_method),
sys/bus/pci/pci.c
177
DEVMETHOD(pci_msi_count, pci_msi_count_method),
sys/bus/pci/pci.c
178
DEVMETHOD(pci_msix_count, pci_msix_count_method),
sys/bus/pci/pci_pci.c
56
DEVMETHOD(device_probe, pcib_probe),
sys/bus/pci/pci_pci.c
57
DEVMETHOD(device_attach, pcib_attach),
sys/bus/pci/pci_pci.c
58
DEVMETHOD(device_detach, bus_generic_detach),
sys/bus/pci/pci_pci.c
59
DEVMETHOD(device_shutdown, bus_generic_shutdown),
sys/bus/pci/pci_pci.c
60
DEVMETHOD(device_suspend, bus_generic_suspend),
sys/bus/pci/pci_pci.c
61
DEVMETHOD(device_resume, bus_generic_resume),
sys/bus/pci/pci_pci.c
64
DEVMETHOD(bus_print_child, bus_generic_print_child),
sys/bus/pci/pci_pci.c
65
DEVMETHOD(bus_read_ivar, pcib_read_ivar),
sys/bus/pci/pci_pci.c
66
DEVMETHOD(bus_write_ivar, pcib_write_ivar),
sys/bus/pci/pci_pci.c
67
DEVMETHOD(bus_alloc_resource, pcib_alloc_resource),
sys/bus/pci/pci_pci.c
68
DEVMETHOD(bus_release_resource, bus_generic_release_resource),
sys/bus/pci/pci_pci.c
69
DEVMETHOD(bus_activate_resource, bus_generic_activate_resource),
sys/bus/pci/pci_pci.c
70
DEVMETHOD(bus_deactivate_resource, bus_generic_deactivate_resource),
sys/bus/pci/pci_pci.c
71
DEVMETHOD(bus_setup_intr, bus_generic_setup_intr),
sys/bus/pci/pci_pci.c
72
DEVMETHOD(bus_teardown_intr, bus_generic_teardown_intr),
sys/bus/pci/pci_pci.c
75
DEVMETHOD(pcib_maxslots, pcib_maxslots),
sys/bus/pci/pci_pci.c
76
DEVMETHOD(pcib_read_config, pcib_read_config),
sys/bus/pci/pci_pci.c
77
DEVMETHOD(pcib_write_config, pcib_write_config),
sys/bus/pci/pci_pci.c
78
DEVMETHOD(pcib_route_interrupt, pcib_route_interrupt),
sys/bus/pci/pci_pci.c
79
DEVMETHOD(pcib_alloc_msi, pcib_alloc_msi),
sys/bus/pci/pci_pci.c
80
DEVMETHOD(pcib_release_msi, pcib_release_msi),
sys/bus/pci/pci_pci.c
81
DEVMETHOD(pcib_alloc_msix, pcib_alloc_msix),
sys/bus/pci/pci_pci.c
82
DEVMETHOD(pcib_release_msix, pcib_release_msix),
sys/bus/pci/pci_pci.c
83
DEVMETHOD(pcib_map_msi, pcib_map_msi),
sys/bus/pci/vga_pci.c
633
DEVMETHOD(device_probe, vga_pci_probe),
sys/bus/pci/vga_pci.c
634
DEVMETHOD(device_attach, vga_pci_attach),
sys/bus/pci/vga_pci.c
635
DEVMETHOD(device_shutdown, bus_generic_shutdown),
sys/bus/pci/vga_pci.c
636
DEVMETHOD(device_suspend, vga_pci_suspend),
sys/bus/pci/vga_pci.c
637
DEVMETHOD(device_detach, vga_pci_detach),
sys/bus/pci/vga_pci.c
638
DEVMETHOD(device_resume, vga_pci_resume),
sys/bus/pci/vga_pci.c
641
DEVMETHOD(bus_read_ivar, vga_pci_read_ivar),
sys/bus/pci/vga_pci.c
642
DEVMETHOD(bus_write_ivar, vga_pci_write_ivar),
sys/bus/pci/vga_pci.c
643
DEVMETHOD(bus_setup_intr, vga_pci_setup_intr),
sys/bus/pci/vga_pci.c
644
DEVMETHOD(bus_teardown_intr, vga_pci_teardown_intr),
sys/bus/pci/vga_pci.c
646
DEVMETHOD(bus_alloc_resource, vga_pci_alloc_resource),
sys/bus/pci/vga_pci.c
647
DEVMETHOD(bus_release_resource, vga_pci_release_resource),
sys/bus/pci/vga_pci.c
648
DEVMETHOD(bus_activate_resource, bus_generic_activate_resource),
sys/bus/pci/vga_pci.c
649
DEVMETHOD(bus_deactivate_resource, bus_generic_deactivate_resource),
sys/bus/pci/vga_pci.c
652
DEVMETHOD(pci_read_config, vga_pci_read_config),
sys/bus/pci/vga_pci.c
653
DEVMETHOD(pci_write_config, vga_pci_write_config),
sys/bus/pci/vga_pci.c
654
DEVMETHOD(pci_enable_busmaster, vga_pci_enable_busmaster),
sys/bus/pci/vga_pci.c
655
DEVMETHOD(pci_disable_busmaster, vga_pci_disable_busmaster),
sys/bus/pci/vga_pci.c
656
DEVMETHOD(pci_enable_io, vga_pci_enable_io),
sys/bus/pci/vga_pci.c
657
DEVMETHOD(pci_disable_io, vga_pci_disable_io),
sys/bus/pci/vga_pci.c
658
DEVMETHOD(pci_get_vpd_ident, vga_pci_get_vpd_ident),
sys/bus/pci/vga_pci.c
659
DEVMETHOD(pci_get_vpd_readonly, vga_pci_get_vpd_readonly),
sys/bus/pci/vga_pci.c
660
DEVMETHOD(pci_get_powerstate, vga_pci_get_powerstate),
sys/bus/pci/vga_pci.c
661
DEVMETHOD(pci_set_powerstate, vga_pci_set_powerstate),
sys/bus/pci/vga_pci.c
662
DEVMETHOD(pci_assign_interrupt, vga_pci_assign_interrupt),
sys/bus/pci/vga_pci.c
663
DEVMETHOD(pci_find_extcap, vga_pci_find_extcap),
sys/bus/pci/vga_pci.c
664
DEVMETHOD(pci_alloc_msi, vga_pci_alloc_msi),
sys/bus/pci/vga_pci.c
665
DEVMETHOD(pci_release_msi, vga_pci_release_msi),
sys/bus/pci/vga_pci.c
666
DEVMETHOD(pci_msi_count, vga_pci_msi_count),
sys/bus/pci/x86_64/legacy.c
252
DEVMETHOD(device_identify, cpu_identify),
sys/bus/pci/x86_64/legacy.c
253
DEVMETHOD(device_probe, bus_generic_probe),
sys/bus/pci/x86_64/legacy.c
254
DEVMETHOD(device_attach, bus_generic_attach),
sys/bus/pci/x86_64/legacy.c
255
DEVMETHOD(device_detach, bus_generic_detach),
sys/bus/pci/x86_64/legacy.c
256
DEVMETHOD(device_shutdown, bus_generic_shutdown),
sys/bus/pci/x86_64/legacy.c
257
DEVMETHOD(device_suspend, bus_generic_suspend),
sys/bus/pci/x86_64/legacy.c
258
DEVMETHOD(device_resume, bus_generic_resume),
sys/bus/pci/x86_64/legacy.c
261
DEVMETHOD(bus_add_child, cpu_add_child),
sys/bus/pci/x86_64/legacy.c
262
DEVMETHOD(bus_read_ivar, cpu_read_ivar),
sys/bus/pci/x86_64/legacy.c
263
DEVMETHOD(bus_print_child, bus_generic_print_child),
sys/bus/pci/x86_64/legacy.c
264
DEVMETHOD(bus_get_resource_list, cpu_get_rlist),
sys/bus/pci/x86_64/legacy.c
265
DEVMETHOD(bus_get_resource, bus_generic_rl_get_resource),
sys/bus/pci/x86_64/legacy.c
266
DEVMETHOD(bus_set_resource, bus_generic_rl_set_resource),
sys/bus/pci/x86_64/legacy.c
267
DEVMETHOD(bus_alloc_resource, bus_generic_rl_alloc_resource),
sys/bus/pci/x86_64/legacy.c
268
DEVMETHOD(bus_release_resource, bus_generic_rl_release_resource),
sys/bus/pci/x86_64/legacy.c
269
DEVMETHOD(bus_driver_added, bus_generic_driver_added),
sys/bus/pci/x86_64/legacy.c
270
DEVMETHOD(bus_activate_resource, bus_generic_activate_resource),
sys/bus/pci/x86_64/legacy.c
271
DEVMETHOD(bus_deactivate_resource, bus_generic_deactivate_resource),
sys/bus/pci/x86_64/legacy.c
272
DEVMETHOD(bus_setup_intr, bus_generic_setup_intr),
sys/bus/pci/x86_64/legacy.c
273
DEVMETHOD(bus_teardown_intr, bus_generic_teardown_intr),
sys/bus/pci/x86_64/legacy.c
64
DEVMETHOD(device_identify, legacy_identify),
sys/bus/pci/x86_64/legacy.c
65
DEVMETHOD(device_probe, legacy_probe),
sys/bus/pci/x86_64/legacy.c
66
DEVMETHOD(device_attach, legacy_attach),
sys/bus/pci/x86_64/legacy.c
67
DEVMETHOD(device_detach, bus_generic_detach),
sys/bus/pci/x86_64/legacy.c
68
DEVMETHOD(device_shutdown, bus_generic_shutdown),
sys/bus/pci/x86_64/legacy.c
69
DEVMETHOD(device_suspend, bus_generic_suspend),
sys/bus/pci/x86_64/legacy.c
70
DEVMETHOD(device_resume, bus_generic_resume),
sys/bus/pci/x86_64/legacy.c
73
DEVMETHOD(bus_print_child, legacy_print_child),
sys/bus/pci/x86_64/legacy.c
74
DEVMETHOD(bus_add_child, legacy_add_child),
sys/bus/pci/x86_64/legacy.c
75
DEVMETHOD(bus_read_ivar, legacy_read_ivar),
sys/bus/pci/x86_64/legacy.c
76
DEVMETHOD(bus_write_ivar, legacy_write_ivar),
sys/bus/pci/x86_64/legacy.c
77
DEVMETHOD(bus_alloc_resource, bus_generic_alloc_resource),
sys/bus/pci/x86_64/legacy.c
78
DEVMETHOD(bus_release_resource, bus_generic_release_resource),
sys/bus/pci/x86_64/legacy.c
79
DEVMETHOD(bus_activate_resource, bus_generic_activate_resource),
sys/bus/pci/x86_64/legacy.c
80
DEVMETHOD(bus_deactivate_resource, bus_generic_deactivate_resource),
sys/bus/pci/x86_64/legacy.c
81
DEVMETHOD(bus_setup_intr, bus_generic_setup_intr),
sys/bus/pci/x86_64/legacy.c
82
DEVMETHOD(bus_teardown_intr, bus_generic_teardown_intr),
sys/bus/pci/x86_64/mptable_pci.c
155
DEVMETHOD(device_probe, mptable_hostb_probe),
sys/bus/pci/x86_64/mptable_pci.c
156
DEVMETHOD(device_attach, mptable_hostb_attach),
sys/bus/pci/x86_64/mptable_pci.c
157
DEVMETHOD(device_shutdown, bus_generic_shutdown),
sys/bus/pci/x86_64/mptable_pci.c
158
DEVMETHOD(device_suspend, bus_generic_suspend),
sys/bus/pci/x86_64/mptable_pci.c
159
DEVMETHOD(device_resume, bus_generic_resume),
sys/bus/pci/x86_64/mptable_pci.c
162
DEVMETHOD(bus_print_child, bus_generic_print_child),
sys/bus/pci/x86_64/mptable_pci.c
163
DEVMETHOD(bus_read_ivar, legacy_pcib_read_ivar),
sys/bus/pci/x86_64/mptable_pci.c
164
DEVMETHOD(bus_write_ivar, legacy_pcib_write_ivar),
sys/bus/pci/x86_64/mptable_pci.c
165
DEVMETHOD(bus_alloc_resource, legacy_pcib_alloc_resource),
sys/bus/pci/x86_64/mptable_pci.c
166
DEVMETHOD(bus_release_resource, bus_generic_release_resource),
sys/bus/pci/x86_64/mptable_pci.c
167
DEVMETHOD(bus_activate_resource, bus_generic_activate_resource),
sys/bus/pci/x86_64/mptable_pci.c
168
DEVMETHOD(bus_deactivate_resource, bus_generic_deactivate_resource),
sys/bus/pci/x86_64/mptable_pci.c
169
DEVMETHOD(bus_setup_intr, bus_generic_setup_intr),
sys/bus/pci/x86_64/mptable_pci.c
170
DEVMETHOD(bus_teardown_intr, bus_generic_teardown_intr),
sys/bus/pci/x86_64/mptable_pci.c
173
DEVMETHOD(pcib_maxslots, legacy_pcib_maxslots),
sys/bus/pci/x86_64/mptable_pci.c
174
DEVMETHOD(pcib_read_config, legacy_pcib_read_config),
sys/bus/pci/x86_64/mptable_pci.c
175
DEVMETHOD(pcib_write_config, legacy_pcib_write_config),
sys/bus/pci/x86_64/mptable_pci.c
176
DEVMETHOD(pcib_route_interrupt, mptable_pci_route_interrupt),
sys/bus/pci/x86_64/mptable_pci.c
177
DEVMETHOD(pcib_alloc_msi, mptable_hostb_alloc_msi),
sys/bus/pci/x86_64/mptable_pci.c
178
DEVMETHOD(pcib_release_msi, pcib_release_msi),
sys/bus/pci/x86_64/mptable_pci.c
179
DEVMETHOD(pcib_alloc_msix, mptable_hostb_alloc_msix),
sys/bus/pci/x86_64/mptable_pci.c
180
DEVMETHOD(pcib_release_msix, pcib_release_msix),
sys/bus/pci/x86_64/mptable_pci.c
181
DEVMETHOD(pcib_map_msi, mptable_hostb_map_msi),
sys/bus/pci/x86_64/mptable_pci.c
217
DEVMETHOD(device_probe, mptable_pcib_probe),
sys/bus/pci/x86_64/mptable_pci.c
218
DEVMETHOD(device_attach, pcib_attach),
sys/bus/pci/x86_64/mptable_pci.c
219
DEVMETHOD(device_shutdown, bus_generic_shutdown),
sys/bus/pci/x86_64/mptable_pci.c
220
DEVMETHOD(device_suspend, bus_generic_suspend),
sys/bus/pci/x86_64/mptable_pci.c
221
DEVMETHOD(device_resume, bus_generic_resume),
sys/bus/pci/x86_64/mptable_pci.c
224
DEVMETHOD(bus_print_child, bus_generic_print_child),
sys/bus/pci/x86_64/mptable_pci.c
225
DEVMETHOD(bus_read_ivar, pcib_read_ivar),
sys/bus/pci/x86_64/mptable_pci.c
226
DEVMETHOD(bus_write_ivar, pcib_write_ivar),
sys/bus/pci/x86_64/mptable_pci.c
227
DEVMETHOD(bus_alloc_resource, pcib_alloc_resource),
sys/bus/pci/x86_64/mptable_pci.c
228
DEVMETHOD(bus_release_resource, bus_generic_release_resource),
sys/bus/pci/x86_64/mptable_pci.c
229
DEVMETHOD(bus_activate_resource, bus_generic_activate_resource),
sys/bus/pci/x86_64/mptable_pci.c
230
DEVMETHOD(bus_deactivate_resource, bus_generic_deactivate_resource),
sys/bus/pci/x86_64/mptable_pci.c
231
DEVMETHOD(bus_setup_intr, bus_generic_setup_intr),
sys/bus/pci/x86_64/mptable_pci.c
232
DEVMETHOD(bus_teardown_intr, bus_generic_teardown_intr),
sys/bus/pci/x86_64/mptable_pci.c
235
DEVMETHOD(pcib_maxslots, pcib_maxslots),
sys/bus/pci/x86_64/mptable_pci.c
236
DEVMETHOD(pcib_read_config, pcib_read_config),
sys/bus/pci/x86_64/mptable_pci.c
237
DEVMETHOD(pcib_write_config, pcib_write_config),
sys/bus/pci/x86_64/mptable_pci.c
238
DEVMETHOD(pcib_route_interrupt, mptable_pci_route_interrupt),
sys/bus/pci/x86_64/mptable_pci.c
239
DEVMETHOD(pcib_alloc_msi, pcib_alloc_msi),
sys/bus/pci/x86_64/mptable_pci.c
240
DEVMETHOD(pcib_release_msi, pcib_release_msi),
sys/bus/pci/x86_64/mptable_pci.c
241
DEVMETHOD(pcib_alloc_msix, pcib_alloc_msix),
sys/bus/pci/x86_64/mptable_pci.c
242
DEVMETHOD(pcib_release_msix, pcib_release_msix),
sys/bus/pci/x86_64/mptable_pci.c
243
DEVMETHOD(pcib_map_msi, pcib_map_msi),
sys/bus/pci/x86_64/pci_bus.c
543
DEVMETHOD(device_identify, legacy_pcib_identify),
sys/bus/pci/x86_64/pci_bus.c
544
DEVMETHOD(device_probe, legacy_pcib_probe),
sys/bus/pci/x86_64/pci_bus.c
545
DEVMETHOD(device_attach, legacy_pcib_attach),
sys/bus/pci/x86_64/pci_bus.c
546
DEVMETHOD(device_shutdown, bus_generic_shutdown),
sys/bus/pci/x86_64/pci_bus.c
547
DEVMETHOD(device_suspend, bus_generic_suspend),
sys/bus/pci/x86_64/pci_bus.c
548
DEVMETHOD(device_resume, bus_generic_resume),
sys/bus/pci/x86_64/pci_bus.c
551
DEVMETHOD(bus_print_child, bus_generic_print_child),
sys/bus/pci/x86_64/pci_bus.c
552
DEVMETHOD(bus_read_ivar, legacy_pcib_read_ivar),
sys/bus/pci/x86_64/pci_bus.c
553
DEVMETHOD(bus_write_ivar, legacy_pcib_write_ivar),
sys/bus/pci/x86_64/pci_bus.c
554
DEVMETHOD(bus_alloc_resource, legacy_pcib_alloc_resource),
sys/bus/pci/x86_64/pci_bus.c
555
DEVMETHOD(bus_release_resource, bus_generic_release_resource),
sys/bus/pci/x86_64/pci_bus.c
556
DEVMETHOD(bus_activate_resource, bus_generic_activate_resource),
sys/bus/pci/x86_64/pci_bus.c
557
DEVMETHOD(bus_deactivate_resource, bus_generic_deactivate_resource),
sys/bus/pci/x86_64/pci_bus.c
558
DEVMETHOD(bus_setup_intr, bus_generic_setup_intr),
sys/bus/pci/x86_64/pci_bus.c
559
DEVMETHOD(bus_teardown_intr, bus_generic_teardown_intr),
sys/bus/pci/x86_64/pci_bus.c
562
DEVMETHOD(pcib_maxslots, legacy_pcib_maxslots),
sys/bus/pci/x86_64/pci_bus.c
563
DEVMETHOD(pcib_read_config, legacy_pcib_read_config),
sys/bus/pci/x86_64/pci_bus.c
564
DEVMETHOD(pcib_write_config, legacy_pcib_write_config),
sys/bus/pci/x86_64/pci_bus.c
566
DEVMETHOD(pcib_route_interrupt, pcibios_pcib_route_interrupt),
sys/bus/pci/x86_64/pci_bus.c
568
DEVMETHOD(pcib_route_interrupt, pcib_route_interrupt),
sys/bus/pci/x86_64/pci_bus.c
570
DEVMETHOD(pcib_alloc_msi, legacy_pcib_alloc_msi),
sys/bus/pci/x86_64/pci_bus.c
571
DEVMETHOD(pcib_release_msi, pcib_release_msi),
sys/bus/pci/x86_64/pci_bus.c
572
DEVMETHOD(pcib_alloc_msix, legacy_pcib_alloc_msix),
sys/bus/pci/x86_64/pci_bus.c
573
DEVMETHOD(pcib_release_msix, pcib_release_msix),
sys/bus/pci/x86_64/pci_bus.c
574
DEVMETHOD(pcib_map_msi, legacy_pcib_map_msi),
sys/bus/pci/x86_64/pci_bus.c
618
DEVMETHOD(device_probe, pcibus_pnp_probe),
sys/bus/pci/x86_64/pci_bus.c
619
DEVMETHOD(device_attach, pcibus_pnp_attach),
sys/bus/pci/x86_64/pci_bus.c
620
DEVMETHOD(device_detach, bus_generic_detach),
sys/bus/pci/x86_64/pci_bus.c
621
DEVMETHOD(device_shutdown, bus_generic_shutdown),
sys/bus/pci/x86_64/pci_bus.c
622
DEVMETHOD(device_suspend, bus_generic_suspend),
sys/bus/pci/x86_64/pci_bus.c
623
DEVMETHOD(device_resume, bus_generic_resume),
sys/bus/pci/x86_64/pci_bus.c
644
DEVMETHOD(device_probe, pcibios_pcib_probe),
sys/bus/pci/x86_64/pci_bus.c
645
DEVMETHOD(device_attach, pcib_attach),
sys/bus/pci/x86_64/pci_bus.c
646
DEVMETHOD(device_shutdown, bus_generic_shutdown),
sys/bus/pci/x86_64/pci_bus.c
647
DEVMETHOD(device_suspend, bus_generic_suspend),
sys/bus/pci/x86_64/pci_bus.c
648
DEVMETHOD(device_resume, bus_generic_resume),
sys/bus/pci/x86_64/pci_bus.c
651
DEVMETHOD(bus_print_child, bus_generic_print_child),
sys/bus/pci/x86_64/pci_bus.c
652
DEVMETHOD(bus_read_ivar, pcib_read_ivar),
sys/bus/pci/x86_64/pci_bus.c
653
DEVMETHOD(bus_write_ivar, pcib_write_ivar),
sys/bus/pci/x86_64/pci_bus.c
654
DEVMETHOD(bus_alloc_resource, pcib_alloc_resource),
sys/bus/pci/x86_64/pci_bus.c
655
DEVMETHOD(bus_release_resource, bus_generic_release_resource),
sys/bus/pci/x86_64/pci_bus.c
656
DEVMETHOD(bus_activate_resource, bus_generic_activate_resource),
sys/bus/pci/x86_64/pci_bus.c
657
DEVMETHOD(bus_deactivate_resource, bus_generic_deactivate_resource),
sys/bus/pci/x86_64/pci_bus.c
658
DEVMETHOD(bus_setup_intr, bus_generic_setup_intr),
sys/bus/pci/x86_64/pci_bus.c
659
DEVMETHOD(bus_teardown_intr, bus_generic_teardown_intr),
sys/bus/pci/x86_64/pci_bus.c
662
DEVMETHOD(pcib_maxslots, pcib_maxslots),
sys/bus/pci/x86_64/pci_bus.c
663
DEVMETHOD(pcib_read_config, pcib_read_config),
sys/bus/pci/x86_64/pci_bus.c
664
DEVMETHOD(pcib_write_config, pcib_write_config),
sys/bus/pci/x86_64/pci_bus.c
665
DEVMETHOD(pcib_route_interrupt, pcibios_pcib_route_interrupt),
sys/bus/pci/x86_64/pci_bus.c
666
DEVMETHOD(pcib_alloc_msi, pcib_alloc_msi),
sys/bus/pci/x86_64/pci_bus.c
667
DEVMETHOD(pcib_release_msi, pcib_release_msi),
sys/bus/pci/x86_64/pci_bus.c
668
DEVMETHOD(pcib_alloc_msix, pcib_alloc_msix),
sys/bus/pci/x86_64/pci_bus.c
669
DEVMETHOD(pcib_release_msix, pcib_release_msix),
sys/bus/pci/x86_64/pci_bus.c
670
DEVMETHOD(pcib_map_msi, pcib_map_msi),
sys/bus/ppbus/ppbconf.c
547
DEVMETHOD(device_probe, ppbus_probe),
sys/bus/ppbus/ppbconf.c
548
DEVMETHOD(device_attach, ppbus_attach),
sys/bus/ppbus/ppbconf.c
551
DEVMETHOD(bus_add_child, ppbus_add_child),
sys/bus/ppbus/ppbconf.c
552
DEVMETHOD(bus_print_child, ppbus_print_child),
sys/bus/ppbus/ppbconf.c
553
DEVMETHOD(bus_read_ivar, ppbus_read_ivar),
sys/bus/ppbus/ppbconf.c
554
DEVMETHOD(bus_write_ivar, ppbus_write_ivar),
sys/bus/ppbus/ppbconf.c
555
DEVMETHOD(bus_setup_intr, ppbus_setup_intr),
sys/bus/ppbus/ppbconf.c
556
DEVMETHOD(bus_teardown_intr, ppbus_teardown_intr),
sys/bus/ppbus/ppbconf.c
557
DEVMETHOD(bus_alloc_resource, bus_generic_alloc_resource),
sys/bus/smbus/amdsmb/amdsmb.c
551
DEVMETHOD(device_probe, amdsmb_probe),
sys/bus/smbus/amdsmb/amdsmb.c
552
DEVMETHOD(device_attach, amdsmb_attach),
sys/bus/smbus/amdsmb/amdsmb.c
553
DEVMETHOD(device_detach, amdsmb_detach),
sys/bus/smbus/amdsmb/amdsmb.c
556
DEVMETHOD(smbus_callback, amdsmb_callback),
sys/bus/smbus/amdsmb/amdsmb.c
557
DEVMETHOD(smbus_quick, amdsmb_quick),
sys/bus/smbus/amdsmb/amdsmb.c
558
DEVMETHOD(smbus_sendb, amdsmb_sendb),
sys/bus/smbus/amdsmb/amdsmb.c
559
DEVMETHOD(smbus_recvb, amdsmb_recvb),
sys/bus/smbus/amdsmb/amdsmb.c
560
DEVMETHOD(smbus_writeb, amdsmb_writeb),
sys/bus/smbus/amdsmb/amdsmb.c
561
DEVMETHOD(smbus_readb, amdsmb_readb),
sys/bus/smbus/amdsmb/amdsmb.c
562
DEVMETHOD(smbus_writew, amdsmb_writew),
sys/bus/smbus/amdsmb/amdsmb.c
563
DEVMETHOD(smbus_readw, amdsmb_readw),
sys/bus/smbus/amdsmb/amdsmb.c
564
DEVMETHOD(smbus_bwrite, amdsmb_bwrite),
sys/bus/smbus/amdsmb/amdsmb.c
565
DEVMETHOD(smbus_bread, amdsmb_bread),
sys/bus/smbus/ichiic/ig4_acpi.c
173
DEVMETHOD(device_probe, ig4iic_acpi_probe),
sys/bus/smbus/ichiic/ig4_acpi.c
174
DEVMETHOD(device_attach, ig4iic_acpi_attach),
sys/bus/smbus/ichiic/ig4_acpi.c
175
DEVMETHOD(device_detach, ig4iic_acpi_detach),
sys/bus/smbus/ichiic/ig4_acpi.c
178
DEVMETHOD(bus_print_child, bus_generic_print_child),
sys/bus/smbus/ichiic/ig4_acpi.c
181
DEVMETHOD(smbus_callback, ig4iic_smb_callback),
sys/bus/smbus/ichiic/ig4_acpi.c
182
DEVMETHOD(smbus_quick, ig4iic_smb_quick),
sys/bus/smbus/ichiic/ig4_acpi.c
183
DEVMETHOD(smbus_sendb, ig4iic_smb_sendb),
sys/bus/smbus/ichiic/ig4_acpi.c
184
DEVMETHOD(smbus_recvb, ig4iic_smb_recvb),
sys/bus/smbus/ichiic/ig4_acpi.c
185
DEVMETHOD(smbus_writeb, ig4iic_smb_writeb),
sys/bus/smbus/ichiic/ig4_acpi.c
186
DEVMETHOD(smbus_writew, ig4iic_smb_writew),
sys/bus/smbus/ichiic/ig4_acpi.c
187
DEVMETHOD(smbus_readb, ig4iic_smb_readb),
sys/bus/smbus/ichiic/ig4_acpi.c
188
DEVMETHOD(smbus_readw, ig4iic_smb_readw),
sys/bus/smbus/ichiic/ig4_acpi.c
189
DEVMETHOD(smbus_pcall, ig4iic_smb_pcall),
sys/bus/smbus/ichiic/ig4_acpi.c
190
DEVMETHOD(smbus_bwrite, ig4iic_smb_bwrite),
sys/bus/smbus/ichiic/ig4_acpi.c
191
DEVMETHOD(smbus_bread, ig4iic_smb_bread),
sys/bus/smbus/ichiic/ig4_acpi.c
192
DEVMETHOD(smbus_trans, ig4iic_smb_trans),
sys/bus/smbus/ichiic/ig4_pci.c
234
DEVMETHOD(device_probe, ig4iic_pci_probe),
sys/bus/smbus/ichiic/ig4_pci.c
235
DEVMETHOD(device_attach, ig4iic_pci_attach),
sys/bus/smbus/ichiic/ig4_pci.c
236
DEVMETHOD(device_detach, ig4iic_pci_detach),
sys/bus/smbus/ichiic/ig4_pci.c
239
DEVMETHOD(bus_print_child, bus_generic_print_child),
sys/bus/smbus/ichiic/ig4_pci.c
242
DEVMETHOD(smbus_callback, ig4iic_smb_callback),
sys/bus/smbus/ichiic/ig4_pci.c
243
DEVMETHOD(smbus_quick, ig4iic_smb_quick),
sys/bus/smbus/ichiic/ig4_pci.c
244
DEVMETHOD(smbus_sendb, ig4iic_smb_sendb),
sys/bus/smbus/ichiic/ig4_pci.c
245
DEVMETHOD(smbus_recvb, ig4iic_smb_recvb),
sys/bus/smbus/ichiic/ig4_pci.c
246
DEVMETHOD(smbus_writeb, ig4iic_smb_writeb),
sys/bus/smbus/ichiic/ig4_pci.c
247
DEVMETHOD(smbus_writew, ig4iic_smb_writew),
sys/bus/smbus/ichiic/ig4_pci.c
248
DEVMETHOD(smbus_readb, ig4iic_smb_readb),
sys/bus/smbus/ichiic/ig4_pci.c
249
DEVMETHOD(smbus_readw, ig4iic_smb_readw),
sys/bus/smbus/ichiic/ig4_pci.c
250
DEVMETHOD(smbus_pcall, ig4iic_smb_pcall),
sys/bus/smbus/ichiic/ig4_pci.c
251
DEVMETHOD(smbus_bwrite, ig4iic_smb_bwrite),
sys/bus/smbus/ichiic/ig4_pci.c
252
DEVMETHOD(smbus_bread, ig4iic_smb_bread),
sys/bus/smbus/ichiic/ig4_pci.c
253
DEVMETHOD(smbus_trans, ig4iic_smb_trans),
sys/bus/smbus/ichsmb/ichsmb_pci.c
173
DEVMETHOD(device_probe, ichsmb_pci_probe),
sys/bus/smbus/ichsmb/ichsmb_pci.c
174
DEVMETHOD(device_attach, ichsmb_pci_attach),
sys/bus/smbus/ichsmb/ichsmb_pci.c
175
DEVMETHOD(device_detach, ichsmb_detach),
sys/bus/smbus/ichsmb/ichsmb_pci.c
178
DEVMETHOD(bus_print_child, bus_generic_print_child),
sys/bus/smbus/ichsmb/ichsmb_pci.c
181
DEVMETHOD(smbus_callback, ichsmb_callback),
sys/bus/smbus/ichsmb/ichsmb_pci.c
182
DEVMETHOD(smbus_quick, ichsmb_quick),
sys/bus/smbus/ichsmb/ichsmb_pci.c
183
DEVMETHOD(smbus_sendb, ichsmb_sendb),
sys/bus/smbus/ichsmb/ichsmb_pci.c
184
DEVMETHOD(smbus_recvb, ichsmb_recvb),
sys/bus/smbus/ichsmb/ichsmb_pci.c
185
DEVMETHOD(smbus_writeb, ichsmb_writeb),
sys/bus/smbus/ichsmb/ichsmb_pci.c
186
DEVMETHOD(smbus_writew, ichsmb_writew),
sys/bus/smbus/ichsmb/ichsmb_pci.c
187
DEVMETHOD(smbus_readb, ichsmb_readb),
sys/bus/smbus/ichsmb/ichsmb_pci.c
188
DEVMETHOD(smbus_readw, ichsmb_readw),
sys/bus/smbus/ichsmb/ichsmb_pci.c
189
DEVMETHOD(smbus_pcall, ichsmb_pcall),
sys/bus/smbus/ichsmb/ichsmb_pci.c
190
DEVMETHOD(smbus_bwrite, ichsmb_bwrite),
sys/bus/smbus/ichsmb/ichsmb_pci.c
191
DEVMETHOD(smbus_bread, ichsmb_bread),
sys/bus/smbus/smbacpi/smbacpi.c
280
DEVMETHOD(device_probe, smbus_acpi_probe),
sys/bus/smbus/smbacpi/smbacpi.c
281
DEVMETHOD(device_attach, smbus_acpi_attach),
sys/bus/smbus/smbacpi/smbacpi.c
282
DEVMETHOD(device_detach, smbus_acpi_detach),
sys/bus/smbus/smbus.c
56
DEVMETHOD(device_probe, smbus_probe),
sys/bus/smbus/smbus.c
57
DEVMETHOD(device_attach, smbus_attach),
sys/bus/smbus/smbus.c
58
DEVMETHOD(device_detach, smbus_detach),
sys/bus/smbus/smbus.c
61
DEVMETHOD(bus_add_child, smbus_add_child),
sys/bus/smbus/smbus.c
62
DEVMETHOD(bus_driver_added, bus_generic_driver_added),
sys/bus/smbus/smbus.c
63
DEVMETHOD(bus_print_child, bus_generic_print_child),
sys/bus/u4b/audio/uaudio.c
692
DEVMETHOD(device_probe, uaudio_probe),
sys/bus/u4b/audio/uaudio.c
693
DEVMETHOD(device_attach, uaudio_attach),
sys/bus/u4b/audio/uaudio.c
694
DEVMETHOD(device_detach, uaudio_detach),
sys/bus/u4b/audio/uaudio.c
695
DEVMETHOD(device_suspend, bus_generic_suspend),
sys/bus/u4b/audio/uaudio.c
696
DEVMETHOD(device_resume, bus_generic_resume),
sys/bus/u4b/audio/uaudio.c
697
DEVMETHOD(device_shutdown, bus_generic_shutdown),
sys/bus/u4b/audio/uaudio_pcm.c
224
DEVMETHOD(device_probe, ua_probe),
sys/bus/u4b/audio/uaudio_pcm.c
225
DEVMETHOD(device_attach, ua_attach),
sys/bus/u4b/audio/uaudio_pcm.c
226
DEVMETHOD(device_detach, ua_detach),
sys/bus/u4b/controller/ehci_pci.c
552
DEVMETHOD(device_probe, ehci_pci_probe),
sys/bus/u4b/controller/ehci_pci.c
553
DEVMETHOD(device_attach, ehci_pci_attach),
sys/bus/u4b/controller/ehci_pci.c
554
DEVMETHOD(device_detach, ehci_pci_detach),
sys/bus/u4b/controller/ehci_pci.c
555
DEVMETHOD(device_suspend, bus_generic_suspend),
sys/bus/u4b/controller/ehci_pci.c
556
DEVMETHOD(device_resume, bus_generic_resume),
sys/bus/u4b/controller/ehci_pci.c
557
DEVMETHOD(device_shutdown, bus_generic_shutdown),
sys/bus/u4b/controller/ehci_pci.c
558
DEVMETHOD(usb_take_controller, ehci_pci_take_controller),
sys/bus/u4b/controller/ohci_pci.c
364
DEVMETHOD(device_probe, ohci_pci_probe),
sys/bus/u4b/controller/ohci_pci.c
365
DEVMETHOD(device_attach, ohci_pci_attach),
sys/bus/u4b/controller/ohci_pci.c
366
DEVMETHOD(device_detach, ohci_pci_detach),
sys/bus/u4b/controller/ohci_pci.c
367
DEVMETHOD(device_suspend, bus_generic_suspend),
sys/bus/u4b/controller/ohci_pci.c
368
DEVMETHOD(device_resume, bus_generic_resume),
sys/bus/u4b/controller/ohci_pci.c
369
DEVMETHOD(device_shutdown, bus_generic_shutdown),
sys/bus/u4b/controller/ohci_pci.c
370
DEVMETHOD(usb_take_controller, ohci_pci_take_controller),
sys/bus/u4b/controller/uhci_pci.c
416
DEVMETHOD(device_probe, uhci_pci_probe),
sys/bus/u4b/controller/uhci_pci.c
417
DEVMETHOD(device_attach, uhci_pci_attach),
sys/bus/u4b/controller/uhci_pci.c
418
DEVMETHOD(device_detach, uhci_pci_detach),
sys/bus/u4b/controller/uhci_pci.c
419
DEVMETHOD(device_suspend, bus_generic_suspend),
sys/bus/u4b/controller/uhci_pci.c
420
DEVMETHOD(device_resume, bus_generic_resume),
sys/bus/u4b/controller/uhci_pci.c
421
DEVMETHOD(device_shutdown, bus_generic_shutdown),
sys/bus/u4b/controller/uhci_pci.c
422
DEVMETHOD(usb_take_controller, uhci_pci_take_controller),
sys/bus/u4b/controller/usb_controller.c
104
DEVMETHOD(device_probe, usb_probe),
sys/bus/u4b/controller/usb_controller.c
105
DEVMETHOD(device_attach, usb_attach),
sys/bus/u4b/controller/usb_controller.c
106
DEVMETHOD(device_detach, usb_detach),
sys/bus/u4b/controller/usb_controller.c
107
DEVMETHOD(device_suspend, usb_suspend),
sys/bus/u4b/controller/usb_controller.c
108
DEVMETHOD(device_resume, usb_resume),
sys/bus/u4b/controller/usb_controller.c
109
DEVMETHOD(device_shutdown, usb_shutdown),
sys/bus/u4b/controller/usb_controller.c
535
DEVMETHOD(usb_take_controller, NULL); /* dummy */
sys/bus/u4b/controller/xhci_pci.c
66
DEVMETHOD(device_probe, xhci_pci_probe),
sys/bus/u4b/controller/xhci_pci.c
67
DEVMETHOD(device_attach, xhci_pci_attach),
sys/bus/u4b/controller/xhci_pci.c
68
DEVMETHOD(device_detach, xhci_pci_detach),
sys/bus/u4b/controller/xhci_pci.c
69
DEVMETHOD(device_suspend, bus_generic_suspend),
sys/bus/u4b/controller/xhci_pci.c
70
DEVMETHOD(device_resume, bus_generic_resume),
sys/bus/u4b/controller/xhci_pci.c
71
DEVMETHOD(device_shutdown, bus_generic_shutdown),
sys/bus/u4b/controller/xhci_pci.c
72
DEVMETHOD(usb_take_controller, xhci_pci_take_controller),
sys/bus/u4b/gadget/g_audio.c
137
DEVMETHOD(usb_handle_request, g_audio_handle_request),
sys/bus/u4b/gadget/g_audio.c
140
DEVMETHOD(device_probe, g_audio_probe),
sys/bus/u4b/gadget/g_audio.c
141
DEVMETHOD(device_attach, g_audio_attach),
sys/bus/u4b/gadget/g_audio.c
142
DEVMETHOD(device_detach, g_audio_detach),
sys/bus/u4b/gadget/g_keyboard.c
132
DEVMETHOD(usb_handle_request, g_keyboard_handle_request),
sys/bus/u4b/gadget/g_keyboard.c
135
DEVMETHOD(device_probe, g_keyboard_probe),
sys/bus/u4b/gadget/g_keyboard.c
136
DEVMETHOD(device_attach, g_keyboard_attach),
sys/bus/u4b/gadget/g_keyboard.c
137
DEVMETHOD(device_detach, g_keyboard_detach),
sys/bus/u4b/gadget/g_modem.c
132
DEVMETHOD(usb_handle_request, g_modem_handle_request),
sys/bus/u4b/gadget/g_modem.c
135
DEVMETHOD(device_probe, g_modem_probe),
sys/bus/u4b/gadget/g_modem.c
136
DEVMETHOD(device_attach, g_modem_attach),
sys/bus/u4b/gadget/g_modem.c
137
DEVMETHOD(device_detach, g_modem_detach),
sys/bus/u4b/gadget/g_mouse.c
131
DEVMETHOD(usb_handle_request, g_mouse_handle_request),
sys/bus/u4b/gadget/g_mouse.c
134
DEVMETHOD(device_probe, g_mouse_probe),
sys/bus/u4b/gadget/g_mouse.c
135
DEVMETHOD(device_attach, g_mouse_attach),
sys/bus/u4b/gadget/g_mouse.c
136
DEVMETHOD(device_detach, g_mouse_detach),
sys/bus/u4b/input/uep.c
427
DEVMETHOD(device_probe, uep_probe),
sys/bus/u4b/input/uep.c
428
DEVMETHOD(device_attach, uep_attach),
sys/bus/u4b/input/uep.c
429
DEVMETHOD(device_detach, uep_detach),
sys/bus/u4b/input/uhid.c
848
DEVMETHOD(device_probe, uhid_probe),
sys/bus/u4b/input/uhid.c
849
DEVMETHOD(device_attach, uhid_attach),
sys/bus/u4b/input/uhid.c
850
DEVMETHOD(device_detach, uhid_detach),
sys/bus/u4b/input/ukbd.c
2187
DEVMETHOD(device_probe, ukbd_probe),
sys/bus/u4b/input/ukbd.c
2188
DEVMETHOD(device_attach, ukbd_attach),
sys/bus/u4b/input/ukbd.c
2189
DEVMETHOD(device_detach, ukbd_detach),
sys/bus/u4b/input/ukbd.c
2190
DEVMETHOD(device_resume, ukbd_resume),
sys/bus/u4b/input/ums.c
1227
DEVMETHOD(device_probe, ums_probe),
sys/bus/u4b/input/ums.c
1228
DEVMETHOD(device_attach, ums_attach),
sys/bus/u4b/input/ums.c
1229
DEVMETHOD(device_detach, ums_detach),
sys/bus/u4b/input/wsp.c
1390
DEVMETHOD(device_probe, wsp_probe),
sys/bus/u4b/input/wsp.c
1391
DEVMETHOD(device_attach, wsp_attach),
sys/bus/u4b/input/wsp.c
1392
DEVMETHOD(device_detach, wsp_detach),
sys/bus/u4b/misc/ufm.c
100
DEVMETHOD(device_detach, ufm_detach),
sys/bus/u4b/misc/ufm.c
98
DEVMETHOD(device_probe, ufm_probe),
sys/bus/u4b/misc/ufm.c
99
DEVMETHOD(device_attach, ufm_attach),
sys/bus/u4b/net/if_aue.c
252
DEVMETHOD(device_probe, aue_probe),
sys/bus/u4b/net/if_aue.c
253
DEVMETHOD(device_attach, aue_attach),
sys/bus/u4b/net/if_aue.c
254
DEVMETHOD(device_detach, aue_detach),
sys/bus/u4b/net/if_aue.c
257
DEVMETHOD(miibus_readreg, aue_miibus_readreg),
sys/bus/u4b/net/if_aue.c
258
DEVMETHOD(miibus_writereg, aue_miibus_writereg),
sys/bus/u4b/net/if_aue.c
259
DEVMETHOD(miibus_statchg, aue_miibus_statchg),
sys/bus/u4b/net/if_axe.c
249
DEVMETHOD(device_probe, axe_probe),
sys/bus/u4b/net/if_axe.c
250
DEVMETHOD(device_attach, axe_attach),
sys/bus/u4b/net/if_axe.c
251
DEVMETHOD(device_detach, axe_detach),
sys/bus/u4b/net/if_axe.c
254
DEVMETHOD(miibus_readreg, axe_miibus_readreg),
sys/bus/u4b/net/if_axe.c
255
DEVMETHOD(miibus_writereg, axe_miibus_writereg),
sys/bus/u4b/net/if_axe.c
256
DEVMETHOD(miibus_statchg, axe_miibus_statchg),
sys/bus/u4b/net/if_axge.c
165
DEVMETHOD(device_probe, axge_probe),
sys/bus/u4b/net/if_axge.c
166
DEVMETHOD(device_attach, axge_attach),
sys/bus/u4b/net/if_axge.c
167
DEVMETHOD(device_detach, axge_detach),
sys/bus/u4b/net/if_axge.c
170
DEVMETHOD(miibus_readreg, axge_miibus_readreg),
sys/bus/u4b/net/if_axge.c
171
DEVMETHOD(miibus_writereg, axge_miibus_writereg),
sys/bus/u4b/net/if_axge.c
172
DEVMETHOD(miibus_statchg, axge_miibus_statchg),
sys/bus/u4b/net/if_cdce.c
232
DEVMETHOD(usb_handle_request, cdce_handle_request),
sys/bus/u4b/net/if_cdce.c
235
DEVMETHOD(device_probe, cdce_probe),
sys/bus/u4b/net/if_cdce.c
236
DEVMETHOD(device_attach, cdce_attach),
sys/bus/u4b/net/if_cdce.c
237
DEVMETHOD(device_detach, cdce_detach),
sys/bus/u4b/net/if_cdce.c
238
DEVMETHOD(device_suspend, cdce_suspend),
sys/bus/u4b/net/if_cdce.c
239
DEVMETHOD(device_resume, cdce_resume),
sys/bus/u4b/net/if_cue.c
157
DEVMETHOD(device_probe, cue_probe),
sys/bus/u4b/net/if_cue.c
158
DEVMETHOD(device_attach, cue_attach),
sys/bus/u4b/net/if_cue.c
159
DEVMETHOD(device_detach, cue_detach),
sys/bus/u4b/net/if_ipheth.c
116
DEVMETHOD(device_probe, ipheth_probe),
sys/bus/u4b/net/if_ipheth.c
117
DEVMETHOD(device_attach, ipheth_attach),
sys/bus/u4b/net/if_ipheth.c
118
DEVMETHOD(device_detach, ipheth_detach),
sys/bus/u4b/net/if_kue.c
199
DEVMETHOD(device_probe, kue_probe),
sys/bus/u4b/net/if_kue.c
200
DEVMETHOD(device_attach, kue_attach),
sys/bus/u4b/net/if_kue.c
201
DEVMETHOD(device_detach, kue_detach),
sys/bus/u4b/net/if_mos.c
221
DEVMETHOD(device_probe, mos_probe),
sys/bus/u4b/net/if_mos.c
222
DEVMETHOD(device_attach, mos_attach),
sys/bus/u4b/net/if_mos.c
223
DEVMETHOD(device_detach, mos_detach),
sys/bus/u4b/net/if_mos.c
226
DEVMETHOD(miibus_readreg, mos_miibus_readreg),
sys/bus/u4b/net/if_mos.c
227
DEVMETHOD(miibus_writereg, mos_miibus_writereg),
sys/bus/u4b/net/if_mos.c
228
DEVMETHOD(miibus_statchg, mos_miibus_statchg),
sys/bus/u4b/net/if_udav.c
142
DEVMETHOD(device_probe, udav_probe),
sys/bus/u4b/net/if_udav.c
143
DEVMETHOD(device_attach, udav_attach),
sys/bus/u4b/net/if_udav.c
144
DEVMETHOD(device_detach, udav_detach),
sys/bus/u4b/net/if_udav.c
147
DEVMETHOD(miibus_readreg, udav_miibus_readreg),
sys/bus/u4b/net/if_udav.c
148
DEVMETHOD(miibus_writereg, udav_miibus_writereg),
sys/bus/u4b/net/if_udav.c
149
DEVMETHOD(miibus_statchg, udav_miibus_statchg),
sys/bus/u4b/net/if_urndis.c
136
DEVMETHOD(device_probe, urndis_probe),
sys/bus/u4b/net/if_urndis.c
137
DEVMETHOD(device_attach, urndis_attach),
sys/bus/u4b/net/if_urndis.c
138
DEVMETHOD(device_detach, urndis_detach),
sys/bus/u4b/net/if_urndis.c
139
DEVMETHOD(device_suspend, urndis_suspend),
sys/bus/u4b/net/if_urndis.c
140
DEVMETHOD(device_resume, urndis_resume),
sys/bus/u4b/net/ruephy.c
60
DEVMETHOD(device_probe, ruephy_probe),
sys/bus/u4b/net/ruephy.c
61
DEVMETHOD(device_attach, ruephy_attach),
sys/bus/u4b/net/ruephy.c
62
DEVMETHOD(device_detach, mii_phy_detach),
sys/bus/u4b/net/ruephy.c
63
DEVMETHOD(device_shutdown, bus_generic_shutdown),
sys/bus/u4b/serial/u3g.c
164
DEVMETHOD(device_probe, u3g_probe),
sys/bus/u4b/serial/u3g.c
165
DEVMETHOD(device_attach, u3g_attach),
sys/bus/u4b/serial/u3g.c
166
DEVMETHOD(device_detach, u3g_detach),
sys/bus/u4b/serial/uark.c
152
DEVMETHOD(device_probe, uark_probe),
sys/bus/u4b/serial/uark.c
153
DEVMETHOD(device_attach, uark_attach),
sys/bus/u4b/serial/uark.c
154
DEVMETHOD(device_detach, uark_detach),
sys/bus/u4b/serial/ubsa.c
252
DEVMETHOD(device_probe, ubsa_probe),
sys/bus/u4b/serial/ubsa.c
253
DEVMETHOD(device_attach, ubsa_attach),
sys/bus/u4b/serial/ubsa.c
254
DEVMETHOD(device_detach, ubsa_detach),
sys/bus/u4b/serial/ubser.c
187
DEVMETHOD(device_probe, ubser_probe),
sys/bus/u4b/serial/ubser.c
188
DEVMETHOD(device_attach, ubser_attach),
sys/bus/u4b/serial/ubser.c
189
DEVMETHOD(device_detach, ubser_detach),
sys/bus/u4b/serial/uchcom.c
827
DEVMETHOD(device_probe, uchcom_probe),
sys/bus/u4b/serial/uchcom.c
828
DEVMETHOD(device_attach, uchcom_attach),
sys/bus/u4b/serial/uchcom.c
829
DEVMETHOD(device_detach, uchcom_detach),
sys/bus/u4b/serial/ucycom.c
155
DEVMETHOD(device_probe, ucycom_probe),
sys/bus/u4b/serial/ucycom.c
156
DEVMETHOD(device_attach, ucycom_attach),
sys/bus/u4b/serial/ucycom.c
157
DEVMETHOD(device_detach, ucycom_detach),
sys/bus/u4b/serial/ufoma.c
300
DEVMETHOD(device_probe, ufoma_probe),
sys/bus/u4b/serial/ufoma.c
301
DEVMETHOD(device_attach, ufoma_attach),
sys/bus/u4b/serial/ufoma.c
302
DEVMETHOD(device_detach, ufoma_detach),
sys/bus/u4b/serial/uftdi.c
185
DEVMETHOD(device_probe, uftdi_probe),
sys/bus/u4b/serial/uftdi.c
186
DEVMETHOD(device_attach, uftdi_attach),
sys/bus/u4b/serial/uftdi.c
187
DEVMETHOD(device_detach, uftdi_detach),
sys/bus/u4b/serial/ugensa.c
135
DEVMETHOD(device_probe, ugensa_probe),
sys/bus/u4b/serial/ugensa.c
136
DEVMETHOD(device_attach, ugensa_attach),
sys/bus/u4b/serial/ugensa.c
137
DEVMETHOD(device_detach, ugensa_detach),
sys/bus/u4b/serial/uipaq.c
1064
DEVMETHOD(device_probe, uipaq_probe),
sys/bus/u4b/serial/uipaq.c
1065
DEVMETHOD(device_attach, uipaq_attach),
sys/bus/u4b/serial/uipaq.c
1066
DEVMETHOD(device_detach, uipaq_detach),
sys/bus/u4b/serial/ulpt.c
740
DEVMETHOD(device_probe, ulpt_probe),
sys/bus/u4b/serial/ulpt.c
741
DEVMETHOD(device_attach, ulpt_attach),
sys/bus/u4b/serial/ulpt.c
742
DEVMETHOD(device_detach, ulpt_detach),
sys/bus/u4b/serial/umcs.c
257
DEVMETHOD(device_probe, umcs7840_probe),
sys/bus/u4b/serial/umcs.c
258
DEVMETHOD(device_attach, umcs7840_attach),
sys/bus/u4b/serial/umcs.c
259
DEVMETHOD(device_detach, umcs7840_detach),
sys/bus/u4b/serial/umct.c
198
DEVMETHOD(device_probe, umct_probe),
sys/bus/u4b/serial/umct.c
199
DEVMETHOD(device_attach, umct_attach),
sys/bus/u4b/serial/umct.c
200
DEVMETHOD(device_detach, umct_detach),
sys/bus/u4b/serial/umodem.c
277
DEVMETHOD(usb_handle_request, umodem_handle_request),
sys/bus/u4b/serial/umodem.c
280
DEVMETHOD(device_probe, umodem_probe),
sys/bus/u4b/serial/umodem.c
281
DEVMETHOD(device_attach, umodem_attach),
sys/bus/u4b/serial/umodem.c
282
DEVMETHOD(device_detach, umodem_detach),
sys/bus/u4b/serial/umoscom.c
262
DEVMETHOD(device_probe, umoscom_probe),
sys/bus/u4b/serial/umoscom.c
263
DEVMETHOD(device_attach, umoscom_attach),
sys/bus/u4b/serial/umoscom.c
264
DEVMETHOD(device_detach, umoscom_detach),
sys/bus/u4b/serial/uplcom.c
302
DEVMETHOD(device_probe, uplcom_probe),
sys/bus/u4b/serial/uplcom.c
303
DEVMETHOD(device_attach, uplcom_attach),
sys/bus/u4b/serial/uplcom.c
304
DEVMETHOD(device_detach, uplcom_detach),
sys/bus/u4b/serial/uslcom.c
296
DEVMETHOD(device_probe, uslcom_probe),
sys/bus/u4b/serial/uslcom.c
297
DEVMETHOD(device_attach, uslcom_attach),
sys/bus/u4b/serial/uslcom.c
298
DEVMETHOD(device_detach, uslcom_detach),
sys/bus/u4b/serial/uvisor.c
234
DEVMETHOD(device_probe, uvisor_probe),
sys/bus/u4b/serial/uvisor.c
235
DEVMETHOD(device_attach, uvisor_attach),
sys/bus/u4b/serial/uvisor.c
236
DEVMETHOD(device_detach, uvisor_detach),
sys/bus/u4b/serial/uvscom.c
245
DEVMETHOD(device_probe, uvscom_probe),
sys/bus/u4b/serial/uvscom.c
246
DEVMETHOD(device_attach, uvscom_attach),
sys/bus/u4b/serial/uvscom.c
247
DEVMETHOD(device_detach, uvscom_detach),
sys/bus/u4b/storage/umass.c
722
DEVMETHOD(device_probe, umass_probe),
sys/bus/u4b/storage/umass.c
723
DEVMETHOD(device_attach, umass_attach),
sys/bus/u4b/storage/umass.c
724
DEVMETHOD(device_detach, umass_detach),
sys/bus/u4b/storage/urio.c
180
DEVMETHOD(device_probe, urio_probe),
sys/bus/u4b/storage/urio.c
181
DEVMETHOD(device_attach, urio_attach),
sys/bus/u4b/storage/urio.c
182
DEVMETHOD(device_detach, urio_detach),
sys/bus/u4b/storage/ustorage_fs.c
245
DEVMETHOD(usb_handle_request, ustorage_fs_handle_request),
sys/bus/u4b/storage/ustorage_fs.c
248
DEVMETHOD(device_probe, ustorage_fs_probe),
sys/bus/u4b/storage/ustorage_fs.c
249
DEVMETHOD(device_attach, ustorage_fs_attach),
sys/bus/u4b/storage/ustorage_fs.c
250
DEVMETHOD(device_detach, ustorage_fs_detach),
sys/bus/u4b/storage/ustorage_fs.c
251
DEVMETHOD(device_suspend, ustorage_fs_suspend),
sys/bus/u4b/storage/ustorage_fs.c
252
DEVMETHOD(device_resume, ustorage_fs_resume),
sys/bus/u4b/usb_handle_request.c
257
DEVMETHOD(usb_handle_request, NULL); /* dummy */
sys/bus/u4b/usb_hub.c
190
DEVMETHOD(device_probe, uhub_probe),
sys/bus/u4b/usb_hub.c
191
DEVMETHOD(device_attach, uhub_attach),
sys/bus/u4b/usb_hub.c
192
DEVMETHOD(device_detach, uhub_detach),
sys/bus/u4b/usb_hub.c
194
DEVMETHOD(device_suspend, uhub_suspend),
sys/bus/u4b/usb_hub.c
195
DEVMETHOD(device_resume, uhub_resume),
sys/bus/u4b/usb_hub.c
197
DEVMETHOD(bus_child_location_str, uhub_child_location_string),
sys/bus/u4b/usb_hub.c
198
DEVMETHOD(bus_child_pnpinfo_str, uhub_child_pnpinfo_string),
sys/bus/u4b/usb_hub.c
199
DEVMETHOD(bus_driver_added, uhub_driver_added),
sys/bus/u4b/uvc/uvc_drv.c
2759
DEVMETHOD(device_probe, uvc_drv_probe),
sys/bus/u4b/uvc/uvc_drv.c
2760
DEVMETHOD(device_attach, uvc_drv_attach),
sys/bus/u4b/uvc/uvc_drv.c
2761
DEVMETHOD(device_detach, uvc_drv_detach),
sys/bus/u4b/wlan/if_mtw.c
4739
DEVMETHOD(device_probe, mtw_match),
sys/bus/u4b/wlan/if_mtw.c
4740
DEVMETHOD(device_attach, mtw_attach),
sys/bus/u4b/wlan/if_mtw.c
4741
DEVMETHOD(device_detach, mtw_detach), DEVMETHOD_END
sys/bus/u4b/wlan/if_rum.c
3258
DEVMETHOD(device_probe, rum_match),
sys/bus/u4b/wlan/if_rum.c
3259
DEVMETHOD(device_attach, rum_attach),
sys/bus/u4b/wlan/if_rum.c
3260
DEVMETHOD(device_detach, rum_detach),
sys/bus/u4b/wlan/if_run.c
6256
DEVMETHOD(device_probe, run_match),
sys/bus/u4b/wlan/if_run.c
6257
DEVMETHOD(device_attach, run_attach),
sys/bus/u4b/wlan/if_run.c
6258
DEVMETHOD(device_detach, run_detach),
sys/bus/u4b/wlan/if_urtwn.c
5584
DEVMETHOD(device_probe, urtwn_match),
sys/bus/u4b/wlan/if_urtwn.c
5585
DEVMETHOD(device_attach, urtwn_attach),
sys/bus/u4b/wlan/if_urtwn.c
5586
DEVMETHOD(device_detach, urtwn_detach),
sys/dev/acpica/acpi.c
178
DEVMETHOD(device_identify, acpi_identify),
sys/dev/acpica/acpi.c
179
DEVMETHOD(device_probe, acpi_probe),
sys/dev/acpica/acpi.c
180
DEVMETHOD(device_attach, acpi_attach),
sys/dev/acpica/acpi.c
181
DEVMETHOD(device_shutdown, acpi_shutdown),
sys/dev/acpica/acpi.c
182
DEVMETHOD(device_detach, bus_generic_detach),
sys/dev/acpica/acpi.c
183
DEVMETHOD(device_suspend, acpi_suspend),
sys/dev/acpica/acpi.c
184
DEVMETHOD(device_resume, acpi_resume),
sys/dev/acpica/acpi.c
187
DEVMETHOD(bus_add_child, acpi_add_child),
sys/dev/acpica/acpi.c
188
DEVMETHOD(bus_print_child, acpi_print_child),
sys/dev/acpica/acpi.c
189
DEVMETHOD(bus_probe_nomatch, acpi_probe_nomatch),
sys/dev/acpica/acpi.c
190
DEVMETHOD(bus_driver_added, acpi_driver_added),
sys/dev/acpica/acpi.c
191
DEVMETHOD(bus_read_ivar, acpi_read_ivar),
sys/dev/acpica/acpi.c
192
DEVMETHOD(bus_write_ivar, acpi_write_ivar),
sys/dev/acpica/acpi.c
193
DEVMETHOD(bus_get_resource_list, acpi_get_rlist),
sys/dev/acpica/acpi.c
194
DEVMETHOD(bus_set_resource, bus_generic_rl_set_resource),
sys/dev/acpica/acpi.c
195
DEVMETHOD(bus_get_resource, bus_generic_rl_get_resource),
sys/dev/acpica/acpi.c
196
DEVMETHOD(bus_alloc_resource, acpi_alloc_resource),
sys/dev/acpica/acpi.c
197
DEVMETHOD(bus_release_resource, acpi_release_resource),
sys/dev/acpica/acpi.c
198
DEVMETHOD(bus_delete_resource, acpi_delete_resource),
sys/dev/acpica/acpi.c
199
DEVMETHOD(bus_child_pnpinfo_str, acpi_child_pnpinfo_str_method),
sys/dev/acpica/acpi.c
200
DEVMETHOD(bus_child_location_str, acpi_child_location_str_method),
sys/dev/acpica/acpi.c
201
DEVMETHOD(bus_activate_resource, bus_generic_activate_resource),
sys/dev/acpica/acpi.c
202
DEVMETHOD(bus_deactivate_resource, bus_generic_deactivate_resource),
sys/dev/acpica/acpi.c
203
DEVMETHOD(bus_setup_intr, bus_generic_setup_intr),
sys/dev/acpica/acpi.c
204
DEVMETHOD(bus_teardown_intr, bus_generic_teardown_intr),
sys/dev/acpica/acpi.c
207
DEVMETHOD(acpi_id_probe, acpi_device_id_probe),
sys/dev/acpica/acpi.c
208
DEVMETHOD(acpi_evaluate_object, acpi_device_eval_obj),
sys/dev/acpica/acpi.c
209
DEVMETHOD(acpi_pwr_for_sleep, acpi_device_pwr_for_sleep),
sys/dev/acpica/acpi.c
210
DEVMETHOD(acpi_scan_children, acpi_device_scan_children),
sys/dev/acpica/acpi.c
213
DEVMETHOD(pci_set_powerstate, acpi_set_powerstate_method),
sys/dev/acpica/acpi.c
216
DEVMETHOD(isa_pnp_probe, acpi_isa_pnp_probe),
sys/dev/acpica/acpi_acad.c
78
DEVMETHOD(device_probe, acpi_acad_probe),
sys/dev/acpica/acpi_acad.c
79
DEVMETHOD(device_attach, acpi_acad_attach),
sys/dev/acpica/acpi_asus/acpi_asus.c
525
DEVMETHOD(device_probe, acpi_asus_probe),
sys/dev/acpica/acpi_asus/acpi_asus.c
526
DEVMETHOD(device_attach, acpi_asus_attach),
sys/dev/acpica/acpi_asus/acpi_asus.c
527
DEVMETHOD(device_detach, acpi_asus_detach),
sys/dev/acpica/acpi_button.c
76
DEVMETHOD(device_probe, acpi_button_probe),
sys/dev/acpica/acpi_button.c
77
DEVMETHOD(device_attach, acpi_button_attach),
sys/dev/acpica/acpi_button.c
78
DEVMETHOD(device_suspend, acpi_button_suspend),
sys/dev/acpica/acpi_button.c
79
DEVMETHOD(device_shutdown, acpi_button_suspend),
sys/dev/acpica/acpi_button.c
80
DEVMETHOD(device_resume, acpi_button_resume),
sys/dev/acpica/acpi_cmbat.c
86
DEVMETHOD(device_probe, acpi_cmbat_probe),
sys/dev/acpica/acpi_cmbat.c
87
DEVMETHOD(device_attach, acpi_cmbat_attach),
sys/dev/acpica/acpi_cmbat.c
88
DEVMETHOD(device_detach, acpi_cmbat_detach),
sys/dev/acpica/acpi_cmbat.c
89
DEVMETHOD(device_resume, acpi_cmbat_resume),
sys/dev/acpica/acpi_cmbat.c
92
DEVMETHOD(acpi_batt_get_info, acpi_cmbat_bif),
sys/dev/acpica/acpi_cmbat.c
93
DEVMETHOD(acpi_batt_get_status, acpi_cmbat_bst),
sys/dev/acpica/acpi_cpu.c
65
DEVMETHOD(device_probe, acpi_cpu_probe),
sys/dev/acpica/acpi_cpu.c
66
DEVMETHOD(device_attach, acpi_cpu_attach),
sys/dev/acpica/acpi_cpu.c
67
DEVMETHOD(device_detach, bus_generic_detach),
sys/dev/acpica/acpi_cpu.c
68
DEVMETHOD(device_shutdown, bus_generic_shutdown),
sys/dev/acpica/acpi_cpu.c
69
DEVMETHOD(device_suspend, bus_generic_suspend),
sys/dev/acpica/acpi_cpu.c
70
DEVMETHOD(device_resume, bus_generic_resume),
sys/dev/acpica/acpi_cpu.c
73
DEVMETHOD(bus_add_child, bus_generic_add_child),
sys/dev/acpica/acpi_cpu.c
74
DEVMETHOD(bus_print_child, bus_generic_print_child),
sys/dev/acpica/acpi_cpu.c
75
DEVMETHOD(bus_read_ivar, bus_generic_read_ivar),
sys/dev/acpica/acpi_cpu.c
76
DEVMETHOD(bus_write_ivar, bus_generic_write_ivar),
sys/dev/acpica/acpi_cpu.c
77
DEVMETHOD(bus_get_resource_list, acpi_cpu_get_rlist),
sys/dev/acpica/acpi_cpu.c
78
DEVMETHOD(bus_set_resource, bus_generic_rl_set_resource),
sys/dev/acpica/acpi_cpu.c
79
DEVMETHOD(bus_get_resource, bus_generic_rl_get_resource),
sys/dev/acpica/acpi_cpu.c
80
DEVMETHOD(bus_alloc_resource, acpi_cpu_alloc_resource),
sys/dev/acpica/acpi_cpu.c
81
DEVMETHOD(bus_release_resource, acpi_cpu_release_resource),
sys/dev/acpica/acpi_cpu.c
82
DEVMETHOD(bus_driver_added, bus_generic_driver_added),
sys/dev/acpica/acpi_cpu.c
83
DEVMETHOD(bus_activate_resource, bus_generic_activate_resource),
sys/dev/acpica/acpi_cpu.c
84
DEVMETHOD(bus_deactivate_resource, bus_generic_deactivate_resource),
sys/dev/acpica/acpi_cpu.c
85
DEVMETHOD(bus_setup_intr, bus_generic_setup_intr),
sys/dev/acpica/acpi_cpu.c
86
DEVMETHOD(bus_teardown_intr, bus_generic_teardown_intr),
sys/dev/acpica/acpi_cpu.c
89
DEVMETHOD(cpu_get_sensdev, acpi_cpu_get_sensdev),
sys/dev/acpica/acpi_cpu_cstate.c
173
DEVMETHOD(device_probe, acpi_cst_probe),
sys/dev/acpica/acpi_cpu_cstate.c
174
DEVMETHOD(device_attach, acpi_cst_attach),
sys/dev/acpica/acpi_cpu_cstate.c
175
DEVMETHOD(device_detach, bus_generic_detach),
sys/dev/acpica/acpi_cpu_cstate.c
176
DEVMETHOD(device_shutdown, acpi_cst_shutdown),
sys/dev/acpica/acpi_cpu_cstate.c
177
DEVMETHOD(device_suspend, acpi_cst_suspend),
sys/dev/acpica/acpi_cpu_cstate.c
178
DEVMETHOD(device_resume, acpi_cst_resume),
sys/dev/acpica/acpi_cpu_cstate.c
181
DEVMETHOD(bus_add_child, bus_generic_add_child),
sys/dev/acpica/acpi_cpu_cstate.c
182
DEVMETHOD(bus_read_ivar, bus_generic_read_ivar),
sys/dev/acpica/acpi_cpu_cstate.c
183
DEVMETHOD(bus_get_resource_list, bus_generic_get_resource_list),
sys/dev/acpica/acpi_cpu_cstate.c
184
DEVMETHOD(bus_get_resource, bus_generic_rl_get_resource),
sys/dev/acpica/acpi_cpu_cstate.c
185
DEVMETHOD(bus_set_resource, bus_generic_rl_set_resource),
sys/dev/acpica/acpi_cpu_cstate.c
186
DEVMETHOD(bus_alloc_resource, bus_generic_rl_alloc_resource),
sys/dev/acpica/acpi_cpu_cstate.c
187
DEVMETHOD(bus_release_resource, bus_generic_rl_release_resource),
sys/dev/acpica/acpi_cpu_cstate.c
188
DEVMETHOD(bus_driver_added, bus_generic_driver_added),
sys/dev/acpica/acpi_cpu_cstate.c
189
DEVMETHOD(bus_activate_resource, bus_generic_activate_resource),
sys/dev/acpica/acpi_cpu_cstate.c
190
DEVMETHOD(bus_deactivate_resource, bus_generic_deactivate_resource),
sys/dev/acpica/acpi_cpu_cstate.c
191
DEVMETHOD(bus_setup_intr, bus_generic_setup_intr),
sys/dev/acpica/acpi_cpu_cstate.c
192
DEVMETHOD(bus_teardown_intr, bus_generic_teardown_intr),
sys/dev/acpica/acpi_cpu_pstate.c
201
DEVMETHOD(device_probe, acpi_pst_probe),
sys/dev/acpica/acpi_cpu_pstate.c
202
DEVMETHOD(device_attach, acpi_pst_attach),
sys/dev/acpica/acpi_cpu_pstate.c
203
DEVMETHOD(device_detach, bus_generic_detach),
sys/dev/acpica/acpi_cpu_pstate.c
204
DEVMETHOD(device_shutdown, bus_generic_shutdown),
sys/dev/acpica/acpi_cpu_pstate.c
205
DEVMETHOD(device_suspend, bus_generic_suspend),
sys/dev/acpica/acpi_cpu_pstate.c
206
DEVMETHOD(device_resume, bus_generic_resume),
sys/dev/acpica/acpi_cpu_pstate.c
209
DEVMETHOD(bus_add_child, bus_generic_add_child),
sys/dev/acpica/acpi_cpu_pstate.c
210
DEVMETHOD(bus_print_child, bus_generic_print_child),
sys/dev/acpica/acpi_cpu_pstate.c
211
DEVMETHOD(bus_read_ivar, bus_generic_read_ivar),
sys/dev/acpica/acpi_cpu_pstate.c
212
DEVMETHOD(bus_write_ivar, bus_generic_write_ivar),
sys/dev/acpica/acpi_cpu_pstate.c
213
DEVMETHOD(bus_get_resource_list, bus_generic_get_resource_list),
sys/dev/acpica/acpi_cpu_pstate.c
214
DEVMETHOD(bus_set_resource, bus_generic_rl_set_resource),
sys/dev/acpica/acpi_cpu_pstate.c
215
DEVMETHOD(bus_get_resource, bus_generic_rl_get_resource),
sys/dev/acpica/acpi_cpu_pstate.c
216
DEVMETHOD(bus_alloc_resource, bus_generic_alloc_resource),
sys/dev/acpica/acpi_cpu_pstate.c
217
DEVMETHOD(bus_release_resource, bus_generic_release_resource),
sys/dev/acpica/acpi_cpu_pstate.c
218
DEVMETHOD(bus_driver_added, bus_generic_driver_added),
sys/dev/acpica/acpi_cpu_pstate.c
219
DEVMETHOD(bus_activate_resource, bus_generic_activate_resource),
sys/dev/acpica/acpi_cpu_pstate.c
220
DEVMETHOD(bus_deactivate_resource, bus_generic_deactivate_resource),
sys/dev/acpica/acpi_cpu_pstate.c
221
DEVMETHOD(bus_setup_intr, bus_generic_setup_intr),
sys/dev/acpica/acpi_cpu_pstate.c
222
DEVMETHOD(bus_teardown_intr, bus_generic_teardown_intr),
sys/dev/acpica/acpi_dock/acpi_dock.c
537
DEVMETHOD(device_probe, acpi_dock_probe),
sys/dev/acpica/acpi_dock/acpi_dock.c
538
DEVMETHOD(device_attach, acpi_dock_attach),
sys/dev/acpica/acpi_dock/acpi_dock.c
539
DEVMETHOD(device_detach, acpi_dock_detach),
sys/dev/acpica/acpi_ec.c
290
DEVMETHOD(device_probe, acpi_ec_probe),
sys/dev/acpica/acpi_ec.c
291
DEVMETHOD(device_attach, acpi_ec_attach),
sys/dev/acpica/acpi_ec.c
292
DEVMETHOD(device_suspend, acpi_ec_suspend),
sys/dev/acpica/acpi_ec.c
293
DEVMETHOD(device_resume, acpi_ec_resume),
sys/dev/acpica/acpi_ec.c
294
DEVMETHOD(device_shutdown, acpi_ec_shutdown),
sys/dev/acpica/acpi_ec.c
297
DEVMETHOD(acpi_ec_read, acpi_ec_read_method),
sys/dev/acpica/acpi_ec.c
298
DEVMETHOD(acpi_ec_write, acpi_ec_write_method),
sys/dev/acpica/acpi_fujitsu/acpi_fujitsu.c
150
DEVMETHOD(device_probe, acpi_fujitsu_probe),
sys/dev/acpica/acpi_fujitsu/acpi_fujitsu.c
151
DEVMETHOD(device_attach, acpi_fujitsu_attach),
sys/dev/acpica/acpi_fujitsu/acpi_fujitsu.c
152
DEVMETHOD(device_detach, acpi_fujitsu_detach),
sys/dev/acpica/acpi_fujitsu/acpi_fujitsu.c
153
DEVMETHOD(device_suspend, acpi_fujitsu_suspend),
sys/dev/acpica/acpi_fujitsu/acpi_fujitsu.c
154
DEVMETHOD(device_resume, acpi_fujitsu_resume),
sys/dev/acpica/acpi_hp/acpi_hp.c
322
DEVMETHOD(device_identify, acpi_hp_identify),
sys/dev/acpica/acpi_hp/acpi_hp.c
323
DEVMETHOD(device_probe, acpi_hp_probe),
sys/dev/acpica/acpi_hp/acpi_hp.c
324
DEVMETHOD(device_attach, acpi_hp_attach),
sys/dev/acpica/acpi_hp/acpi_hp.c
325
DEVMETHOD(device_detach, acpi_hp_detach),
sys/dev/acpica/acpi_hpet.c
101
DEVMETHOD(device_identify, acpi_hpet_identify),
sys/dev/acpica/acpi_hpet.c
102
DEVMETHOD(device_probe, acpi_hpet_probe),
sys/dev/acpica/acpi_hpet.c
103
DEVMETHOD(device_attach, acpi_hpet_attach),
sys/dev/acpica/acpi_hpet.c
104
DEVMETHOD(device_suspend, acpi_hpet_suspend),
sys/dev/acpica/acpi_hpet.c
105
DEVMETHOD(device_resume, acpi_hpet_resume),
sys/dev/acpica/acpi_isab.c
63
DEVMETHOD(device_probe, acpi_isab_probe),
sys/dev/acpica/acpi_isab.c
64
DEVMETHOD(device_attach, acpi_isab_attach),
sys/dev/acpica/acpi_isab.c
65
DEVMETHOD(device_shutdown, bus_generic_shutdown),
sys/dev/acpica/acpi_isab.c
66
DEVMETHOD(device_suspend, bus_generic_suspend),
sys/dev/acpica/acpi_isab.c
67
DEVMETHOD(device_resume, bus_generic_resume),
sys/dev/acpica/acpi_isab.c
70
DEVMETHOD(bus_print_child, bus_generic_print_child),
sys/dev/acpica/acpi_isab.c
71
DEVMETHOD(bus_read_ivar, acpi_isab_read_ivar),
sys/dev/acpica/acpi_isab.c
72
DEVMETHOD(bus_alloc_resource, bus_generic_alloc_resource),
sys/dev/acpica/acpi_isab.c
73
DEVMETHOD(bus_release_resource, bus_generic_release_resource),
sys/dev/acpica/acpi_isab.c
74
DEVMETHOD(bus_activate_resource, bus_generic_activate_resource),
sys/dev/acpica/acpi_isab.c
75
DEVMETHOD(bus_deactivate_resource, bus_generic_deactivate_resource),
sys/dev/acpica/acpi_isab.c
76
DEVMETHOD(bus_setup_intr, bus_generic_setup_intr),
sys/dev/acpica/acpi_isab.c
77
DEVMETHOD(bus_teardown_intr, bus_generic_teardown_intr),
sys/dev/acpica/acpi_lid.c
68
DEVMETHOD(device_probe, acpi_lid_probe),
sys/dev/acpica/acpi_lid.c
69
DEVMETHOD(device_attach, acpi_lid_attach),
sys/dev/acpica/acpi_lid.c
70
DEVMETHOD(device_suspend, acpi_lid_suspend),
sys/dev/acpica/acpi_lid.c
71
DEVMETHOD(device_resume, acpi_lid_resume),
sys/dev/acpica/acpi_panasonic/acpi_panasonic.c
113
DEVMETHOD(device_probe, acpi_panasonic_probe),
sys/dev/acpica/acpi_panasonic/acpi_panasonic.c
114
DEVMETHOD(device_attach, acpi_panasonic_attach),
sys/dev/acpica/acpi_panasonic/acpi_panasonic.c
115
DEVMETHOD(device_detach, acpi_panasonic_detach),
sys/dev/acpica/acpi_panasonic/acpi_panasonic.c
116
DEVMETHOD(device_shutdown, acpi_panasonic_shutdown),
sys/dev/acpica/acpi_pci.c
82
DEVMETHOD(device_probe, acpi_pci_probe),
sys/dev/acpica/acpi_pci.c
83
DEVMETHOD(device_attach, acpi_pci_attach),
sys/dev/acpica/acpi_pci.c
84
DEVMETHOD(device_suspend, acpi_pci_suspend),
sys/dev/acpica/acpi_pci.c
85
DEVMETHOD(device_resume, acpi_pci_resume),
sys/dev/acpica/acpi_pci.c
88
DEVMETHOD(bus_read_ivar, acpi_pci_read_ivar),
sys/dev/acpica/acpi_pci.c
89
DEVMETHOD(bus_write_ivar, acpi_pci_write_ivar),
sys/dev/acpica/acpi_pci.c
90
DEVMETHOD(bus_child_location_str, acpi_pci_child_location_str_method),
sys/dev/acpica/acpi_pci.c
93
DEVMETHOD(pci_set_powerstate, acpi_pci_set_powerstate_method),
sys/dev/acpica/acpi_pci_link.c
1104
DEVMETHOD(device_identify, acpi_pci_link_identify),
sys/dev/acpica/acpi_pci_link.c
1105
DEVMETHOD(device_probe, acpi_pci_link_probe),
sys/dev/acpica/acpi_pci_link.c
1106
DEVMETHOD(device_attach, acpi_pci_link_attach),
sys/dev/acpica/acpi_pci_link.c
1107
DEVMETHOD(device_resume, acpi_pci_link_resume),
sys/dev/acpica/acpi_pcib_acpi.c
100
DEVMETHOD(bus_alloc_resource, acpi_pcib_acpi_alloc_resource),
sys/dev/acpica/acpi_pcib_acpi.c
102
DEVMETHOD(bus_release_resource, bus_generic_release_resource),
sys/dev/acpica/acpi_pcib_acpi.c
103
DEVMETHOD(bus_activate_resource, bus_generic_activate_resource),
sys/dev/acpica/acpi_pcib_acpi.c
104
DEVMETHOD(bus_deactivate_resource, bus_generic_deactivate_resource),
sys/dev/acpica/acpi_pcib_acpi.c
105
DEVMETHOD(bus_setup_intr, bus_generic_setup_intr),
sys/dev/acpica/acpi_pcib_acpi.c
106
DEVMETHOD(bus_teardown_intr, bus_generic_teardown_intr),
sys/dev/acpica/acpi_pcib_acpi.c
109
DEVMETHOD(pcib_maxslots, pcib_maxslots),
sys/dev/acpica/acpi_pcib_acpi.c
110
DEVMETHOD(pcib_read_config, acpi_pcib_read_config),
sys/dev/acpica/acpi_pcib_acpi.c
111
DEVMETHOD(pcib_write_config, acpi_pcib_write_config),
sys/dev/acpica/acpi_pcib_acpi.c
112
DEVMETHOD(pcib_route_interrupt, acpi_pcib_acpi_route_interrupt),
sys/dev/acpica/acpi_pcib_acpi.c
113
DEVMETHOD(pcib_alloc_msi, acpi_pcib_alloc_msi),
sys/dev/acpica/acpi_pcib_acpi.c
114
DEVMETHOD(pcib_release_msi, pcib_release_msi),
sys/dev/acpica/acpi_pcib_acpi.c
115
DEVMETHOD(pcib_alloc_msix, acpi_pcib_alloc_msix),
sys/dev/acpica/acpi_pcib_acpi.c
116
DEVMETHOD(pcib_release_msix, pcib_release_msix),
sys/dev/acpica/acpi_pcib_acpi.c
117
DEVMETHOD(pcib_map_msi, acpi_pcib_map_msi),
sys/dev/acpica/acpi_pcib_acpi.c
90
DEVMETHOD(device_probe, acpi_pcib_acpi_probe),
sys/dev/acpica/acpi_pcib_acpi.c
91
DEVMETHOD(device_attach, acpi_pcib_acpi_attach),
sys/dev/acpica/acpi_pcib_acpi.c
92
DEVMETHOD(device_shutdown, bus_generic_shutdown),
sys/dev/acpica/acpi_pcib_acpi.c
93
DEVMETHOD(device_suspend, bus_generic_suspend),
sys/dev/acpica/acpi_pcib_acpi.c
94
DEVMETHOD(device_resume, acpi_pcib_acpi_resume),
sys/dev/acpica/acpi_pcib_acpi.c
97
DEVMETHOD(bus_print_child, bus_generic_print_child),
sys/dev/acpica/acpi_pcib_acpi.c
98
DEVMETHOD(bus_read_ivar, acpi_pcib_read_ivar),
sys/dev/acpica/acpi_pcib_acpi.c
99
DEVMETHOD(bus_write_ivar, acpi_pcib_write_ivar),
sys/dev/acpica/acpi_pcib_pci.c
68
DEVMETHOD(device_probe, acpi_pcib_pci_probe),
sys/dev/acpica/acpi_pcib_pci.c
69
DEVMETHOD(device_attach, acpi_pcib_pci_attach),
sys/dev/acpica/acpi_pcib_pci.c
70
DEVMETHOD(device_resume, acpi_pcib_pci_resume),
sys/dev/acpica/acpi_pcib_pci.c
73
DEVMETHOD(bus_read_ivar, acpi_pcib_read_ivar),
sys/dev/acpica/acpi_pcib_pci.c
76
DEVMETHOD(pcib_route_interrupt, acpi_pcib_pci_route_interrupt),
sys/dev/acpica/acpi_pvpanic/acpi_pvpanic.c
67
DEVMETHOD(device_probe, acpi_pvpanic_probe),
sys/dev/acpica/acpi_pvpanic/acpi_pvpanic.c
68
DEVMETHOD(device_attach, acpi_pvpanic_attach),
sys/dev/acpica/acpi_pvpanic/acpi_pvpanic.c
69
DEVMETHOD(device_detach, acpi_pvpanic_detach),
sys/dev/acpica/acpi_resource.c
653
DEVMETHOD(device_probe, acpi_sysres_probe),
sys/dev/acpica/acpi_resource.c
654
DEVMETHOD(device_attach, acpi_sysres_attach),
sys/dev/acpica/acpi_smbat.c
82
DEVMETHOD(device_probe, acpi_smbat_probe),
sys/dev/acpica/acpi_smbat.c
83
DEVMETHOD(device_attach, acpi_smbat_attach),
sys/dev/acpica/acpi_smbat.c
84
DEVMETHOD(device_shutdown, acpi_smbat_shutdown),
sys/dev/acpica/acpi_smbat.c
87
DEVMETHOD(acpi_batt_get_status, acpi_smbat_get_bst),
sys/dev/acpica/acpi_smbat.c
88
DEVMETHOD(acpi_batt_get_info, acpi_smbat_get_bif),
sys/dev/acpica/acpi_sony/acpi_sony.c
95
DEVMETHOD(device_probe, acpi_sony_probe),
sys/dev/acpica/acpi_sony/acpi_sony.c
96
DEVMETHOD(device_attach, acpi_sony_attach),
sys/dev/acpica/acpi_sony/acpi_sony.c
97
DEVMETHOD(device_detach, acpi_sony_detach),
sys/dev/acpica/acpi_thermal.c
160
DEVMETHOD(device_probe, acpi_tz_probe),
sys/dev/acpica/acpi_thermal.c
161
DEVMETHOD(device_attach, acpi_tz_attach),
sys/dev/acpica/acpi_thinkpad/acpi_thinkpad.c
356
DEVMETHOD(device_probe, acpi_thinkpad_probe),
sys/dev/acpica/acpi_thinkpad/acpi_thinkpad.c
357
DEVMETHOD(device_attach, acpi_thinkpad_attach),
sys/dev/acpica/acpi_thinkpad/acpi_thinkpad.c
358
DEVMETHOD(device_detach, acpi_thinkpad_detach),
sys/dev/acpica/acpi_thinkpad/acpi_thinkpad.c
359
DEVMETHOD(device_resume, acpi_thinkpad_resume),
sys/dev/acpica/acpi_timer.c
84
DEVMETHOD(device_identify, acpi_timer_identify),
sys/dev/acpica/acpi_timer.c
85
DEVMETHOD(device_probe, acpi_timer_probe),
sys/dev/acpica/acpi_timer.c
86
DEVMETHOD(device_attach, acpi_timer_attach),
sys/dev/acpica/acpi_toshiba/acpi_toshiba.c
169
DEVMETHOD(device_probe, acpi_toshiba_probe),
sys/dev/acpica/acpi_toshiba/acpi_toshiba.c
170
DEVMETHOD(device_attach, acpi_toshiba_attach),
sys/dev/acpica/acpi_toshiba/acpi_toshiba.c
171
DEVMETHOD(device_detach, acpi_toshiba_detach),
sys/dev/acpica/acpi_toshiba/acpi_toshiba.c
188
DEVMETHOD(device_probe, acpi_toshiba_video_probe),
sys/dev/acpica/acpi_toshiba/acpi_toshiba.c
189
DEVMETHOD(device_attach, acpi_toshiba_video_attach),
sys/dev/acpica/acpi_video/acpi_video.c
152
DEVMETHOD(device_identify, acpi_video_identify),
sys/dev/acpica/acpi_video/acpi_video.c
153
DEVMETHOD(device_probe, acpi_video_probe),
sys/dev/acpica/acpi_video/acpi_video.c
154
DEVMETHOD(device_attach, acpi_video_attach),
sys/dev/acpica/acpi_video/acpi_video.c
155
DEVMETHOD(device_detach, acpi_video_detach),
sys/dev/acpica/acpi_video/acpi_video.c
156
DEVMETHOD(device_resume, acpi_video_resume),
sys/dev/acpica/acpi_video/acpi_video.c
157
DEVMETHOD(device_shutdown, acpi_video_shutdown),
sys/dev/acpica/acpi_wmi/acpi_wmi.c
170
DEVMETHOD(device_probe, acpi_wmi_probe),
sys/dev/acpica/acpi_wmi/acpi_wmi.c
171
DEVMETHOD(device_attach, acpi_wmi_attach),
sys/dev/acpica/acpi_wmi/acpi_wmi.c
172
DEVMETHOD(device_detach, acpi_wmi_detach),
sys/dev/acpica/acpi_wmi/acpi_wmi.c
175
DEVMETHOD(bus_add_child, bus_generic_add_child),
sys/dev/acpica/acpi_wmi/acpi_wmi.c
178
DEVMETHOD(acpi_wmi_provides_guid_string,
sys/dev/acpica/acpi_wmi/acpi_wmi.c
180
DEVMETHOD(acpi_wmi_evaluate_call, acpi_wmi_evaluate_call_method),
sys/dev/acpica/acpi_wmi/acpi_wmi.c
181
DEVMETHOD(acpi_wmi_install_event_handler,
sys/dev/acpica/acpi_wmi/acpi_wmi.c
183
DEVMETHOD(acpi_wmi_remove_event_handler,
sys/dev/acpica/acpi_wmi/acpi_wmi.c
185
DEVMETHOD(acpi_wmi_get_event_data, acpi_wmi_get_event_data_method),
sys/dev/acpica/acpi_wmi/acpi_wmi.c
186
DEVMETHOD(acpi_wmi_get_block, acpi_wmi_get_block_method),
sys/dev/acpica/acpi_wmi/acpi_wmi.c
187
DEVMETHOD(acpi_wmi_set_block, acpi_wmi_set_block_method),
sys/dev/acpica/aibs/atk0110.c
76
DEVMETHOD(device_probe, aibs_probe),
sys/dev/acpica/aibs/atk0110.c
77
DEVMETHOD(device_attach, aibs_attach),
sys/dev/acpica/aibs/atk0110.c
78
DEVMETHOD(device_detach, aibs_detach),
sys/dev/agp/agp_amd64.c
480
DEVMETHOD(device_probe, agp_amd64_probe),
sys/dev/agp/agp_amd64.c
481
DEVMETHOD(device_attach, agp_amd64_attach),
sys/dev/agp/agp_amd64.c
482
DEVMETHOD(device_detach, agp_amd64_detach),
sys/dev/agp/agp_amd64.c
483
DEVMETHOD(device_shutdown, bus_generic_shutdown),
sys/dev/agp/agp_amd64.c
484
DEVMETHOD(device_suspend, bus_generic_suspend),
sys/dev/agp/agp_amd64.c
485
DEVMETHOD(device_resume, bus_generic_resume),
sys/dev/agp/agp_amd64.c
488
DEVMETHOD(agp_get_aperture, agp_amd64_get_aperture),
sys/dev/agp/agp_amd64.c
489
DEVMETHOD(agp_set_aperture, agp_amd64_set_aperture),
sys/dev/agp/agp_amd64.c
490
DEVMETHOD(agp_bind_page, agp_amd64_bind_page),
sys/dev/agp/agp_amd64.c
491
DEVMETHOD(agp_unbind_page, agp_amd64_unbind_page),
sys/dev/agp/agp_amd64.c
492
DEVMETHOD(agp_flush_tlb, agp_amd64_flush_tlb),
sys/dev/agp/agp_amd64.c
493
DEVMETHOD(agp_enable, agp_generic_enable),
sys/dev/agp/agp_amd64.c
494
DEVMETHOD(agp_alloc_memory, agp_generic_alloc_memory),
sys/dev/agp/agp_amd64.c
495
DEVMETHOD(agp_free_memory, agp_generic_free_memory),
sys/dev/agp/agp_amd64.c
496
DEVMETHOD(agp_bind_memory, agp_generic_bind_memory),
sys/dev/agp/agp_amd64.c
497
DEVMETHOD(agp_unbind_memory, agp_generic_unbind_memory),
sys/dev/agp/agp_sis.c
256
DEVMETHOD(device_probe, agp_sis_probe),
sys/dev/agp/agp_sis.c
257
DEVMETHOD(device_attach, agp_sis_attach),
sys/dev/agp/agp_sis.c
258
DEVMETHOD(device_detach, agp_sis_detach),
sys/dev/agp/agp_sis.c
259
DEVMETHOD(device_shutdown, bus_generic_shutdown),
sys/dev/agp/agp_sis.c
260
DEVMETHOD(device_suspend, bus_generic_suspend),
sys/dev/agp/agp_sis.c
261
DEVMETHOD(device_resume, bus_generic_resume),
sys/dev/agp/agp_sis.c
264
DEVMETHOD(agp_get_aperture, agp_sis_get_aperture),
sys/dev/agp/agp_sis.c
265
DEVMETHOD(agp_set_aperture, agp_sis_set_aperture),
sys/dev/agp/agp_sis.c
266
DEVMETHOD(agp_bind_page, agp_sis_bind_page),
sys/dev/agp/agp_sis.c
267
DEVMETHOD(agp_unbind_page, agp_sis_unbind_page),
sys/dev/agp/agp_sis.c
268
DEVMETHOD(agp_flush_tlb, agp_sis_flush_tlb),
sys/dev/agp/agp_sis.c
269
DEVMETHOD(agp_enable, agp_generic_enable),
sys/dev/agp/agp_sis.c
270
DEVMETHOD(agp_alloc_memory, agp_generic_alloc_memory),
sys/dev/agp/agp_sis.c
271
DEVMETHOD(agp_free_memory, agp_generic_free_memory),
sys/dev/agp/agp_sis.c
272
DEVMETHOD(agp_bind_memory, agp_generic_bind_memory),
sys/dev/agp/agp_sis.c
273
DEVMETHOD(agp_unbind_memory, agp_generic_unbind_memory),
sys/dev/agp/agp_via.c
392
DEVMETHOD(device_probe, agp_via_probe),
sys/dev/agp/agp_via.c
393
DEVMETHOD(device_attach, agp_via_attach),
sys/dev/agp/agp_via.c
394
DEVMETHOD(device_detach, agp_via_detach),
sys/dev/agp/agp_via.c
395
DEVMETHOD(device_shutdown, bus_generic_shutdown),
sys/dev/agp/agp_via.c
396
DEVMETHOD(device_suspend, bus_generic_suspend),
sys/dev/agp/agp_via.c
397
DEVMETHOD(device_resume, bus_generic_resume),
sys/dev/agp/agp_via.c
400
DEVMETHOD(agp_get_aperture, agp_via_get_aperture),
sys/dev/agp/agp_via.c
401
DEVMETHOD(agp_set_aperture, agp_via_set_aperture),
sys/dev/agp/agp_via.c
402
DEVMETHOD(agp_bind_page, agp_via_bind_page),
sys/dev/agp/agp_via.c
403
DEVMETHOD(agp_unbind_page, agp_via_unbind_page),
sys/dev/agp/agp_via.c
404
DEVMETHOD(agp_flush_tlb, agp_via_flush_tlb),
sys/dev/agp/agp_via.c
405
DEVMETHOD(agp_enable, agp_generic_enable),
sys/dev/agp/agp_via.c
406
DEVMETHOD(agp_alloc_memory, agp_generic_alloc_memory),
sys/dev/agp/agp_via.c
407
DEVMETHOD(agp_free_memory, agp_generic_free_memory),
sys/dev/agp/agp_via.c
408
DEVMETHOD(agp_bind_memory, agp_generic_bind_memory),
sys/dev/agp/agp_via.c
409
DEVMETHOD(agp_unbind_memory, agp_generic_unbind_memory),
sys/dev/agp/intel-gtt.c
1339
DEVMETHOD(device_identify, agp_i810_identify),
sys/dev/agp/intel-gtt.c
1340
DEVMETHOD(device_probe, agp_i810_probe),
sys/dev/agp/intel-gtt.c
1341
DEVMETHOD(device_attach, agp_i810_attach),
sys/dev/agp/intel-gtt.c
1342
DEVMETHOD(device_detach, agp_i810_detach),
sys/dev/agp/intel-gtt.c
1343
DEVMETHOD(device_suspend, bus_generic_suspend),
sys/dev/agp/intel-gtt.c
1344
DEVMETHOD(device_resume, agp_i810_resume),
sys/dev/agp/intel-gtt.c
1347
DEVMETHOD(agp_get_aperture, agp_generic_get_aperture),
sys/dev/agp/intel-gtt.c
1348
DEVMETHOD(agp_set_aperture, agp_i810_method_set_aperture),
sys/dev/agp/intel-gtt.c
1349
DEVMETHOD(agp_bind_page, agp_i810_bind_page),
sys/dev/agp/intel-gtt.c
1350
DEVMETHOD(agp_unbind_page, agp_i810_unbind_page),
sys/dev/agp/intel-gtt.c
1351
DEVMETHOD(agp_flush_tlb, agp_i810_flush_tlb),
sys/dev/agp/intel-gtt.c
1352
DEVMETHOD(agp_enable, agp_i810_enable),
sys/dev/agp/intel-gtt.c
1353
DEVMETHOD(agp_alloc_memory, agp_i810_alloc_memory),
sys/dev/agp/intel-gtt.c
1354
DEVMETHOD(agp_free_memory, agp_i810_free_memory),
sys/dev/agp/intel-gtt.c
1355
DEVMETHOD(agp_bind_memory, agp_i810_bind_memory),
sys/dev/agp/intel-gtt.c
1356
DEVMETHOD(agp_unbind_memory, agp_i810_unbind_memory),
sys/dev/agp/intel-gtt.c
1357
DEVMETHOD(agp_chipset_flush, agp_intel_gtt_chipset_flush),
sys/dev/apple/fw/apple_fw.c
33
DEVMETHOD(device_identify, apple_fw_identify),
sys/dev/apple/fw/apple_fw.c
34
DEVMETHOD(device_probe, apple_fw_probe),
sys/dev/apple/fw/apple_fw.c
35
DEVMETHOD(device_attach, apple_fw_attach),
sys/dev/apple/fw/apple_fw.c
36
DEVMETHOD(device_detach, apple_fw_detach),
sys/dev/apple/ir/appleir.c
471
DEVMETHOD(device_probe, apple_ir_probe),
sys/dev/apple/ir/appleir.c
472
DEVMETHOD(device_attach, apple_ir_attach),
sys/dev/apple/ir/appleir.c
473
DEVMETHOD(device_detach, apple_ir_detach),
sys/dev/apple/smc/smc.c
181
DEVMETHOD(device_probe, apple_smc_probe),
sys/dev/apple/smc/smc.c
182
DEVMETHOD(device_attach, apple_smc_attach),
sys/dev/apple/smc/smc.c
183
DEVMETHOD(device_detach, apple_smc_detach),
sys/dev/apple/smc/smc.c
184
DEVMETHOD(device_suspend, apple_smc_suspend),
sys/dev/apple/smc/smc.c
185
DEVMETHOD(device_resume, apple_smc_resume),
sys/dev/crypto/rdrand/rdrand.c
192
DEVMETHOD(device_identify, rdrand_identify),
sys/dev/crypto/rdrand/rdrand.c
193
DEVMETHOD(device_probe, rdrand_probe),
sys/dev/crypto/rdrand/rdrand.c
194
DEVMETHOD(device_attach, rdrand_attach),
sys/dev/crypto/rdrand/rdrand.c
195
DEVMETHOD(device_detach, rdrand_detach),
sys/dev/crypto/tpm/tpm_acpi.c
62
DEVMETHOD(device_identify, tpm_acpi_identify),
sys/dev/crypto/tpm/tpm_acpi.c
65
DEVMETHOD(device_probe, tpm_acpi_probe),
sys/dev/crypto/tpm/tpm_acpi.c
66
DEVMETHOD(device_attach, tpm_attach),
sys/dev/crypto/tpm/tpm_acpi.c
67
DEVMETHOD(device_detach, tpm_detach),
sys/dev/crypto/tpm/tpm_acpi.c
68
DEVMETHOD(device_suspend, tpm_suspend),
sys/dev/crypto/tpm/tpm_acpi.c
69
DEVMETHOD(device_resume, tpm_resume),
sys/dev/crypto/tpm/tpm_crb.c
409
DEVMETHOD(device_probe, tpmcrb_acpi_probe),
sys/dev/crypto/tpm/tpm_crb.c
410
DEVMETHOD(device_attach, tpmcrb_attach),
sys/dev/crypto/tpm/tpm_crb.c
411
DEVMETHOD(device_detach, tpmcrb_detach),
sys/dev/crypto/tpm/tpm_crb.c
412
DEVMETHOD(device_shutdown, tpm20_shutdown),
sys/dev/crypto/tpm/tpm_crb.c
413
DEVMETHOD(device_suspend, tpm20_suspend),
sys/dev/crypto/tpm/tpm_isa.c
66
DEVMETHOD(device_identify, tpm_identify),
sys/dev/crypto/tpm/tpm_isa.c
68
DEVMETHOD(device_probe, tpm_isa_probe),
sys/dev/crypto/tpm/tpm_isa.c
69
DEVMETHOD(device_attach, tpm_attach),
sys/dev/crypto/tpm/tpm_isa.c
70
DEVMETHOD(device_detach, tpm_detach),
sys/dev/crypto/tpm/tpm_isa.c
71
DEVMETHOD(device_suspend, tpm_suspend),
sys/dev/crypto/tpm/tpm_isa.c
72
DEVMETHOD(device_resume, tpm_resume),
sys/dev/crypto/tpm/tpm_tis.c
495
DEVMETHOD(device_probe, tpmtis_acpi_probe),
sys/dev/crypto/tpm/tpm_tis.c
496
DEVMETHOD(device_attach, tpmtis_attach),
sys/dev/crypto/tpm/tpm_tis.c
497
DEVMETHOD(device_detach, tpmtis_detach),
sys/dev/crypto/tpm/tpm_tis.c
498
DEVMETHOD(device_shutdown, tpm20_shutdown),
sys/dev/crypto/tpm/tpm_tis.c
499
DEVMETHOD(device_suspend, tpm20_suspend),
sys/dev/disk/advansys/adv_pci.c
302
DEVMETHOD(device_probe, adv_pci_probe),
sys/dev/disk/advansys/adv_pci.c
303
DEVMETHOD(device_attach, adv_pci_attach),
sys/dev/disk/advansys/adw_pci.c
127
DEVMETHOD(device_probe, adw_pci_probe),
sys/dev/disk/advansys/adw_pci.c
128
DEVMETHOD(device_attach, adw_pci_attach),
sys/dev/disk/ahci/ahci_dragonfly.c
62
DEVMETHOD(device_probe, ahci_probe),
sys/dev/disk/ahci/ahci_dragonfly.c
63
DEVMETHOD(device_attach, ahci_attach),
sys/dev/disk/ahci/ahci_dragonfly.c
64
DEVMETHOD(device_detach, ahci_detach),
sys/dev/disk/ahci/ahci_dragonfly.c
66
DEVMETHOD(device_shutdown, ahci_shutdown),
sys/dev/disk/ahci/ahci_dragonfly.c
67
DEVMETHOD(device_suspend, ahci_suspend),
sys/dev/disk/ahci/ahci_dragonfly.c
68
DEVMETHOD(device_resume, ahci_resume),
sys/dev/disk/ahci/ahci_dragonfly.c
71
DEVMETHOD(bus_print_child, bus_generic_print_child),
sys/dev/disk/ahci/ahci_dragonfly.c
72
DEVMETHOD(bus_driver_added, bus_generic_driver_added),
sys/dev/disk/amd/amd.c
2465
DEVMETHOD(device_probe, amd_probe),
sys/dev/disk/amd/amd.c
2466
DEVMETHOD(device_attach, amd_attach),
sys/dev/disk/buslogic/bt_pci.c
164
DEVMETHOD(device_probe, bt_pci_probe),
sys/dev/disk/buslogic/bt_pci.c
165
DEVMETHOD(device_attach, bt_pci_attach),
sys/dev/disk/fd/fd.c
1098
DEVMETHOD(device_probe, fd_probe),
sys/dev/disk/fd/fd.c
1099
DEVMETHOD(device_attach, fd_attach),
sys/dev/disk/fd/fd.c
1100
DEVMETHOD(device_detach, fd_detach),
sys/dev/disk/fd/fd.c
1101
DEVMETHOD(device_shutdown, bus_generic_shutdown),
sys/dev/disk/fd/fd.c
1102
DEVMETHOD(device_suspend, bus_generic_suspend), /* XXX */
sys/dev/disk/fd/fd.c
1103
DEVMETHOD(device_resume, bus_generic_resume), /* XXX */
sys/dev/disk/fd/fd.c
842
DEVMETHOD(device_probe, fdc_probe),
sys/dev/disk/fd/fd.c
843
DEVMETHOD(device_attach, fdc_attach),
sys/dev/disk/fd/fd.c
844
DEVMETHOD(device_detach, bus_generic_detach),
sys/dev/disk/fd/fd.c
845
DEVMETHOD(device_shutdown, bus_generic_shutdown),
sys/dev/disk/fd/fd.c
846
DEVMETHOD(device_suspend, bus_generic_suspend),
sys/dev/disk/fd/fd.c
847
DEVMETHOD(device_resume, bus_generic_resume),
sys/dev/disk/fd/fd.c
850
DEVMETHOD(bus_print_child, fdc_print_child),
sys/dev/disk/fd/fd.c
851
DEVMETHOD(bus_read_ivar, fdc_read_ivar),
sys/dev/disk/fd/fd_pccard.c
156
DEVMETHOD(device_probe, pccard_compat_probe),
sys/dev/disk/fd/fd_pccard.c
157
DEVMETHOD(device_attach, pccard_compat_attach),
sys/dev/disk/fd/fd_pccard.c
158
DEVMETHOD(device_detach, fdc_pccard_detach),
sys/dev/disk/fd/fd_pccard.c
159
DEVMETHOD(device_shutdown, bus_generic_shutdown),
sys/dev/disk/fd/fd_pccard.c
160
DEVMETHOD(device_suspend, bus_generic_suspend),
sys/dev/disk/fd/fd_pccard.c
161
DEVMETHOD(device_resume, bus_generic_resume),
sys/dev/disk/fd/fd_pccard.c
164
DEVMETHOD(card_compat_match, fdc_pccard_match),
sys/dev/disk/fd/fd_pccard.c
165
DEVMETHOD(card_compat_probe, fdc_pccard_probe),
sys/dev/disk/fd/fd_pccard.c
166
DEVMETHOD(card_compat_attach, fdc_attach),
sys/dev/disk/fd/fd_pccard.c
170
DEVMETHOD(bus_print_child, fdc_print_child),
sys/dev/disk/fd/fd_pccard.c
171
DEVMETHOD(bus_read_ivar, fdc_read_ivar),
sys/dev/disk/isp/isp_pci.c
359
DEVMETHOD(device_probe, isp_pci_probe),
sys/dev/disk/isp/isp_pci.c
360
DEVMETHOD(device_attach, isp_pci_attach),
sys/dev/disk/isp/isp_pci.c
361
DEVMETHOD(device_detach, isp_pci_detach),
sys/dev/disk/mmcsd/mmcsd.c
583
DEVMETHOD(device_probe, mmcsd_probe),
sys/dev/disk/mmcsd/mmcsd.c
584
DEVMETHOD(device_attach, mmcsd_attach),
sys/dev/disk/mmcsd/mmcsd.c
585
DEVMETHOD(device_detach, mmcsd_detach),
sys/dev/disk/mmcsd/mmcsd.c
586
DEVMETHOD(device_suspend, mmcsd_suspend),
sys/dev/disk/mmcsd/mmcsd.c
587
DEVMETHOD(device_resume, mmcsd_resume),
sys/dev/disk/mpt/mpt_pci.c
158
DEVMETHOD(device_probe, mpt_pci_probe),
sys/dev/disk/mpt/mpt_pci.c
159
DEVMETHOD(device_attach, mpt_pci_attach),
sys/dev/disk/mpt/mpt_pci.c
160
DEVMETHOD(device_detach, mpt_pci_detach),
sys/dev/disk/mpt/mpt_pci.c
161
DEVMETHOD(device_shutdown, mpt_pci_shutdown),
sys/dev/disk/nata/ata-card.c
150
DEVMETHOD(device_probe, ata_pccard_probe),
sys/dev/disk/nata/ata-card.c
151
DEVMETHOD(device_attach, ata_pccard_attach),
sys/dev/disk/nata/ata-card.c
152
DEVMETHOD(device_detach, ata_pccard_detach),
sys/dev/disk/nata/ata-disk.c
561
DEVMETHOD(device_probe, ad_probe),
sys/dev/disk/nata/ata-disk.c
562
DEVMETHOD(device_attach, ad_attach),
sys/dev/disk/nata/ata-disk.c
563
DEVMETHOD(device_detach, ad_detach),
sys/dev/disk/nata/ata-disk.c
564
DEVMETHOD(device_shutdown, ad_shutdown),
sys/dev/disk/nata/ata-disk.c
567
DEVMETHOD(ata_reinit, ad_reinit),
sys/dev/disk/nata/ata-isa.c
104
DEVMETHOD(device_probe, ata_isa_probe),
sys/dev/disk/nata/ata-isa.c
105
DEVMETHOD(device_attach, ata_attach),
sys/dev/disk/nata/ata-isa.c
106
DEVMETHOD(device_suspend, ata_suspend),
sys/dev/disk/nata/ata-isa.c
107
DEVMETHOD(device_resume, ata_resume),
sys/dev/disk/nata/ata-pci.c
731
DEVMETHOD(device_probe, ata_pci_probe),
sys/dev/disk/nata/ata-pci.c
732
DEVMETHOD(device_attach, ata_pci_attach),
sys/dev/disk/nata/ata-pci.c
733
DEVMETHOD(device_detach, ata_pci_detach),
sys/dev/disk/nata/ata-pci.c
734
DEVMETHOD(device_shutdown, bus_generic_shutdown),
sys/dev/disk/nata/ata-pci.c
735
DEVMETHOD(device_suspend, bus_generic_suspend),
sys/dev/disk/nata/ata-pci.c
736
DEVMETHOD(device_resume, bus_generic_resume),
sys/dev/disk/nata/ata-pci.c
739
DEVMETHOD(bus_alloc_resource, ata_pci_alloc_resource),
sys/dev/disk/nata/ata-pci.c
740
DEVMETHOD(bus_release_resource, ata_pci_release_resource),
sys/dev/disk/nata/ata-pci.c
741
DEVMETHOD(bus_activate_resource, bus_generic_activate_resource),
sys/dev/disk/nata/ata-pci.c
742
DEVMETHOD(bus_deactivate_resource, bus_generic_deactivate_resource),
sys/dev/disk/nata/ata-pci.c
743
DEVMETHOD(bus_setup_intr, ata_pci_setup_intr),
sys/dev/disk/nata/ata-pci.c
744
DEVMETHOD(bus_teardown_intr, ata_pci_teardown_intr),
sys/dev/disk/nata/ata-pci.c
870
DEVMETHOD(device_probe, ata_pcichannel_probe),
sys/dev/disk/nata/ata-pci.c
871
DEVMETHOD(device_attach, ata_pcichannel_attach),
sys/dev/disk/nata/ata-pci.c
872
DEVMETHOD(device_detach, ata_pcichannel_detach),
sys/dev/disk/nata/ata-pci.c
873
DEVMETHOD(device_shutdown, bus_generic_shutdown),
sys/dev/disk/nata/ata-pci.c
874
DEVMETHOD(device_suspend, ata_suspend),
sys/dev/disk/nata/ata-pci.c
875
DEVMETHOD(device_resume, ata_resume),
sys/dev/disk/nata/ata-pci.c
878
DEVMETHOD(ata_setmode, ata_pcichannel_setmode),
sys/dev/disk/nata/ata-pci.c
879
DEVMETHOD(ata_locking, ata_pcichannel_locking),
sys/dev/disk/nata/ata-pci.c
880
DEVMETHOD(ata_reset, ata_pcichannel_reset),
sys/dev/disk/nata/ata-raid.c
4189
DEVMETHOD(device_probe, ata_raid_subdisk_probe),
sys/dev/disk/nata/ata-raid.c
4190
DEVMETHOD(device_attach, ata_raid_subdisk_attach),
sys/dev/disk/nata/ata-raid.c
4191
DEVMETHOD(device_detach, ata_raid_subdisk_detach),
sys/dev/disk/nata/atapi-cam.c
123
DEVMETHOD(device_identify, atapi_cam_identify),
sys/dev/disk/nata/atapi-cam.c
124
DEVMETHOD(device_probe, atapi_cam_probe),
sys/dev/disk/nata/atapi-cam.c
125
DEVMETHOD(device_attach, atapi_cam_attach),
sys/dev/disk/nata/atapi-cam.c
126
DEVMETHOD(device_detach, atapi_cam_detach),
sys/dev/disk/nata/atapi-cam.c
127
DEVMETHOD(ata_reinit, atapi_cam_reinit),
sys/dev/disk/nata/atapi-cd.c
1948
DEVMETHOD(device_probe, acd_probe),
sys/dev/disk/nata/atapi-cd.c
1949
DEVMETHOD(device_attach, acd_attach),
sys/dev/disk/nata/atapi-cd.c
1950
DEVMETHOD(device_detach, acd_detach),
sys/dev/disk/nata/atapi-cd.c
1951
DEVMETHOD(device_shutdown, acd_shutdown),
sys/dev/disk/nata/atapi-cd.c
1954
DEVMETHOD(ata_reinit, acd_reinit),
sys/dev/disk/nata/atapi-fd.c
469
DEVMETHOD(device_probe, afd_probe),
sys/dev/disk/nata/atapi-fd.c
470
DEVMETHOD(device_attach, afd_attach),
sys/dev/disk/nata/atapi-fd.c
471
DEVMETHOD(device_detach, afd_detach),
sys/dev/disk/nata/atapi-fd.c
472
DEVMETHOD(device_shutdown, afd_shutdown),
sys/dev/disk/nata/atapi-fd.c
475
DEVMETHOD(ata_reinit, afd_reinit),
sys/dev/disk/nata/atapi-tape.c
745
DEVMETHOD(device_probe, ast_probe),
sys/dev/disk/nata/atapi-tape.c
746
DEVMETHOD(device_attach, ast_attach),
sys/dev/disk/nata/atapi-tape.c
747
DEVMETHOD(device_detach, ast_detach),
sys/dev/disk/nata/atapi-tape.c
748
DEVMETHOD(device_shutdown, ast_shutdown),
sys/dev/disk/nata/atapi-tape.c
751
DEVMETHOD(ata_reinit, ast_reinit),
sys/dev/disk/ncr/ncr.c
7145
DEVMETHOD(device_probe, ncr_probe),
sys/dev/disk/ncr/ncr.c
7146
DEVMETHOD(device_attach, ncr_attach),
sys/dev/disk/nvme/nvme_dragonfly.c
53
DEVMETHOD(device_probe, nvme_probe),
sys/dev/disk/nvme/nvme_dragonfly.c
54
DEVMETHOD(device_attach, nvme_attach),
sys/dev/disk/nvme/nvme_dragonfly.c
55
DEVMETHOD(device_detach, nvme_detach),
sys/dev/disk/nvme/nvme_dragonfly.c
56
DEVMETHOD(device_shutdown, nvme_shutdown),
sys/dev/disk/nvme/nvme_dragonfly.c
58
DEVMETHOD(device_suspend, nvme_suspend),
sys/dev/disk/nvme/nvme_dragonfly.c
59
DEVMETHOD(device_resume, nvme_resume),
sys/dev/disk/nvme/nvme_dragonfly.c
62
DEVMETHOD(bus_print_child, bus_generic_print_child),
sys/dev/disk/nvme/nvme_dragonfly.c
63
DEVMETHOD(bus_driver_added, bus_generic_driver_added),
sys/dev/disk/sbp/sbp.c
2739
DEVMETHOD(device_identify, bus_generic_identify_sameunit),
sys/dev/disk/sbp/sbp.c
2740
DEVMETHOD(device_probe, sbp_probe),
sys/dev/disk/sbp/sbp.c
2741
DEVMETHOD(device_attach, sbp_attach),
sys/dev/disk/sbp/sbp.c
2742
DEVMETHOD(device_detach, sbp_detach),
sys/dev/disk/sbp/sbp.c
2743
DEVMETHOD(device_shutdown, sbp_shutdown),
sys/dev/disk/sdhci/sdhci_acpi.c
325
DEVMETHOD(device_probe, sdhci_acpi_probe),
sys/dev/disk/sdhci/sdhci_acpi.c
326
DEVMETHOD(device_attach, sdhci_acpi_attach),
sys/dev/disk/sdhci/sdhci_acpi.c
327
DEVMETHOD(device_detach, sdhci_acpi_detach),
sys/dev/disk/sdhci/sdhci_acpi.c
328
DEVMETHOD(device_suspend, sdhci_acpi_suspend),
sys/dev/disk/sdhci/sdhci_acpi.c
329
DEVMETHOD(device_resume, sdhci_acpi_resume),
sys/dev/disk/sdhci/sdhci_acpi.c
332
DEVMETHOD(bus_read_ivar, sdhci_generic_read_ivar),
sys/dev/disk/sdhci/sdhci_acpi.c
333
DEVMETHOD(bus_write_ivar, sdhci_generic_write_ivar),
sys/dev/disk/sdhci/sdhci_acpi.c
336
DEVMETHOD(mmcbr_update_ios, sdhci_generic_update_ios),
sys/dev/disk/sdhci/sdhci_acpi.c
337
DEVMETHOD(mmcbr_switch_vccq, sdhci_generic_switch_vccq),
sys/dev/disk/sdhci/sdhci_acpi.c
338
DEVMETHOD(mmcbr_request, sdhci_generic_request),
sys/dev/disk/sdhci/sdhci_acpi.c
339
DEVMETHOD(mmcbr_get_ro, sdhci_generic_get_ro),
sys/dev/disk/sdhci/sdhci_acpi.c
340
DEVMETHOD(mmcbr_acquire_host, sdhci_generic_acquire_host),
sys/dev/disk/sdhci/sdhci_acpi.c
341
DEVMETHOD(mmcbr_release_host, sdhci_generic_release_host),
sys/dev/disk/sdhci/sdhci_acpi.c
344
DEVMETHOD(sdhci_read_1, sdhci_acpi_read_1),
sys/dev/disk/sdhci/sdhci_acpi.c
345
DEVMETHOD(sdhci_read_2, sdhci_acpi_read_2),
sys/dev/disk/sdhci/sdhci_acpi.c
346
DEVMETHOD(sdhci_read_4, sdhci_acpi_read_4),
sys/dev/disk/sdhci/sdhci_acpi.c
347
DEVMETHOD(sdhci_read_multi_4, sdhci_acpi_read_multi_4),
sys/dev/disk/sdhci/sdhci_acpi.c
348
DEVMETHOD(sdhci_write_1, sdhci_acpi_write_1),
sys/dev/disk/sdhci/sdhci_acpi.c
349
DEVMETHOD(sdhci_write_2, sdhci_acpi_write_2),
sys/dev/disk/sdhci/sdhci_acpi.c
350
DEVMETHOD(sdhci_write_4, sdhci_acpi_write_4),
sys/dev/disk/sdhci/sdhci_acpi.c
351
DEVMETHOD(sdhci_write_multi_4, sdhci_acpi_write_multi_4),
sys/dev/disk/sdhci/sdhci_acpi.c
352
DEVMETHOD(sdhci_set_uhs_timing, sdhci_generic_set_uhs_timing),
sys/dev/disk/sdhci/sdhci_pci.c
492
DEVMETHOD(device_probe, sdhci_pci_probe),
sys/dev/disk/sdhci/sdhci_pci.c
493
DEVMETHOD(device_attach, sdhci_pci_attach),
sys/dev/disk/sdhci/sdhci_pci.c
494
DEVMETHOD(device_detach, sdhci_pci_detach),
sys/dev/disk/sdhci/sdhci_pci.c
495
DEVMETHOD(device_shutdown, sdhci_pci_shutdown),
sys/dev/disk/sdhci/sdhci_pci.c
496
DEVMETHOD(device_suspend, sdhci_pci_suspend),
sys/dev/disk/sdhci/sdhci_pci.c
497
DEVMETHOD(device_resume, sdhci_pci_resume),
sys/dev/disk/sdhci/sdhci_pci.c
500
DEVMETHOD(bus_read_ivar, sdhci_generic_read_ivar),
sys/dev/disk/sdhci/sdhci_pci.c
501
DEVMETHOD(bus_write_ivar, sdhci_generic_write_ivar),
sys/dev/disk/sdhci/sdhci_pci.c
504
DEVMETHOD(mmcbr_update_ios, sdhci_generic_update_ios),
sys/dev/disk/sdhci/sdhci_pci.c
505
DEVMETHOD(mmcbr_switch_vccq, sdhci_generic_switch_vccq),
sys/dev/disk/sdhci/sdhci_pci.c
506
DEVMETHOD(mmcbr_request, sdhci_generic_request),
sys/dev/disk/sdhci/sdhci_pci.c
507
DEVMETHOD(mmcbr_get_ro, sdhci_generic_get_ro),
sys/dev/disk/sdhci/sdhci_pci.c
508
DEVMETHOD(mmcbr_acquire_host, sdhci_generic_acquire_host),
sys/dev/disk/sdhci/sdhci_pci.c
509
DEVMETHOD(mmcbr_release_host, sdhci_generic_release_host),
sys/dev/disk/sdhci/sdhci_pci.c
512
DEVMETHOD(sdhci_read_1, sdhci_pci_read_1),
sys/dev/disk/sdhci/sdhci_pci.c
513
DEVMETHOD(sdhci_read_2, sdhci_pci_read_2),
sys/dev/disk/sdhci/sdhci_pci.c
514
DEVMETHOD(sdhci_read_4, sdhci_pci_read_4),
sys/dev/disk/sdhci/sdhci_pci.c
515
DEVMETHOD(sdhci_read_multi_4, sdhci_pci_read_multi_4),
sys/dev/disk/sdhci/sdhci_pci.c
516
DEVMETHOD(sdhci_write_1, sdhci_pci_write_1),
sys/dev/disk/sdhci/sdhci_pci.c
517
DEVMETHOD(sdhci_write_2, sdhci_pci_write_2),
sys/dev/disk/sdhci/sdhci_pci.c
518
DEVMETHOD(sdhci_write_4, sdhci_pci_write_4),
sys/dev/disk/sdhci/sdhci_pci.c
519
DEVMETHOD(sdhci_write_multi_4, sdhci_pci_write_multi_4),
sys/dev/disk/sdhci/sdhci_pci.c
520
DEVMETHOD(sdhci_set_uhs_timing, sdhci_generic_set_uhs_timing),
sys/dev/disk/sili/sili_dragonfly.c
61
DEVMETHOD(device_probe, sili_probe),
sys/dev/disk/sili/sili_dragonfly.c
62
DEVMETHOD(device_attach, sili_attach),
sys/dev/disk/sili/sili_dragonfly.c
63
DEVMETHOD(device_detach, sili_detach),
sys/dev/disk/sili/sili_dragonfly.c
65
DEVMETHOD(device_shutdown, sili_shutdown),
sys/dev/disk/sili/sili_dragonfly.c
66
DEVMETHOD(device_suspend, sili_suspend),
sys/dev/disk/sili/sili_dragonfly.c
67
DEVMETHOD(device_resume, sili_resume),
sys/dev/disk/sili/sili_dragonfly.c
70
DEVMETHOD(bus_print_child, bus_generic_print_child),
sys/dev/disk/sili/sili_dragonfly.c
71
DEVMETHOD(bus_driver_added, bus_generic_driver_added),
sys/dev/disk/sym/sym_hipd.c
8349
DEVMETHOD(device_probe, sym_pci_probe),
sys/dev/disk/sym/sym_hipd.c
8350
DEVMETHOD(device_attach, sym_pci_attach),
sys/dev/disk/trm/trm.c
3720
DEVMETHOD(device_probe, trm_probe),
sys/dev/disk/trm/trm.c
3721
DEVMETHOD(device_attach, trm_attach),
sys/dev/disk/trm/trm.c
3722
DEVMETHOD(device_detach, trm_detach),
sys/dev/disk/vpo/vpo.c
452
DEVMETHOD(device_identify, bus_generic_identify),
sys/dev/disk/vpo/vpo.c
453
DEVMETHOD(device_probe, vpo_probe),
sys/dev/disk/vpo/vpo.c
454
DEVMETHOD(device_attach, vpo_attach),
sys/dev/drm/amd/amdgpu/amdgpu_drv.c
1415
DEVMETHOD(device_probe, amdgpu_pci_probe_dfly),
sys/dev/drm/amd/amdgpu/amdgpu_drv.c
1416
DEVMETHOD(device_attach, amdgpu_attach_dfly),
sys/dev/drm/amd/amdgpu/amdgpu_drv.c
1418
DEVMETHOD(device_suspend, amdgpu_suspend_switcheroo),
sys/dev/drm/amd/amdgpu/amdgpu_drv.c
1419
DEVMETHOD(device_resume, amdgpu_resume_switcheroo),
sys/dev/drm/amd/amdgpu/amdgpu_drv.c
1421
DEVMETHOD(device_detach, drm_device_detach),
sys/dev/drm/i915/i915_pci.c
874
DEVMETHOD(device_probe, i915_pci_probe_dfly),
sys/dev/drm/i915/i915_pci.c
875
DEVMETHOD(device_attach, i915_driver_attach),
sys/dev/drm/i915/i915_pci.c
877
DEVMETHOD(device_suspend, i915_suspend_switcheroo),
sys/dev/drm/i915/i915_pci.c
878
DEVMETHOD(device_resume, i915_resume_switcheroo),
sys/dev/drm/i915/i915_pci.c
880
DEVMETHOD(device_detach, drm_device_detach),
sys/dev/drm/radeon/radeon_drv.c
861
DEVMETHOD(device_probe, radeon_pci_probe_dfly),
sys/dev/drm/radeon/radeon_drv.c
862
DEVMETHOD(device_attach, radeon_driver_attach),
sys/dev/drm/radeon/radeon_drv.c
863
DEVMETHOD(device_suspend, radeon_suspend),
sys/dev/drm/radeon/radeon_drv.c
864
DEVMETHOD(device_resume, radeon_resume),
sys/dev/drm/radeon/radeon_drv.c
865
DEVMETHOD(device_detach, drm_device_detach),
sys/dev/misc/amdsbwd/amdsbwd.c
106
DEVMETHOD(device_identify, amdsbwd_identify),
sys/dev/misc/amdsbwd/amdsbwd.c
107
DEVMETHOD(device_probe, amdsbwd_probe),
sys/dev/misc/amdsbwd/amdsbwd.c
108
DEVMETHOD(device_attach, amdsbwd_attach),
sys/dev/misc/amdsbwd/amdsbwd.c
109
DEVMETHOD(device_detach, amdsbwd_detach),
sys/dev/misc/amdsbwd/amdsbwd.c
110
DEVMETHOD(device_suspend, amdsbwd_suspend),
sys/dev/misc/amdsbwd/amdsbwd.c
111
DEVMETHOD(device_resume, amdsbwd_resume),
sys/dev/misc/amdsbwd/amdsbwd.c
113
DEVMETHOD(device_shutdown, amdsbwd_detach),
sys/dev/misc/aperf/aperf.c
59
DEVMETHOD(device_identify, aperf_identify),
sys/dev/misc/aperf/aperf.c
60
DEVMETHOD(device_probe, aperf_probe),
sys/dev/misc/aperf/aperf.c
61
DEVMETHOD(device_attach, aperf_attach),
sys/dev/misc/aperf/aperf.c
62
DEVMETHOD(device_detach, aperf_detach),
sys/dev/misc/atkbd/atkbd_isa.c
67
DEVMETHOD(device_probe, atkbdprobe),
sys/dev/misc/atkbd/atkbd_isa.c
68
DEVMETHOD(device_attach, atkbdattach),
sys/dev/misc/atkbd/atkbd_isa.c
69
DEVMETHOD(device_resume, atkbdresume),
sys/dev/misc/atkbdc_layer/atkbdc_isa.c
75
DEVMETHOD(device_probe, atkbdc_probe),
sys/dev/misc/atkbdc_layer/atkbdc_isa.c
76
DEVMETHOD(device_attach, atkbdc_attach),
sys/dev/misc/atkbdc_layer/atkbdc_isa.c
77
DEVMETHOD(device_suspend, bus_generic_suspend),
sys/dev/misc/atkbdc_layer/atkbdc_isa.c
78
DEVMETHOD(device_resume, bus_generic_resume),
sys/dev/misc/atkbdc_layer/atkbdc_isa.c
80
DEVMETHOD(bus_print_child, atkbdc_print_child),
sys/dev/misc/atkbdc_layer/atkbdc_isa.c
81
DEVMETHOD(bus_read_ivar, atkbdc_read_ivar),
sys/dev/misc/atkbdc_layer/atkbdc_isa.c
82
DEVMETHOD(bus_write_ivar, atkbdc_write_ivar),
sys/dev/misc/atkbdc_layer/atkbdc_isa.c
83
DEVMETHOD(bus_alloc_resource, bus_generic_alloc_resource),
sys/dev/misc/atkbdc_layer/atkbdc_isa.c
84
DEVMETHOD(bus_release_resource, bus_generic_release_resource),
sys/dev/misc/atkbdc_layer/atkbdc_isa.c
85
DEVMETHOD(bus_activate_resource, bus_generic_activate_resource),
sys/dev/misc/atkbdc_layer/atkbdc_isa.c
86
DEVMETHOD(bus_deactivate_resource, bus_generic_deactivate_resource),
sys/dev/misc/atkbdc_layer/atkbdc_isa.c
87
DEVMETHOD(bus_setup_intr, bus_generic_setup_intr),
sys/dev/misc/atkbdc_layer/atkbdc_isa.c
88
DEVMETHOD(bus_teardown_intr, bus_generic_teardown_intr),
sys/dev/misc/cmx/cmx_pccard.c
97
DEVMETHOD(device_probe, cmx_pccard_probe),
sys/dev/misc/cmx/cmx_pccard.c
98
DEVMETHOD(device_attach, cmx_pccard_attach),
sys/dev/misc/cmx/cmx_pccard.c
99
DEVMETHOD(device_detach, cmx_detach),
sys/dev/misc/coremctl/coremctl.c
108
DEVMETHOD(device_identify, coremctl_identify),
sys/dev/misc/coremctl/coremctl.c
109
DEVMETHOD(device_probe, coremctl_probe),
sys/dev/misc/coremctl/coremctl.c
110
DEVMETHOD(device_attach, coremctl_attach),
sys/dev/misc/coremctl/coremctl.c
111
DEVMETHOD(device_detach, coremctl_detach),
sys/dev/misc/coremctl/coremctl.c
112
DEVMETHOD(device_shutdown, bus_generic_shutdown),
sys/dev/misc/coremctl/coremctl.c
113
DEVMETHOD(device_suspend, bus_generic_suspend),
sys/dev/misc/coremctl/coremctl.c
114
DEVMETHOD(device_resume, bus_generic_resume),
sys/dev/misc/coremctl/coremctl.c
117
DEVMETHOD(bus_read_ivar, coremctl_pci_read_ivar),
sys/dev/misc/coremctl/coremctl.c
120
DEVMETHOD(pci_read_config, coremctl_pci_read_config),
sys/dev/misc/coremctl/coremctl.c
121
DEVMETHOD(pci_write_config, coremctl_pci_write_config),
sys/dev/misc/coremctl/coremctl.c
124
DEVMETHOD(coremctl_mch_read, coremctl_mch_readreg),
sys/dev/misc/coremctl/coremctl.c
125
DEVMETHOD(coremctl_mch_write, coremctl_mch_writereg),
sys/dev/misc/dcons/dcons_crom.c
219
DEVMETHOD(device_identify, bus_generic_identify_sameunit),
sys/dev/misc/dcons/dcons_crom.c
220
DEVMETHOD(device_probe, dcons_crom_probe),
sys/dev/misc/dcons/dcons_crom.c
221
DEVMETHOD(device_attach, dcons_crom_attach),
sys/dev/misc/dcons/dcons_crom.c
222
DEVMETHOD(device_detach, dcons_crom_detach),
sys/dev/misc/ecc/ecc_amd8000.c
79
DEVMETHOD(device_probe, ecc_amd8000_probe),
sys/dev/misc/ecc/ecc_amd8000.c
80
DEVMETHOD(device_attach, ecc_amd8000_attach),
sys/dev/misc/ecc/ecc_amd8000.c
81
DEVMETHOD(device_detach, ecc_amd8000_detach),
sys/dev/misc/ecc/ecc_amd8000.c
82
DEVMETHOD(device_shutdown, ecc_amd8000_shutdown),
sys/dev/misc/ecc/ecc_amd8000.c
83
DEVMETHOD(device_suspend, bus_generic_suspend),
sys/dev/misc/ecc/ecc_amd8000.c
84
DEVMETHOD(device_resume, bus_generic_resume),
sys/dev/misc/ecc/ecc_e3.c
140
DEVMETHOD(device_probe, ecc_e3_probe),
sys/dev/misc/ecc/ecc_e3.c
141
DEVMETHOD(device_attach, ecc_e3_attach),
sys/dev/misc/ecc/ecc_e3.c
142
DEVMETHOD(device_detach, ecc_e3_detach),
sys/dev/misc/ecc/ecc_e3.c
143
DEVMETHOD(device_shutdown, ecc_e3_shutdown),
sys/dev/misc/ecc/ecc_e3.c
144
DEVMETHOD(device_suspend, bus_generic_suspend),
sys/dev/misc/ecc/ecc_e3.c
145
DEVMETHOD(device_resume, bus_generic_resume),
sys/dev/misc/ecc/ecc_e5.c
123
DEVMETHOD(device_probe, ecc_e5_probe),
sys/dev/misc/ecc/ecc_e5.c
124
DEVMETHOD(device_attach, ecc_e5_attach),
sys/dev/misc/ecc/ecc_e5.c
125
DEVMETHOD(device_detach, ecc_e5_detach),
sys/dev/misc/ecc/ecc_e5.c
126
DEVMETHOD(device_shutdown, ecc_e5_shutdown),
sys/dev/misc/ecc/ecc_e5.c
127
DEVMETHOD(device_suspend, bus_generic_suspend),
sys/dev/misc/ecc/ecc_e5.c
128
DEVMETHOD(device_resume, bus_generic_resume),
sys/dev/misc/ecc/ecc_x3400.c
102
DEVMETHOD(device_probe, ecc_x3400_probe),
sys/dev/misc/ecc/ecc_x3400.c
103
DEVMETHOD(device_attach, ecc_x3400_attach),
sys/dev/misc/ecc/ecc_x3400.c
104
DEVMETHOD(device_detach, ecc_x3400_detach),
sys/dev/misc/ecc/ecc_x3400.c
105
DEVMETHOD(device_shutdown, ecc_x3400_shutdown),
sys/dev/misc/ecc/ecc_x3400.c
106
DEVMETHOD(device_suspend, bus_generic_suspend),
sys/dev/misc/ecc/ecc_x3400.c
107
DEVMETHOD(device_resume, bus_generic_resume),
sys/dev/misc/ichwd/ichwd.c
653
DEVMETHOD(device_identify, ichwd_identify),
sys/dev/misc/ichwd/ichwd.c
654
DEVMETHOD(device_probe, ichwd_probe),
sys/dev/misc/ichwd/ichwd.c
655
DEVMETHOD(device_attach, ichwd_attach),
sys/dev/misc/ichwd/ichwd.c
656
DEVMETHOD(device_detach, ichwd_detach),
sys/dev/misc/ichwd/ichwd.c
657
DEVMETHOD(device_shutdown, ichwd_detach),
sys/dev/misc/ipmi/ipmi_acpi.c
197
DEVMETHOD(device_probe, ipmi_acpi_probe),
sys/dev/misc/ipmi/ipmi_acpi.c
198
DEVMETHOD(device_attach, ipmi_acpi_attach),
sys/dev/misc/ipmi/ipmi_acpi.c
199
DEVMETHOD(device_detach, ipmi_detach),
sys/dev/misc/ipmi/ipmi_isa.c
272
DEVMETHOD(device_identify, ipmi_isa_identify),
sys/dev/misc/ipmi/ipmi_isa.c
273
DEVMETHOD(device_probe, ipmi_isa_probe),
sys/dev/misc/ipmi/ipmi_isa.c
274
DEVMETHOD(device_attach, ipmi_isa_attach),
sys/dev/misc/ipmi/ipmi_isa.c
275
DEVMETHOD(device_detach, ipmi_detach),
sys/dev/misc/ipmi/ipmi_pci.c
166
DEVMETHOD(device_probe, ipmi_pci_probe),
sys/dev/misc/ipmi/ipmi_pci.c
167
DEVMETHOD(device_attach, ipmi_pci_attach),
sys/dev/misc/ipmi/ipmi_pci.c
168
DEVMETHOD(device_detach, ipmi_detach),
sys/dev/misc/ipmi/ipmi_pci.c
279
DEVMETHOD(device_probe, ipmi2_pci_probe),
sys/dev/misc/ipmi/ipmi_pci.c
280
DEVMETHOD(device_attach, ipmi2_pci_attach),
sys/dev/misc/ipmi/ipmi_pci.c
281
DEVMETHOD(device_detach, ipmi_detach),
sys/dev/misc/ipmi/ipmi_smbus.c
116
DEVMETHOD(device_identify, ipmi_smbus_identify),
sys/dev/misc/ipmi/ipmi_smbus.c
117
DEVMETHOD(device_probe, ipmi_smbus_probe),
sys/dev/misc/ipmi/ipmi_smbus.c
118
DEVMETHOD(device_attach, ipmi_smbus_attach),
sys/dev/misc/ipmi/ipmi_smbus.c
119
DEVMETHOD(device_detach, ipmi_detach),
sys/dev/misc/joy/joy.c
138
DEVMETHOD(device_probe, joy_probe),
sys/dev/misc/joy/joy.c
139
DEVMETHOD(device_attach, joy_attach),
sys/dev/misc/lpbb/lpbb.c
204
DEVMETHOD(device_identify, lpbb_identify),
sys/dev/misc/lpbb/lpbb.c
205
DEVMETHOD(device_probe, lpbb_probe),
sys/dev/misc/lpbb/lpbb.c
206
DEVMETHOD(device_attach, lpbb_attach),
sys/dev/misc/lpbb/lpbb.c
209
DEVMETHOD(bus_print_child, bus_generic_print_child),
sys/dev/misc/lpbb/lpbb.c
212
DEVMETHOD(iicbb_callback, lpbb_callback),
sys/dev/misc/lpbb/lpbb.c
213
DEVMETHOD(iicbb_setsda, lpbb_setsda),
sys/dev/misc/lpbb/lpbb.c
214
DEVMETHOD(iicbb_setscl, lpbb_setscl),
sys/dev/misc/lpbb/lpbb.c
215
DEVMETHOD(iicbb_getsda, lpbb_getsda),
sys/dev/misc/lpbb/lpbb.c
216
DEVMETHOD(iicbb_getscl, lpbb_getscl),
sys/dev/misc/lpbb/lpbb.c
217
DEVMETHOD(iicbb_reset, lpbb_reset),
sys/dev/misc/lpt/lpt.c
964
DEVMETHOD(device_identify, bus_generic_identify),
sys/dev/misc/lpt/lpt.c
965
DEVMETHOD(device_probe, lpt_probe),
sys/dev/misc/lpt/lpt.c
966
DEVMETHOD(device_attach, lpt_attach),
sys/dev/misc/musycc/musycc.c
1536
DEVMETHOD(device_probe, musycc_probe),
sys/dev/misc/musycc/musycc.c
1537
DEVMETHOD(device_attach, musycc_attach),
sys/dev/misc/musycc/musycc.c
1538
DEVMETHOD(device_suspend, bus_generic_suspend),
sys/dev/misc/musycc/musycc.c
1539
DEVMETHOD(device_resume, bus_generic_resume),
sys/dev/misc/musycc/musycc.c
1540
DEVMETHOD(device_shutdown, bus_generic_shutdown),
sys/dev/misc/nsclpcsio/nsclpcsio_isa.c
212
DEVMETHOD(device_probe, nsclpcsio_isa_probe),
sys/dev/misc/nsclpcsio/nsclpcsio_isa.c
213
DEVMETHOD(device_attach, nsclpcsio_isa_attach),
sys/dev/misc/orm/orm.c
180
DEVMETHOD(device_identify, orm_identify),
sys/dev/misc/orm/orm.c
181
DEVMETHOD(device_probe, orm_probe),
sys/dev/misc/orm/orm.c
182
DEVMETHOD(device_attach, orm_attach),
sys/dev/misc/orm/orm.c
183
DEVMETHOD(device_detach, orm_detach),
sys/dev/misc/pcfclock/pcfclock.c
321
DEVMETHOD(device_identify, bus_generic_identify),
sys/dev/misc/pcfclock/pcfclock.c
322
DEVMETHOD(device_probe, pcfclock_probe),
sys/dev/misc/pcfclock/pcfclock.c
323
DEVMETHOD(device_attach, pcfclock_attach),
sys/dev/misc/ppc/ppc.c
100
DEVMETHOD(ppbus_setmode, ppc_setmode),
sys/dev/misc/ppc/ppc.c
101
DEVMETHOD(ppbus_ecp_sync, ppc_ecp_sync),
sys/dev/misc/ppc/ppc.c
102
DEVMETHOD(ppbus_read, ppc_read),
sys/dev/misc/ppc/ppc.c
103
DEVMETHOD(ppbus_write, ppc_write),
sys/dev/misc/ppc/ppc.c
87
DEVMETHOD(device_probe, ppc_probe),
sys/dev/misc/ppc/ppc.c
88
DEVMETHOD(device_attach, ppc_attach),
sys/dev/misc/ppc/ppc.c
91
DEVMETHOD(bus_read_ivar, ppc_read_ivar),
sys/dev/misc/ppc/ppc.c
92
DEVMETHOD(bus_setup_intr, ppc_setup_intr),
sys/dev/misc/ppc/ppc.c
93
DEVMETHOD(bus_teardown_intr, ppc_teardown_intr),
sys/dev/misc/ppc/ppc.c
94
DEVMETHOD(bus_alloc_resource, bus_generic_alloc_resource),
sys/dev/misc/ppc/ppc.c
97
DEVMETHOD(ppbus_io, ppc_io),
sys/dev/misc/ppc/ppc.c
98
DEVMETHOD(ppbus_exec_microseq, ppc_exec_microseq),
sys/dev/misc/ppc/ppc.c
99
DEVMETHOD(ppbus_reset_epp, ppc_reset_epp),
sys/dev/misc/ppi/ppi.c
564
DEVMETHOD(device_identify, bus_generic_identify),
sys/dev/misc/ppi/ppi.c
565
DEVMETHOD(device_probe, ppi_probe),
sys/dev/misc/ppi/ppi.c
566
DEVMETHOD(device_attach, ppi_attach),
sys/dev/misc/pps/pps.c
192
DEVMETHOD(device_identify, bus_generic_identify),
sys/dev/misc/pps/pps.c
193
DEVMETHOD(device_probe, ppsprobe),
sys/dev/misc/pps/pps.c
194
DEVMETHOD(device_attach, ppsattach),
sys/dev/misc/psm/psm.c
7521
DEVMETHOD(device_probe, psmcpnp_probe),
sys/dev/misc/psm/psm.c
7522
DEVMETHOD(device_attach, psmcpnp_attach),
sys/dev/misc/psm/psm.c
753
DEVMETHOD(device_identify, psmidentify),
sys/dev/misc/psm/psm.c
754
DEVMETHOD(device_probe, psmprobe),
sys/dev/misc/psm/psm.c
755
DEVMETHOD(device_attach, psmattach),
sys/dev/misc/psm/psm.c
756
DEVMETHOD(device_detach, psmdetach),
sys/dev/misc/psm/psm.c
757
DEVMETHOD(device_resume, psmresume),
sys/dev/misc/puc/puc.c
740
DEVMETHOD(device_probe, puc_pci_probe),
sys/dev/misc/puc/puc.c
741
DEVMETHOD(device_attach, puc_pci_attach),
sys/dev/misc/puc/puc.c
743
DEVMETHOD(bus_alloc_resource, puc_alloc_resource),
sys/dev/misc/puc/puc.c
744
DEVMETHOD(bus_release_resource, puc_release_resource),
sys/dev/misc/puc/puc.c
745
DEVMETHOD(bus_get_resource, puc_get_resource),
sys/dev/misc/puc/puc.c
746
DEVMETHOD(bus_read_ivar, puc_read_ivar),
sys/dev/misc/puc/puc.c
747
DEVMETHOD(bus_setup_intr, puc_setup_intr),
sys/dev/misc/puc/puc.c
748
DEVMETHOD(bus_teardown_intr, puc_teardown_intr),
sys/dev/misc/puc/puc.c
749
DEVMETHOD(bus_print_child, bus_generic_print_child),
sys/dev/misc/puc/puc.c
750
DEVMETHOD(bus_driver_added, bus_generic_driver_added),
sys/dev/misc/syscons/syscons_nexus.c
51
DEVMETHOD(device_identify, scidentify),
sys/dev/misc/syscons/syscons_nexus.c
52
DEVMETHOD(device_probe, scprobe),
sys/dev/misc/syscons/syscons_nexus.c
53
DEVMETHOD(device_attach, scattach),
sys/dev/netif/ae/if_ae.c
126
DEVMETHOD(device_probe, ae_probe),
sys/dev/netif/ae/if_ae.c
127
DEVMETHOD(device_attach, ae_attach),
sys/dev/netif/ae/if_ae.c
128
DEVMETHOD(device_detach, ae_detach),
sys/dev/netif/ae/if_ae.c
129
DEVMETHOD(device_shutdown, ae_shutdown),
sys/dev/netif/ae/if_ae.c
130
DEVMETHOD(device_suspend, ae_suspend),
sys/dev/netif/ae/if_ae.c
131
DEVMETHOD(device_resume, ae_resume),
sys/dev/netif/ae/if_ae.c
134
DEVMETHOD(bus_print_child, bus_generic_print_child),
sys/dev/netif/ae/if_ae.c
135
DEVMETHOD(bus_driver_added, bus_generic_driver_added),
sys/dev/netif/ae/if_ae.c
138
DEVMETHOD(miibus_readreg, ae_miibus_readreg),
sys/dev/netif/ae/if_ae.c
139
DEVMETHOD(miibus_writereg, ae_miibus_writereg),
sys/dev/netif/ae/if_ae.c
140
DEVMETHOD(miibus_statchg, ae_miibus_statchg),
sys/dev/netif/age/if_age.c
147
DEVMETHOD(device_probe, age_probe),
sys/dev/netif/age/if_age.c
148
DEVMETHOD(device_attach, age_attach),
sys/dev/netif/age/if_age.c
149
DEVMETHOD(device_detach, age_detach),
sys/dev/netif/age/if_age.c
150
DEVMETHOD(device_shutdown, age_shutdown),
sys/dev/netif/age/if_age.c
151
DEVMETHOD(device_suspend, age_suspend),
sys/dev/netif/age/if_age.c
152
DEVMETHOD(device_resume, age_resume),
sys/dev/netif/age/if_age.c
155
DEVMETHOD(bus_print_child, bus_generic_print_child),
sys/dev/netif/age/if_age.c
156
DEVMETHOD(bus_driver_added, bus_generic_driver_added),
sys/dev/netif/age/if_age.c
159
DEVMETHOD(miibus_readreg, age_miibus_readreg),
sys/dev/netif/age/if_age.c
160
DEVMETHOD(miibus_writereg, age_miibus_writereg),
sys/dev/netif/age/if_age.c
161
DEVMETHOD(miibus_statchg, age_miibus_statchg),
sys/dev/netif/alc/if_alc.c
216
DEVMETHOD(device_probe, alc_probe),
sys/dev/netif/alc/if_alc.c
217
DEVMETHOD(device_attach, alc_attach),
sys/dev/netif/alc/if_alc.c
218
DEVMETHOD(device_detach, alc_detach),
sys/dev/netif/alc/if_alc.c
219
DEVMETHOD(device_shutdown, alc_shutdown),
sys/dev/netif/alc/if_alc.c
220
DEVMETHOD(device_suspend, alc_suspend),
sys/dev/netif/alc/if_alc.c
221
DEVMETHOD(device_resume, alc_resume),
sys/dev/netif/alc/if_alc.c
224
DEVMETHOD(miibus_readreg, alc_miibus_readreg),
sys/dev/netif/alc/if_alc.c
225
DEVMETHOD(miibus_writereg, alc_miibus_writereg),
sys/dev/netif/alc/if_alc.c
226
DEVMETHOD(miibus_statchg, alc_miibus_statchg),
sys/dev/netif/ale/if_ale.c
147
DEVMETHOD(device_probe, ale_probe),
sys/dev/netif/ale/if_ale.c
148
DEVMETHOD(device_attach, ale_attach),
sys/dev/netif/ale/if_ale.c
149
DEVMETHOD(device_detach, ale_detach),
sys/dev/netif/ale/if_ale.c
150
DEVMETHOD(device_shutdown, ale_shutdown),
sys/dev/netif/ale/if_ale.c
151
DEVMETHOD(device_suspend, ale_suspend),
sys/dev/netif/ale/if_ale.c
152
DEVMETHOD(device_resume, ale_resume),
sys/dev/netif/ale/if_ale.c
155
DEVMETHOD(bus_print_child, bus_generic_print_child),
sys/dev/netif/ale/if_ale.c
156
DEVMETHOD(bus_driver_added, bus_generic_driver_added),
sys/dev/netif/ale/if_ale.c
159
DEVMETHOD(miibus_readreg, ale_miibus_readreg),
sys/dev/netif/ale/if_ale.c
160
DEVMETHOD(miibus_writereg, ale_miibus_writereg),
sys/dev/netif/ale/if_ale.c
161
DEVMETHOD(miibus_statchg, ale_miibus_statchg),
sys/dev/netif/ath/ath/if_ath_ahb.c
386
DEVMETHOD(device_probe, ath_ahb_probe),
sys/dev/netif/ath/ath/if_ath_ahb.c
387
DEVMETHOD(device_attach, ath_ahb_attach),
sys/dev/netif/ath/ath/if_ath_ahb.c
388
DEVMETHOD(device_detach, ath_ahb_detach),
sys/dev/netif/ath/ath/if_ath_ahb.c
389
DEVMETHOD(device_shutdown, ath_ahb_shutdown),
sys/dev/netif/ath/ath/if_ath_ahb.c
390
DEVMETHOD(device_suspend, ath_ahb_suspend),
sys/dev/netif/ath/ath/if_ath_ahb.c
391
DEVMETHOD(device_resume, ath_ahb_resume),
sys/dev/netif/ath/ath/if_ath_pci.c
478
DEVMETHOD(device_probe, ath_pci_probe),
sys/dev/netif/ath/ath/if_ath_pci.c
479
DEVMETHOD(device_attach, ath_pci_attach),
sys/dev/netif/ath/ath/if_ath_pci.c
480
DEVMETHOD(device_detach, ath_pci_detach),
sys/dev/netif/ath/ath/if_ath_pci.c
481
DEVMETHOD(device_shutdown, ath_pci_shutdown),
sys/dev/netif/ath/ath/if_ath_pci.c
482
DEVMETHOD(device_suspend, ath_pci_suspend),
sys/dev/netif/ath/ath/if_ath_pci.c
483
DEVMETHOD(device_resume, ath_pci_resume),
sys/dev/netif/bce/if_bce.c
521
DEVMETHOD(device_probe, bce_probe),
sys/dev/netif/bce/if_bce.c
522
DEVMETHOD(device_attach, bce_attach),
sys/dev/netif/bce/if_bce.c
523
DEVMETHOD(device_detach, bce_detach),
sys/dev/netif/bce/if_bce.c
524
DEVMETHOD(device_shutdown, bce_shutdown),
sys/dev/netif/bce/if_bce.c
527
DEVMETHOD(bus_print_child, bus_generic_print_child),
sys/dev/netif/bce/if_bce.c
528
DEVMETHOD(bus_driver_added, bus_generic_driver_added),
sys/dev/netif/bce/if_bce.c
531
DEVMETHOD(miibus_readreg, bce_miibus_read_reg),
sys/dev/netif/bce/if_bce.c
532
DEVMETHOD(miibus_writereg, bce_miibus_write_reg),
sys/dev/netif/bce/if_bce.c
533
DEVMETHOD(miibus_statchg, bce_miibus_statchg),
sys/dev/netif/bfe/if_bfe.c
133
DEVMETHOD(device_probe, bfe_probe),
sys/dev/netif/bfe/if_bfe.c
134
DEVMETHOD(device_attach, bfe_attach),
sys/dev/netif/bfe/if_bfe.c
135
DEVMETHOD(device_detach, bfe_detach),
sys/dev/netif/bfe/if_bfe.c
136
DEVMETHOD(device_shutdown, bfe_shutdown),
sys/dev/netif/bfe/if_bfe.c
139
DEVMETHOD(bus_print_child, bus_generic_print_child),
sys/dev/netif/bfe/if_bfe.c
140
DEVMETHOD(bus_driver_added, bus_generic_driver_added),
sys/dev/netif/bfe/if_bfe.c
143
DEVMETHOD(miibus_readreg, bfe_miibus_readreg),
sys/dev/netif/bfe/if_bfe.c
144
DEVMETHOD(miibus_writereg, bfe_miibus_writereg),
sys/dev/netif/bge/if_bge.c
450
DEVMETHOD(device_probe, bge_probe),
sys/dev/netif/bge/if_bge.c
451
DEVMETHOD(device_attach, bge_attach),
sys/dev/netif/bge/if_bge.c
452
DEVMETHOD(device_detach, bge_detach),
sys/dev/netif/bge/if_bge.c
453
DEVMETHOD(device_shutdown, bge_shutdown),
sys/dev/netif/bge/if_bge.c
454
DEVMETHOD(device_suspend, bge_suspend),
sys/dev/netif/bge/if_bge.c
455
DEVMETHOD(device_resume, bge_resume),
sys/dev/netif/bge/if_bge.c
458
DEVMETHOD(bus_print_child, bus_generic_print_child),
sys/dev/netif/bge/if_bge.c
459
DEVMETHOD(bus_driver_added, bus_generic_driver_added),
sys/dev/netif/bge/if_bge.c
462
DEVMETHOD(miibus_readreg, bge_miibus_readreg),
sys/dev/netif/bge/if_bge.c
463
DEVMETHOD(miibus_writereg, bge_miibus_writereg),
sys/dev/netif/bge/if_bge.c
464
DEVMETHOD(miibus_statchg, bge_miibus_statchg),
sys/dev/netif/bnx/if_bnx.c
341
DEVMETHOD(device_probe, bnx_probe),
sys/dev/netif/bnx/if_bnx.c
342
DEVMETHOD(device_attach, bnx_attach),
sys/dev/netif/bnx/if_bnx.c
343
DEVMETHOD(device_detach, bnx_detach),
sys/dev/netif/bnx/if_bnx.c
344
DEVMETHOD(device_shutdown, bnx_shutdown),
sys/dev/netif/bnx/if_bnx.c
345
DEVMETHOD(device_suspend, bnx_suspend),
sys/dev/netif/bnx/if_bnx.c
346
DEVMETHOD(device_resume, bnx_resume),
sys/dev/netif/bnx/if_bnx.c
349
DEVMETHOD(bus_print_child, bus_generic_print_child),
sys/dev/netif/bnx/if_bnx.c
350
DEVMETHOD(bus_driver_added, bus_generic_driver_added),
sys/dev/netif/bnx/if_bnx.c
353
DEVMETHOD(miibus_readreg, bnx_miibus_readreg),
sys/dev/netif/bnx/if_bnx.c
354
DEVMETHOD(miibus_writereg, bnx_miibus_writereg),
sys/dev/netif/bnx/if_bnx.c
355
DEVMETHOD(miibus_statchg, bnx_miibus_statchg),
sys/dev/netif/bwn/bwn/if_bwn.c
7477
DEVMETHOD(device_probe, bwn_probe),
sys/dev/netif/bwn/bwn/if_bwn.c
7478
DEVMETHOD(device_attach, bwn_attach),
sys/dev/netif/bwn/bwn/if_bwn.c
7479
DEVMETHOD(device_detach, bwn_detach),
sys/dev/netif/bwn/bwn/if_bwn.c
7480
DEVMETHOD(device_suspend, bwn_suspend),
sys/dev/netif/bwn/bwn/if_bwn.c
7481
DEVMETHOD(device_resume, bwn_resume),
sys/dev/netif/bwn/siba/siba_bwn.c
462
DEVMETHOD(device_probe, siba_bwn_probe),
sys/dev/netif/bwn/siba/siba_bwn.c
463
DEVMETHOD(device_attach, siba_bwn_attach),
sys/dev/netif/bwn/siba/siba_bwn.c
464
DEVMETHOD(device_detach, siba_bwn_detach),
sys/dev/netif/bwn/siba/siba_bwn.c
465
DEVMETHOD(device_shutdown, siba_bwn_shutdown),
sys/dev/netif/bwn/siba/siba_bwn.c
466
DEVMETHOD(device_suspend, siba_bwn_suspend),
sys/dev/netif/bwn/siba/siba_bwn.c
467
DEVMETHOD(device_resume, siba_bwn_resume),
sys/dev/netif/bwn/siba/siba_bwn.c
470
DEVMETHOD(bus_alloc_resource, siba_bwn_alloc_resource),
sys/dev/netif/bwn/siba/siba_bwn.c
471
DEVMETHOD(bus_release_resource, siba_bwn_release_resource),
sys/dev/netif/bwn/siba/siba_bwn.c
472
DEVMETHOD(bus_read_ivar, siba_bwn_read_ivar),
sys/dev/netif/bwn/siba/siba_bwn.c
473
DEVMETHOD(bus_setup_intr, siba_bwn_setup_intr),
sys/dev/netif/bwn/siba/siba_bwn.c
474
DEVMETHOD(bus_teardown_intr, siba_bwn_teardown_intr),
sys/dev/netif/bwn/siba/siba_bwn.c
478
DEVMETHOD(pci_find_cap, siba_bwn_find_cap),
sys/dev/netif/bwn/siba/siba_bwn.c
480
DEVMETHOD(pci_find_extcap, siba_bwn_find_extcap),
sys/dev/netif/bwn/siba/siba_bwn.c
482
DEVMETHOD(pci_find_htcap, siba_bwn_find_htcap),
sys/dev/netif/bwn/siba/siba_bwn.c
484
DEVMETHOD(pci_alloc_msi, siba_bwn_alloc_msi),
sys/dev/netif/bwn/siba/siba_bwn.c
485
DEVMETHOD(pci_release_msi, siba_bwn_release_msi),
sys/dev/netif/bwn/siba/siba_bwn.c
486
DEVMETHOD(pci_msi_count, siba_bwn_msi_count),
sys/dev/netif/dc/if_dc.c
288
DEVMETHOD(device_probe, dc_probe),
sys/dev/netif/dc/if_dc.c
289
DEVMETHOD(device_attach, dc_attach),
sys/dev/netif/dc/if_dc.c
290
DEVMETHOD(device_detach, dc_detach),
sys/dev/netif/dc/if_dc.c
291
DEVMETHOD(device_suspend, dc_suspend),
sys/dev/netif/dc/if_dc.c
292
DEVMETHOD(device_resume, dc_resume),
sys/dev/netif/dc/if_dc.c
293
DEVMETHOD(device_shutdown, dc_shutdown),
sys/dev/netif/dc/if_dc.c
296
DEVMETHOD(bus_print_child, bus_generic_print_child),
sys/dev/netif/dc/if_dc.c
297
DEVMETHOD(bus_driver_added, bus_generic_driver_added),
sys/dev/netif/dc/if_dc.c
300
DEVMETHOD(miibus_readreg, dc_miibus_readreg),
sys/dev/netif/dc/if_dc.c
301
DEVMETHOD(miibus_writereg, dc_miibus_writereg),
sys/dev/netif/dc/if_dc.c
302
DEVMETHOD(miibus_statchg, dc_miibus_statchg),
sys/dev/netif/dc/if_dc.c
303
DEVMETHOD(miibus_mediainit, dc_miibus_mediainit),
sys/dev/netif/de/if_de.c
4320
DEVMETHOD(device_probe, tulip_pci_probe),
sys/dev/netif/de/if_de.c
4321
DEVMETHOD(device_attach, tulip_pci_attach),
sys/dev/netif/de/if_de.c
4322
DEVMETHOD(device_shutdown, tulip_shutdown),
sys/dev/netif/em/if_em.c
384
DEVMETHOD(device_probe, em_probe),
sys/dev/netif/em/if_em.c
385
DEVMETHOD(device_attach, em_attach),
sys/dev/netif/em/if_em.c
386
DEVMETHOD(device_detach, em_detach),
sys/dev/netif/em/if_em.c
387
DEVMETHOD(device_shutdown, em_shutdown),
sys/dev/netif/em/if_em.c
388
DEVMETHOD(device_suspend, em_suspend),
sys/dev/netif/em/if_em.c
389
DEVMETHOD(device_resume, em_resume),
sys/dev/netif/emx/if_emx.c
315
DEVMETHOD(device_probe, emx_probe),
sys/dev/netif/emx/if_emx.c
316
DEVMETHOD(device_attach, emx_attach),
sys/dev/netif/emx/if_emx.c
317
DEVMETHOD(device_detach, emx_detach),
sys/dev/netif/emx/if_emx.c
318
DEVMETHOD(device_shutdown, emx_shutdown),
sys/dev/netif/emx/if_emx.c
319
DEVMETHOD(device_suspend, emx_suspend),
sys/dev/netif/emx/if_emx.c
320
DEVMETHOD(device_resume, emx_resume),
sys/dev/netif/et/if_et.c
149
DEVMETHOD(device_probe, et_probe),
sys/dev/netif/et/if_et.c
150
DEVMETHOD(device_attach, et_attach),
sys/dev/netif/et/if_et.c
151
DEVMETHOD(device_detach, et_detach),
sys/dev/netif/et/if_et.c
152
DEVMETHOD(device_shutdown, et_shutdown),
sys/dev/netif/et/if_et.c
154
DEVMETHOD(device_suspend, et_suspend),
sys/dev/netif/et/if_et.c
155
DEVMETHOD(device_resume, et_resume),
sys/dev/netif/et/if_et.c
158
DEVMETHOD(bus_print_child, bus_generic_print_child),
sys/dev/netif/et/if_et.c
159
DEVMETHOD(bus_driver_added, bus_generic_driver_added),
sys/dev/netif/et/if_et.c
161
DEVMETHOD(miibus_readreg, et_miibus_readreg),
sys/dev/netif/et/if_et.c
162
DEVMETHOD(miibus_writereg, et_miibus_writereg),
sys/dev/netif/et/if_et.c
163
DEVMETHOD(miibus_statchg, et_miibus_statchg),
sys/dev/netif/fwe/if_fwe.c
604
DEVMETHOD(device_identify, bus_generic_identify_sameunit),
sys/dev/netif/fwe/if_fwe.c
605
DEVMETHOD(device_probe, fwe_probe),
sys/dev/netif/fwe/if_fwe.c
606
DEVMETHOD(device_attach, fwe_attach),
sys/dev/netif/fwe/if_fwe.c
607
DEVMETHOD(device_detach, fwe_detach),
sys/dev/netif/fxp/if_fxp.c
251
DEVMETHOD(device_probe, fxp_probe),
sys/dev/netif/fxp/if_fxp.c
252
DEVMETHOD(device_attach, fxp_attach),
sys/dev/netif/fxp/if_fxp.c
253
DEVMETHOD(device_detach, fxp_detach),
sys/dev/netif/fxp/if_fxp.c
254
DEVMETHOD(device_shutdown, fxp_shutdown),
sys/dev/netif/fxp/if_fxp.c
255
DEVMETHOD(device_suspend, fxp_suspend),
sys/dev/netif/fxp/if_fxp.c
256
DEVMETHOD(device_resume, fxp_resume),
sys/dev/netif/fxp/if_fxp.c
259
DEVMETHOD(miibus_readreg, fxp_miibus_readreg),
sys/dev/netif/fxp/if_fxp.c
260
DEVMETHOD(miibus_writereg, fxp_miibus_writereg),
sys/dev/netif/ic/if_ic.c
100
DEVMETHOD(device_probe, icprobe),
sys/dev/netif/ic/if_ic.c
101
DEVMETHOD(device_attach, icattach),
sys/dev/netif/ic/if_ic.c
104
DEVMETHOD(iicbus_intr, icintr),
sys/dev/netif/igb/if_igb.c
256
DEVMETHOD(device_probe, igb_probe),
sys/dev/netif/igb/if_igb.c
257
DEVMETHOD(device_attach, igb_attach),
sys/dev/netif/igb/if_igb.c
258
DEVMETHOD(device_detach, igb_detach),
sys/dev/netif/igb/if_igb.c
259
DEVMETHOD(device_shutdown, igb_shutdown),
sys/dev/netif/igb/if_igb.c
260
DEVMETHOD(device_suspend, igb_suspend),
sys/dev/netif/igb/if_igb.c
261
DEVMETHOD(device_resume, igb_resume),
sys/dev/netif/iwi/if_iwi.c
235
DEVMETHOD(device_probe, iwi_probe),
sys/dev/netif/iwi/if_iwi.c
236
DEVMETHOD(device_attach, iwi_attach),
sys/dev/netif/iwi/if_iwi.c
237
DEVMETHOD(device_detach, iwi_detach),
sys/dev/netif/iwi/if_iwi.c
238
DEVMETHOD(device_shutdown, iwi_shutdown),
sys/dev/netif/iwi/if_iwi.c
239
DEVMETHOD(device_suspend, iwi_suspend),
sys/dev/netif/iwi/if_iwi.c
240
DEVMETHOD(device_resume, iwi_resume),
sys/dev/netif/iwm/if_iwm.c
6730
DEVMETHOD(device_probe, iwm_probe),
sys/dev/netif/iwm/if_iwm.c
6731
DEVMETHOD(device_attach, iwm_attach),
sys/dev/netif/iwm/if_iwm.c
6732
DEVMETHOD(device_detach, iwm_detach),
sys/dev/netif/iwm/if_iwm.c
6733
DEVMETHOD(device_suspend, iwm_suspend),
sys/dev/netif/iwm/if_iwm.c
6734
DEVMETHOD(device_resume, iwm_resume),
sys/dev/netif/iwn/if_iwn.c
366
DEVMETHOD(device_probe, iwn_probe),
sys/dev/netif/iwn/if_iwn.c
367
DEVMETHOD(device_attach, iwn_attach),
sys/dev/netif/iwn/if_iwn.c
368
DEVMETHOD(device_detach, iwn_detach),
sys/dev/netif/iwn/if_iwn.c
369
DEVMETHOD(device_shutdown, iwn_shutdown),
sys/dev/netif/iwn/if_iwn.c
370
DEVMETHOD(device_suspend, iwn_suspend),
sys/dev/netif/iwn/if_iwn.c
371
DEVMETHOD(device_resume, iwn_resume),
sys/dev/netif/ix/if_ix.c
291
DEVMETHOD(device_probe, ix_probe),
sys/dev/netif/ix/if_ix.c
292
DEVMETHOD(device_attach, ix_attach),
sys/dev/netif/ix/if_ix.c
293
DEVMETHOD(device_detach, ix_detach),
sys/dev/netif/ix/if_ix.c
294
DEVMETHOD(device_shutdown, ix_shutdown),
sys/dev/netif/jme/if_jme.c
206
DEVMETHOD(device_probe, jme_probe),
sys/dev/netif/jme/if_jme.c
207
DEVMETHOD(device_attach, jme_attach),
sys/dev/netif/jme/if_jme.c
208
DEVMETHOD(device_detach, jme_detach),
sys/dev/netif/jme/if_jme.c
209
DEVMETHOD(device_shutdown, jme_shutdown),
sys/dev/netif/jme/if_jme.c
210
DEVMETHOD(device_suspend, jme_suspend),
sys/dev/netif/jme/if_jme.c
211
DEVMETHOD(device_resume, jme_resume),
sys/dev/netif/jme/if_jme.c
214
DEVMETHOD(bus_print_child, bus_generic_print_child),
sys/dev/netif/jme/if_jme.c
215
DEVMETHOD(bus_driver_added, bus_generic_driver_added),
sys/dev/netif/jme/if_jme.c
218
DEVMETHOD(miibus_readreg, jme_miibus_readreg),
sys/dev/netif/jme/if_jme.c
219
DEVMETHOD(miibus_writereg, jme_miibus_writereg),
sys/dev/netif/jme/if_jme.c
220
DEVMETHOD(miibus_statchg, jme_miibus_statchg),
sys/dev/netif/lge/if_lge.c
174
DEVMETHOD(device_probe, lge_probe),
sys/dev/netif/lge/if_lge.c
175
DEVMETHOD(device_attach, lge_attach),
sys/dev/netif/lge/if_lge.c
176
DEVMETHOD(device_detach, lge_detach),
sys/dev/netif/lge/if_lge.c
177
DEVMETHOD(device_shutdown, lge_shutdown),
sys/dev/netif/lge/if_lge.c
180
DEVMETHOD(bus_print_child, bus_generic_print_child),
sys/dev/netif/lge/if_lge.c
181
DEVMETHOD(bus_driver_added, bus_generic_driver_added),
sys/dev/netif/lge/if_lge.c
184
DEVMETHOD(miibus_readreg, lge_miibus_readreg),
sys/dev/netif/lge/if_lge.c
185
DEVMETHOD(miibus_writereg, lge_miibus_writereg),
sys/dev/netif/lge/if_lge.c
186
DEVMETHOD(miibus_statchg, lge_miibus_statchg),
sys/dev/netif/lnc/if_lnc_pci.c
136
DEVMETHOD(device_probe, le_pci_probe),
sys/dev/netif/lnc/if_lnc_pci.c
137
DEVMETHOD(device_attach, le_pci_attach),
sys/dev/netif/lnc/if_lnc_pci.c
138
DEVMETHOD(device_detach, le_pci_detach),
sys/dev/netif/lnc/if_lnc_pci.c
140
DEVMETHOD(device_shutdown, le_pci_suspend),
sys/dev/netif/lnc/if_lnc_pci.c
141
DEVMETHOD(device_suspend, le_pci_suspend),
sys/dev/netif/lnc/if_lnc_pci.c
142
DEVMETHOD(device_resume, le_pci_resume),
sys/dev/netif/mii_layer/acphy.c
100
DEVMETHOD(device_probe, acphy_probe),
sys/dev/netif/mii_layer/acphy.c
101
DEVMETHOD(device_attach, acphy_attach),
sys/dev/netif/mii_layer/acphy.c
102
DEVMETHOD(device_detach, ukphy_detach),
sys/dev/netif/mii_layer/acphy.c
103
DEVMETHOD(device_shutdown, bus_generic_shutdown),
sys/dev/netif/mii_layer/amphy.c
66
DEVMETHOD(device_probe, amphy_probe),
sys/dev/netif/mii_layer/amphy.c
67
DEVMETHOD(device_attach, amphy_attach),
sys/dev/netif/mii_layer/amphy.c
68
DEVMETHOD(device_detach, ukphy_detach),
sys/dev/netif/mii_layer/amphy.c
69
DEVMETHOD(device_shutdown, bus_generic_shutdown),
sys/dev/netif/mii_layer/atphy.c
59
DEVMETHOD(device_probe, atphy_probe),
sys/dev/netif/mii_layer/atphy.c
60
DEVMETHOD(device_attach, atphy_attach),
sys/dev/netif/mii_layer/atphy.c
61
DEVMETHOD(device_detach, ukphy_detach),
sys/dev/netif/mii_layer/atphy.c
62
DEVMETHOD(device_shutdown, bus_generic_shutdown),
sys/dev/netif/mii_layer/brgphy.c
117
DEVMETHOD(device_probe, brgphy_probe),
sys/dev/netif/mii_layer/brgphy.c
118
DEVMETHOD(device_attach, brgphy_attach),
sys/dev/netif/mii_layer/brgphy.c
119
DEVMETHOD(device_detach, ukphy_detach),
sys/dev/netif/mii_layer/brgphy.c
120
DEVMETHOD(device_shutdown, bus_generic_shutdown),
sys/dev/netif/mii_layer/ciphy.c
65
DEVMETHOD(device_probe, ciphy_probe),
sys/dev/netif/mii_layer/ciphy.c
66
DEVMETHOD(device_attach, ciphy_attach),
sys/dev/netif/mii_layer/ciphy.c
67
DEVMETHOD(device_detach, ukphy_detach),
sys/dev/netif/mii_layer/ciphy.c
68
DEVMETHOD(device_shutdown, bus_generic_shutdown),
sys/dev/netif/mii_layer/dcphy.c
88
DEVMETHOD(device_probe, dcphy_probe),
sys/dev/netif/mii_layer/dcphy.c
89
DEVMETHOD(device_attach, dcphy_attach),
sys/dev/netif/mii_layer/dcphy.c
90
DEVMETHOD(device_detach, ukphy_detach),
sys/dev/netif/mii_layer/dcphy.c
91
DEVMETHOD(device_shutdown, bus_generic_shutdown),
sys/dev/netif/mii_layer/e1000phy.c
72
DEVMETHOD(device_probe, e1000phy_probe),
sys/dev/netif/mii_layer/e1000phy.c
73
DEVMETHOD(device_attach, e1000phy_attach),
sys/dev/netif/mii_layer/e1000phy.c
74
DEVMETHOD(device_detach, ukphy_detach),
sys/dev/netif/mii_layer/e1000phy.c
75
DEVMETHOD(device_shutdown, bus_generic_shutdown),
sys/dev/netif/mii_layer/exphy.c
100
DEVMETHOD(device_shutdown, bus_generic_shutdown),
sys/dev/netif/mii_layer/exphy.c
97
DEVMETHOD(device_probe, exphy_probe),
sys/dev/netif/mii_layer/exphy.c
98
DEVMETHOD(device_attach, exphy_attach),
sys/dev/netif/mii_layer/exphy.c
99
DEVMETHOD(device_detach, ukphy_detach),
sys/dev/netif/mii_layer/inphy.c
61
DEVMETHOD(device_probe, inphy_probe),
sys/dev/netif/mii_layer/inphy.c
62
DEVMETHOD(device_attach, inphy_attach),
sys/dev/netif/mii_layer/inphy.c
63
DEVMETHOD(device_detach, ukphy_detach),
sys/dev/netif/mii_layer/inphy.c
64
DEVMETHOD(device_shutdown, bus_generic_shutdown),
sys/dev/netif/mii_layer/ip1000phy.c
66
DEVMETHOD(device_probe, ip1000phy_probe),
sys/dev/netif/mii_layer/ip1000phy.c
67
DEVMETHOD(device_attach, ip1000phy_attach),
sys/dev/netif/mii_layer/ip1000phy.c
68
DEVMETHOD(device_detach, ukphy_detach),
sys/dev/netif/mii_layer/ip1000phy.c
69
DEVMETHOD(device_shutdown, bus_generic_shutdown),
sys/dev/netif/mii_layer/jmphy.c
59
DEVMETHOD(device_probe, jmphy_probe),
sys/dev/netif/mii_layer/jmphy.c
60
DEVMETHOD(device_attach, jmphy_attach),
sys/dev/netif/mii_layer/jmphy.c
61
DEVMETHOD(device_detach, ukphy_detach),
sys/dev/netif/mii_layer/jmphy.c
62
DEVMETHOD(device_shutdown, bus_generic_shutdown),
sys/dev/netif/mii_layer/lxtphy.c
108
DEVMETHOD(device_probe, lxtphy_probe),
sys/dev/netif/mii_layer/lxtphy.c
109
DEVMETHOD(device_attach, lxtphy_attach),
sys/dev/netif/mii_layer/lxtphy.c
110
DEVMETHOD(device_detach, ukphy_detach),
sys/dev/netif/mii_layer/lxtphy.c
111
DEVMETHOD(device_shutdown, bus_generic_shutdown),
sys/dev/netif/mii_layer/mii.c
74
DEVMETHOD(device_probe, miibus_probe),
sys/dev/netif/mii_layer/mii.c
75
DEVMETHOD(device_attach, miibus_attach),
sys/dev/netif/mii_layer/mii.c
76
DEVMETHOD(device_detach, miibus_detach),
sys/dev/netif/mii_layer/mii.c
77
DEVMETHOD(device_shutdown, bus_generic_shutdown),
sys/dev/netif/mii_layer/mii.c
80
DEVMETHOD(bus_print_child, bus_generic_print_child),
sys/dev/netif/mii_layer/mii.c
81
DEVMETHOD(bus_driver_added, bus_generic_driver_added),
sys/dev/netif/mii_layer/mii.c
84
DEVMETHOD(miibus_readreg, miibus_readreg),
sys/dev/netif/mii_layer/mii.c
85
DEVMETHOD(miibus_writereg, miibus_writereg),
sys/dev/netif/mii_layer/mii.c
86
DEVMETHOD(miibus_statchg, miibus_statchg),
sys/dev/netif/mii_layer/mii.c
87
DEVMETHOD(miibus_mediainit, miibus_mediainit),
sys/dev/netif/mii_layer/mlphy.c
84
DEVMETHOD(device_probe, mlphy_probe),
sys/dev/netif/mii_layer/mlphy.c
85
DEVMETHOD(device_attach, mlphy_attach),
sys/dev/netif/mii_layer/mlphy.c
86
DEVMETHOD(device_detach, mlphy_detach),
sys/dev/netif/mii_layer/mlphy.c
87
DEVMETHOD(device_shutdown, bus_generic_shutdown),
sys/dev/netif/mii_layer/nsgphy.c
75
DEVMETHOD(device_probe, nsgphy_probe),
sys/dev/netif/mii_layer/nsgphy.c
76
DEVMETHOD(device_attach, nsgphy_attach),
sys/dev/netif/mii_layer/nsgphy.c
77
DEVMETHOD(device_shutdown, bus_generic_shutdown),
sys/dev/netif/mii_layer/nsphy.c
101
DEVMETHOD(device_probe, nsphy_probe),
sys/dev/netif/mii_layer/nsphy.c
102
DEVMETHOD(device_attach, nsphy_attach),
sys/dev/netif/mii_layer/nsphy.c
103
DEVMETHOD(device_detach, ukphy_detach),
sys/dev/netif/mii_layer/nsphy.c
104
DEVMETHOD(device_shutdown, bus_generic_shutdown),
sys/dev/netif/mii_layer/pnaphy.c
70
DEVMETHOD(device_probe, pnaphy_probe),
sys/dev/netif/mii_layer/pnaphy.c
71
DEVMETHOD(device_attach, pnaphy_attach),
sys/dev/netif/mii_layer/pnaphy.c
72
DEVMETHOD(device_detach, ukphy_detach),
sys/dev/netif/mii_layer/pnaphy.c
73
DEVMETHOD(device_shutdown, bus_generic_shutdown),
sys/dev/netif/mii_layer/pnphy.c
78
DEVMETHOD(device_probe, pnphy_probe),
sys/dev/netif/mii_layer/pnphy.c
79
DEVMETHOD(device_attach, pnphy_attach),
sys/dev/netif/mii_layer/pnphy.c
80
DEVMETHOD(device_detach, ukphy_detach),
sys/dev/netif/mii_layer/pnphy.c
81
DEVMETHOD(device_shutdown, bus_generic_shutdown),
sys/dev/netif/mii_layer/qsphy.c
102
DEVMETHOD(device_probe, qsphy_probe),
sys/dev/netif/mii_layer/qsphy.c
103
DEVMETHOD(device_attach, qsphy_attach),
sys/dev/netif/mii_layer/qsphy.c
104
DEVMETHOD(device_detach, ukphy_detach),
sys/dev/netif/mii_layer/qsphy.c
105
DEVMETHOD(device_shutdown, bus_generic_shutdown),
sys/dev/netif/mii_layer/rgephy.c
66
DEVMETHOD(device_probe, rgephy_probe),
sys/dev/netif/mii_layer/rgephy.c
67
DEVMETHOD(device_attach, rgephy_attach),
sys/dev/netif/mii_layer/rgephy.c
68
DEVMETHOD(device_detach, ukphy_detach),
sys/dev/netif/mii_layer/rgephy.c
69
DEVMETHOD(device_shutdown, bus_generic_shutdown),
sys/dev/netif/mii_layer/rlphy.c
67
DEVMETHOD(device_probe, rlphy_probe),
sys/dev/netif/mii_layer/rlphy.c
68
DEVMETHOD(device_attach, rlphy_attach),
sys/dev/netif/mii_layer/rlphy.c
69
DEVMETHOD(device_detach, ukphy_detach),
sys/dev/netif/mii_layer/rlphy.c
70
DEVMETHOD(device_shutdown, bus_generic_shutdown),
sys/dev/netif/mii_layer/ruephy.c
55
DEVMETHOD(device_probe, ruephy_probe),
sys/dev/netif/mii_layer/ruephy.c
56
DEVMETHOD(device_attach, ruephy_attach),
sys/dev/netif/mii_layer/ruephy.c
57
DEVMETHOD(device_detach, ukphy_detach),
sys/dev/netif/mii_layer/ruephy.c
58
DEVMETHOD(device_shutdown, bus_generic_shutdown),
sys/dev/netif/mii_layer/tlphy.c
108
DEVMETHOD(device_probe, tlphy_probe),
sys/dev/netif/mii_layer/tlphy.c
109
DEVMETHOD(device_attach, tlphy_attach),
sys/dev/netif/mii_layer/tlphy.c
110
DEVMETHOD(device_detach, ukphy_detach),
sys/dev/netif/mii_layer/tlphy.c
111
DEVMETHOD(device_shutdown, bus_generic_shutdown),
sys/dev/netif/mii_layer/truephy.c
62
DEVMETHOD(device_probe, truephy_probe),
sys/dev/netif/mii_layer/truephy.c
63
DEVMETHOD(device_attach, truephy_attach),
sys/dev/netif/mii_layer/truephy.c
64
DEVMETHOD(device_detach, ukphy_detach),
sys/dev/netif/mii_layer/truephy.c
65
DEVMETHOD(device_shutdown, bus_generic_shutdown),
sys/dev/netif/mii_layer/ukphy.c
100
DEVMETHOD(device_attach, ukphy_attach),
sys/dev/netif/mii_layer/ukphy.c
101
DEVMETHOD(device_detach, ukphy_detach),
sys/dev/netif/mii_layer/ukphy.c
102
DEVMETHOD(device_shutdown, bus_generic_shutdown),
sys/dev/netif/mii_layer/ukphy.c
99
DEVMETHOD(device_probe, ukphy_probe),
sys/dev/netif/mii_layer/xmphy.c
66
DEVMETHOD(device_probe, xmphy_probe),
sys/dev/netif/mii_layer/xmphy.c
67
DEVMETHOD(device_attach, xmphy_attach),
sys/dev/netif/mii_layer/xmphy.c
68
DEVMETHOD(device_detach, ukphy_detach),
sys/dev/netif/mii_layer/xmphy.c
69
DEVMETHOD(device_shutdown, bus_generic_shutdown),
sys/dev/netif/mn/if_mn.c
1404
DEVMETHOD(device_probe, mn_probe),
sys/dev/netif/mn/if_mn.c
1405
DEVMETHOD(device_attach, mn_attach),
sys/dev/netif/mn/if_mn.c
1406
DEVMETHOD(device_suspend, bus_generic_suspend),
sys/dev/netif/mn/if_mn.c
1407
DEVMETHOD(device_resume, bus_generic_resume),
sys/dev/netif/mn/if_mn.c
1408
DEVMETHOD(device_shutdown, bus_generic_shutdown),
sys/dev/netif/msk/if_msk.c
307
DEVMETHOD(device_probe, mskc_probe),
sys/dev/netif/msk/if_msk.c
308
DEVMETHOD(device_attach, mskc_attach),
sys/dev/netif/msk/if_msk.c
309
DEVMETHOD(device_detach, mskc_detach),
sys/dev/netif/msk/if_msk.c
310
DEVMETHOD(device_suspend, mskc_suspend),
sys/dev/netif/msk/if_msk.c
311
DEVMETHOD(device_resume, mskc_resume),
sys/dev/netif/msk/if_msk.c
312
DEVMETHOD(device_shutdown, mskc_shutdown),
sys/dev/netif/msk/if_msk.c
315
DEVMETHOD(bus_print_child, bus_generic_print_child),
sys/dev/netif/msk/if_msk.c
316
DEVMETHOD(bus_driver_added, bus_generic_driver_added),
sys/dev/netif/msk/if_msk.c
326
DEVMETHOD(device_probe, msk_probe),
sys/dev/netif/msk/if_msk.c
327
DEVMETHOD(device_attach, msk_attach),
sys/dev/netif/msk/if_msk.c
328
DEVMETHOD(device_detach, msk_detach),
sys/dev/netif/msk/if_msk.c
329
DEVMETHOD(device_shutdown, bus_generic_shutdown),
sys/dev/netif/msk/if_msk.c
332
DEVMETHOD(bus_print_child, bus_generic_print_child),
sys/dev/netif/msk/if_msk.c
333
DEVMETHOD(bus_driver_added, bus_generic_driver_added),
sys/dev/netif/msk/if_msk.c
336
DEVMETHOD(miibus_readreg, msk_miibus_readreg),
sys/dev/netif/msk/if_msk.c
337
DEVMETHOD(miibus_writereg, msk_miibus_writereg),
sys/dev/netif/msk/if_msk.c
338
DEVMETHOD(miibus_statchg, msk_miibus_statchg),
sys/dev/netif/mxge/if_mxge.c
144
DEVMETHOD(device_probe, mxge_probe),
sys/dev/netif/mxge/if_mxge.c
145
DEVMETHOD(device_attach, mxge_attach),
sys/dev/netif/mxge/if_mxge.c
146
DEVMETHOD(device_detach, mxge_detach),
sys/dev/netif/mxge/if_mxge.c
147
DEVMETHOD(device_shutdown, mxge_shutdown),
sys/dev/netif/my/if_my.c
142
DEVMETHOD(device_probe, my_probe),
sys/dev/netif/my/if_my.c
143
DEVMETHOD(device_attach, my_attach),
sys/dev/netif/my/if_my.c
144
DEVMETHOD(device_detach, my_detach),
sys/dev/netif/my/if_my.c
145
DEVMETHOD(device_shutdown, my_shutdown),
sys/dev/netif/nfe/if_nfe.c
331
DEVMETHOD(device_probe, nfe_probe),
sys/dev/netif/nfe/if_nfe.c
332
DEVMETHOD(device_attach, nfe_attach),
sys/dev/netif/nfe/if_nfe.c
333
DEVMETHOD(device_detach, nfe_detach),
sys/dev/netif/nfe/if_nfe.c
334
DEVMETHOD(device_suspend, nfe_suspend),
sys/dev/netif/nfe/if_nfe.c
335
DEVMETHOD(device_resume, nfe_resume),
sys/dev/netif/nfe/if_nfe.c
336
DEVMETHOD(device_shutdown, nfe_shutdown),
sys/dev/netif/nfe/if_nfe.c
339
DEVMETHOD(bus_print_child, bus_generic_print_child),
sys/dev/netif/nfe/if_nfe.c
340
DEVMETHOD(bus_driver_added, bus_generic_driver_added),
sys/dev/netif/nfe/if_nfe.c
343
DEVMETHOD(miibus_readreg, nfe_miibus_readreg),
sys/dev/netif/nfe/if_nfe.c
344
DEVMETHOD(miibus_writereg, nfe_miibus_writereg),
sys/dev/netif/nfe/if_nfe.c
345
DEVMETHOD(miibus_statchg, nfe_miibus_statchg),
sys/dev/netif/nge/if_nge.c
206
DEVMETHOD(device_probe, nge_probe),
sys/dev/netif/nge/if_nge.c
207
DEVMETHOD(device_attach, nge_attach),
sys/dev/netif/nge/if_nge.c
208
DEVMETHOD(device_detach, nge_detach),
sys/dev/netif/nge/if_nge.c
209
DEVMETHOD(device_shutdown, nge_shutdown),
sys/dev/netif/nge/if_nge.c
212
DEVMETHOD(bus_print_child, bus_generic_print_child),
sys/dev/netif/nge/if_nge.c
213
DEVMETHOD(bus_driver_added, bus_generic_driver_added),
sys/dev/netif/nge/if_nge.c
216
DEVMETHOD(miibus_readreg, nge_miibus_readreg),
sys/dev/netif/nge/if_nge.c
217
DEVMETHOD(miibus_writereg, nge_miibus_writereg),
sys/dev/netif/nge/if_nge.c
218
DEVMETHOD(miibus_statchg, nge_miibus_statchg),
sys/dev/netif/oce/oce_if.c
118
DEVMETHOD(device_probe, oce_probe),
sys/dev/netif/oce/oce_if.c
119
DEVMETHOD(device_attach, oce_attach),
sys/dev/netif/oce/oce_if.c
120
DEVMETHOD(device_detach, oce_detach),
sys/dev/netif/oce/oce_if.c
121
DEVMETHOD(device_shutdown, oce_shutdown),
sys/dev/netif/pcn/if_pcn.c
158
DEVMETHOD(device_probe, pcn_probe),
sys/dev/netif/pcn/if_pcn.c
159
DEVMETHOD(device_attach, pcn_attach),
sys/dev/netif/pcn/if_pcn.c
160
DEVMETHOD(device_detach, pcn_detach),
sys/dev/netif/pcn/if_pcn.c
161
DEVMETHOD(device_shutdown, pcn_shutdown),
sys/dev/netif/pcn/if_pcn.c
164
DEVMETHOD(bus_print_child, bus_generic_print_child),
sys/dev/netif/pcn/if_pcn.c
165
DEVMETHOD(bus_driver_added, bus_generic_driver_added),
sys/dev/netif/pcn/if_pcn.c
168
DEVMETHOD(miibus_readreg, pcn_miibus_readreg),
sys/dev/netif/pcn/if_pcn.c
169
DEVMETHOD(miibus_writereg, pcn_miibus_writereg),
sys/dev/netif/pcn/if_pcn.c
170
DEVMETHOD(miibus_statchg, pcn_miibus_statchg),
sys/dev/netif/plip/if_plip.c
746
DEVMETHOD(device_identify, bus_generic_identify),
sys/dev/netif/plip/if_plip.c
747
DEVMETHOD(device_probe, lp_probe),
sys/dev/netif/plip/if_plip.c
748
DEVMETHOD(device_attach, lp_attach),
sys/dev/netif/ral/if_ral_pci.c
166
DEVMETHOD(device_probe, ral_pci_probe),
sys/dev/netif/ral/if_ral_pci.c
167
DEVMETHOD(device_attach, ral_pci_attach),
sys/dev/netif/ral/if_ral_pci.c
168
DEVMETHOD(device_detach, ral_pci_detach),
sys/dev/netif/ral/if_ral_pci.c
169
DEVMETHOD(device_shutdown, ral_pci_shutdown),
sys/dev/netif/ral/if_ral_pci.c
170
DEVMETHOD(device_suspend, ral_pci_suspend),
sys/dev/netif/ral/if_ral_pci.c
171
DEVMETHOD(device_resume, ral_pci_resume),
sys/dev/netif/re/if_re.c
258
DEVMETHOD(device_probe, re_probe),
sys/dev/netif/re/if_re.c
259
DEVMETHOD(device_attach, re_attach),
sys/dev/netif/re/if_re.c
260
DEVMETHOD(device_detach, re_detach),
sys/dev/netif/re/if_re.c
261
DEVMETHOD(device_suspend, re_suspend),
sys/dev/netif/re/if_re.c
262
DEVMETHOD(device_resume, re_resume),
sys/dev/netif/re/if_re.c
263
DEVMETHOD(device_shutdown, re_shutdown),
sys/dev/netif/re/re.c
377
DEVMETHOD(device_probe, re_probe),
sys/dev/netif/re/re.c
378
DEVMETHOD(device_attach, re_attach),
sys/dev/netif/re/re.c
379
DEVMETHOD(device_detach, re_detach),
sys/dev/netif/re/re.c
380
DEVMETHOD(device_suspend, re_suspend),
sys/dev/netif/re/re.c
381
DEVMETHOD(device_resume, re_resume),
sys/dev/netif/re/re.c
382
DEVMETHOD(device_shutdown, re_shutdown),
sys/dev/netif/rl/if_rl.c
228
DEVMETHOD(device_probe, rl_probe),
sys/dev/netif/rl/if_rl.c
229
DEVMETHOD(device_attach, rl_attach),
sys/dev/netif/rl/if_rl.c
230
DEVMETHOD(device_detach, rl_detach),
sys/dev/netif/rl/if_rl.c
231
DEVMETHOD(device_suspend, rl_suspend),
sys/dev/netif/rl/if_rl.c
232
DEVMETHOD(device_resume, rl_resume),
sys/dev/netif/rl/if_rl.c
233
DEVMETHOD(device_shutdown, rl_shutdown),
sys/dev/netif/rl/if_rl.c
236
DEVMETHOD(bus_print_child, bus_generic_print_child),
sys/dev/netif/rl/if_rl.c
237
DEVMETHOD(bus_driver_added, bus_generic_driver_added),
sys/dev/netif/rl/if_rl.c
240
DEVMETHOD(miibus_readreg, rl_miibus_readreg),
sys/dev/netif/rl/if_rl.c
241
DEVMETHOD(miibus_writereg, rl_miibus_writereg),
sys/dev/netif/rl/if_rl.c
242
DEVMETHOD(miibus_statchg, rl_miibus_statchg),
sys/dev/netif/sbsh/if_sbsh.c
184
DEVMETHOD(device_probe, sbsh_probe),
sys/dev/netif/sbsh/if_sbsh.c
185
DEVMETHOD(device_attach, sbsh_attach),
sys/dev/netif/sbsh/if_sbsh.c
186
DEVMETHOD(device_detach, sbsh_detach),
sys/dev/netif/sbsh/if_sbsh.c
187
DEVMETHOD(device_shutdown, sbsh_shutdown),
sys/dev/netif/sbsh/if_sbsh.c
188
DEVMETHOD(device_suspend, sbsh_suspend),
sys/dev/netif/sbsh/if_sbsh.c
189
DEVMETHOD(device_resume, sbsh_resume),
sys/dev/netif/sf/if_sf.c
181
DEVMETHOD(device_probe, sf_probe),
sys/dev/netif/sf/if_sf.c
182
DEVMETHOD(device_attach, sf_attach),
sys/dev/netif/sf/if_sf.c
183
DEVMETHOD(device_detach, sf_detach),
sys/dev/netif/sf/if_sf.c
184
DEVMETHOD(device_shutdown, sf_shutdown),
sys/dev/netif/sf/if_sf.c
187
DEVMETHOD(bus_print_child, bus_generic_print_child),
sys/dev/netif/sf/if_sf.c
188
DEVMETHOD(bus_driver_added, bus_generic_driver_added),
sys/dev/netif/sf/if_sf.c
191
DEVMETHOD(miibus_readreg, sf_miibus_readreg),
sys/dev/netif/sf/if_sf.c
192
DEVMETHOD(miibus_writereg, sf_miibus_writereg),
sys/dev/netif/sf/if_sf.c
193
DEVMETHOD(miibus_statchg, sf_miibus_statchg),
sys/dev/netif/sis/if_sis.c
175
DEVMETHOD(device_probe, sis_probe),
sys/dev/netif/sis/if_sis.c
176
DEVMETHOD(device_attach, sis_attach),
sys/dev/netif/sis/if_sis.c
177
DEVMETHOD(device_detach, sis_detach),
sys/dev/netif/sis/if_sis.c
178
DEVMETHOD(device_shutdown, sis_shutdown),
sys/dev/netif/sis/if_sis.c
181
DEVMETHOD(bus_print_child, bus_generic_print_child),
sys/dev/netif/sis/if_sis.c
182
DEVMETHOD(bus_driver_added, bus_generic_driver_added),
sys/dev/netif/sis/if_sis.c
185
DEVMETHOD(miibus_readreg, sis_miibus_readreg),
sys/dev/netif/sis/if_sis.c
186
DEVMETHOD(miibus_writereg, sis_miibus_writereg),
sys/dev/netif/sis/if_sis.c
187
DEVMETHOD(miibus_statchg, sis_miibus_statchg),
sys/dev/netif/sk/if_sk.c
264
DEVMETHOD(device_probe, skc_probe),
sys/dev/netif/sk/if_sk.c
265
DEVMETHOD(device_attach, skc_attach),
sys/dev/netif/sk/if_sk.c
266
DEVMETHOD(device_detach, skc_detach),
sys/dev/netif/sk/if_sk.c
267
DEVMETHOD(device_shutdown, skc_shutdown),
sys/dev/netif/sk/if_sk.c
270
DEVMETHOD(bus_print_child, bus_generic_print_child),
sys/dev/netif/sk/if_sk.c
271
DEVMETHOD(bus_driver_added, bus_generic_driver_added),
sys/dev/netif/sk/if_sk.c
281
DEVMETHOD(device_probe, sk_probe),
sys/dev/netif/sk/if_sk.c
282
DEVMETHOD(device_attach, sk_attach),
sys/dev/netif/sk/if_sk.c
283
DEVMETHOD(device_detach, sk_detach),
sys/dev/netif/sk/if_sk.c
284
DEVMETHOD(device_shutdown, bus_generic_shutdown),
sys/dev/netif/sk/if_sk.c
287
DEVMETHOD(bus_print_child, bus_generic_print_child),
sys/dev/netif/sk/if_sk.c
288
DEVMETHOD(bus_driver_added, bus_generic_driver_added),
sys/dev/netif/sk/if_sk.c
291
DEVMETHOD(miibus_readreg, sk_miibus_readreg),
sys/dev/netif/sk/if_sk.c
292
DEVMETHOD(miibus_writereg, sk_miibus_writereg),
sys/dev/netif/sk/if_sk.c
293
DEVMETHOD(miibus_statchg, sk_miibus_statchg),
sys/dev/netif/sln/if_sln.c
128
DEVMETHOD(device_probe, sln_probe),
sys/dev/netif/sln/if_sln.c
129
DEVMETHOD(device_attach, sln_attach),
sys/dev/netif/sln/if_sln.c
130
DEVMETHOD(device_detach, sln_detach),
sys/dev/netif/sln/if_sln.c
131
DEVMETHOD(device_shutdown, sln_shutdown),
sys/dev/netif/sln/if_sln.c
132
DEVMETHOD(device_suspend, sln_suspend),
sys/dev/netif/sln/if_sln.c
133
DEVMETHOD(device_resume, sln_resume),
sys/dev/netif/sln/if_sln.c
135
DEVMETHOD(bus_print_child, bus_generic_print_child),
sys/dev/netif/sln/if_sln.c
136
DEVMETHOD(bus_driver_added, bus_generic_driver_added),
sys/dev/netif/sn/if_sn_pccard.c
128
DEVMETHOD(device_probe, pccard_compat_probe),
sys/dev/netif/sn/if_sn_pccard.c
129
DEVMETHOD(device_attach, pccard_compat_attach),
sys/dev/netif/sn/if_sn_pccard.c
130
DEVMETHOD(device_detach, sn_pccard_detach),
sys/dev/netif/sn/if_sn_pccard.c
133
DEVMETHOD(card_compat_match, sn_pccard_match),
sys/dev/netif/sn/if_sn_pccard.c
134
DEVMETHOD(card_compat_probe, sn_pccard_probe),
sys/dev/netif/sn/if_sn_pccard.c
135
DEVMETHOD(card_compat_attach, sn_pccard_attach),
sys/dev/netif/ste/if_ste.c
139
DEVMETHOD(device_probe, ste_probe),
sys/dev/netif/ste/if_ste.c
140
DEVMETHOD(device_attach, ste_attach),
sys/dev/netif/ste/if_ste.c
141
DEVMETHOD(device_detach, ste_detach),
sys/dev/netif/ste/if_ste.c
142
DEVMETHOD(device_shutdown, ste_shutdown),
sys/dev/netif/ste/if_ste.c
145
DEVMETHOD(bus_print_child, bus_generic_print_child),
sys/dev/netif/ste/if_ste.c
146
DEVMETHOD(bus_driver_added, bus_generic_driver_added),
sys/dev/netif/ste/if_ste.c
149
DEVMETHOD(miibus_readreg, ste_miibus_readreg),
sys/dev/netif/ste/if_ste.c
150
DEVMETHOD(miibus_writereg, ste_miibus_writereg),
sys/dev/netif/ste/if_ste.c
151
DEVMETHOD(miibus_statchg, ste_miibus_statchg),
sys/dev/netif/stge/if_stge.c
189
DEVMETHOD(device_probe, stge_probe),
sys/dev/netif/stge/if_stge.c
190
DEVMETHOD(device_attach, stge_attach),
sys/dev/netif/stge/if_stge.c
191
DEVMETHOD(device_detach, stge_detach),
sys/dev/netif/stge/if_stge.c
192
DEVMETHOD(device_shutdown, stge_shutdown),
sys/dev/netif/stge/if_stge.c
193
DEVMETHOD(device_suspend, stge_suspend),
sys/dev/netif/stge/if_stge.c
194
DEVMETHOD(device_resume, stge_resume),
sys/dev/netif/stge/if_stge.c
197
DEVMETHOD(miibus_readreg, stge_miibus_readreg),
sys/dev/netif/stge/if_stge.c
198
DEVMETHOD(miibus_writereg, stge_miibus_writereg),
sys/dev/netif/stge/if_stge.c
199
DEVMETHOD(miibus_statchg, stge_miibus_statchg),
sys/dev/netif/ti/if_ti.c
213
DEVMETHOD(device_probe, ti_probe),
sys/dev/netif/ti/if_ti.c
214
DEVMETHOD(device_attach, ti_attach),
sys/dev/netif/ti/if_ti.c
215
DEVMETHOD(device_detach, ti_detach),
sys/dev/netif/ti/if_ti.c
216
DEVMETHOD(device_shutdown, ti_shutdown),
sys/dev/netif/tl/if_tl.c
330
DEVMETHOD(device_probe, tl_probe),
sys/dev/netif/tl/if_tl.c
331
DEVMETHOD(device_attach, tl_attach),
sys/dev/netif/tl/if_tl.c
332
DEVMETHOD(device_detach, tl_detach),
sys/dev/netif/tl/if_tl.c
333
DEVMETHOD(device_shutdown, tl_shutdown),
sys/dev/netif/tl/if_tl.c
336
DEVMETHOD(bus_print_child, bus_generic_print_child),
sys/dev/netif/tl/if_tl.c
337
DEVMETHOD(bus_driver_added, bus_generic_driver_added),
sys/dev/netif/tl/if_tl.c
340
DEVMETHOD(miibus_readreg, tl_miibus_readreg),
sys/dev/netif/tl/if_tl.c
341
DEVMETHOD(miibus_writereg, tl_miibus_writereg),
sys/dev/netif/tl/if_tl.c
342
DEVMETHOD(miibus_statchg, tl_miibus_statchg),
sys/dev/netif/tx/if_tx.c
126
DEVMETHOD(device_probe, epic_probe),
sys/dev/netif/tx/if_tx.c
127
DEVMETHOD(device_attach, epic_attach),
sys/dev/netif/tx/if_tx.c
128
DEVMETHOD(device_detach, epic_detach),
sys/dev/netif/tx/if_tx.c
129
DEVMETHOD(device_shutdown, epic_shutdown),
sys/dev/netif/tx/if_tx.c
132
DEVMETHOD(miibus_readreg, epic_miibus_readreg),
sys/dev/netif/tx/if_tx.c
133
DEVMETHOD(miibus_writereg, epic_miibus_writereg),
sys/dev/netif/tx/if_tx.c
134
DEVMETHOD(miibus_statchg, epic_miibus_statchg),
sys/dev/netif/tx/if_tx.c
135
DEVMETHOD(miibus_mediainit, epic_miibus_mediainit),
sys/dev/netif/txp/if_txp.c
164
DEVMETHOD(device_probe, txp_probe),
sys/dev/netif/txp/if_txp.c
165
DEVMETHOD(device_attach, txp_attach),
sys/dev/netif/txp/if_txp.c
166
DEVMETHOD(device_detach, txp_detach),
sys/dev/netif/txp/if_txp.c
167
DEVMETHOD(device_shutdown, txp_shutdown),
sys/dev/netif/vge/if_vge.c
199
DEVMETHOD(device_probe, vge_probe),
sys/dev/netif/vge/if_vge.c
200
DEVMETHOD(device_attach, vge_attach),
sys/dev/netif/vge/if_vge.c
201
DEVMETHOD(device_detach, vge_detach),
sys/dev/netif/vge/if_vge.c
202
DEVMETHOD(device_suspend, vge_suspend),
sys/dev/netif/vge/if_vge.c
203
DEVMETHOD(device_resume, vge_resume),
sys/dev/netif/vge/if_vge.c
204
DEVMETHOD(device_shutdown, vge_shutdown),
sys/dev/netif/vge/if_vge.c
207
DEVMETHOD(bus_print_child, bus_generic_print_child),
sys/dev/netif/vge/if_vge.c
208
DEVMETHOD(bus_driver_added, bus_generic_driver_added),
sys/dev/netif/vge/if_vge.c
211
DEVMETHOD(miibus_readreg, vge_miibus_readreg),
sys/dev/netif/vge/if_vge.c
212
DEVMETHOD(miibus_writereg, vge_miibus_writereg),
sys/dev/netif/vge/if_vge.c
213
DEVMETHOD(miibus_statchg, vge_miibus_statchg),
sys/dev/netif/vr/if_vr.c
179
DEVMETHOD(device_probe, vr_probe),
sys/dev/netif/vr/if_vr.c
180
DEVMETHOD(device_attach, vr_attach),
sys/dev/netif/vr/if_vr.c
181
DEVMETHOD(device_detach, vr_detach),
sys/dev/netif/vr/if_vr.c
182
DEVMETHOD(device_shutdown, vr_shutdown),
sys/dev/netif/vr/if_vr.c
185
DEVMETHOD(bus_print_child, bus_generic_print_child),
sys/dev/netif/vr/if_vr.c
186
DEVMETHOD(bus_driver_added, bus_generic_driver_added),
sys/dev/netif/vr/if_vr.c
189
DEVMETHOD(miibus_readreg, vr_miibus_readreg),
sys/dev/netif/vr/if_vr.c
190
DEVMETHOD(miibus_writereg, vr_miibus_writereg),
sys/dev/netif/vr/if_vr.c
191
DEVMETHOD(miibus_statchg, vr_miibus_statchg),
sys/dev/netif/wb/if_wb.c
190
DEVMETHOD(device_probe, wb_probe),
sys/dev/netif/wb/if_wb.c
191
DEVMETHOD(device_attach, wb_attach),
sys/dev/netif/wb/if_wb.c
192
DEVMETHOD(device_detach, wb_detach),
sys/dev/netif/wb/if_wb.c
193
DEVMETHOD(device_shutdown, wb_shutdown),
sys/dev/netif/wb/if_wb.c
196
DEVMETHOD(bus_print_child, bus_generic_print_child),
sys/dev/netif/wb/if_wb.c
197
DEVMETHOD(bus_driver_added, bus_generic_driver_added),
sys/dev/netif/wb/if_wb.c
200
DEVMETHOD(miibus_readreg, wb_miibus_readreg),
sys/dev/netif/wb/if_wb.c
201
DEVMETHOD(miibus_writereg, wb_miibus_writereg),
sys/dev/netif/wb/if_wb.c
202
DEVMETHOD(miibus_statchg, wb_miibus_statchg),
sys/dev/netif/wi/if_wi_pccard.c
100
DEVMETHOD(device_probe, wi_pccard_probe),
sys/dev/netif/wi/if_wi_pccard.c
101
DEVMETHOD(device_attach, wi_pccard_attach),
sys/dev/netif/wi/if_wi_pccard.c
102
DEVMETHOD(device_detach, wi_detach),
sys/dev/netif/wi/if_wi_pccard.c
103
DEVMETHOD(device_shutdown, wi_shutdown),
sys/dev/netif/wi/if_wi_pci.c
100
DEVMETHOD(device_shutdown, wi_shutdown),
sys/dev/netif/wi/if_wi_pci.c
101
DEVMETHOD(device_suspend, wi_pci_suspend),
sys/dev/netif/wi/if_wi_pci.c
102
DEVMETHOD(device_resume, wi_pci_resume),
sys/dev/netif/wi/if_wi_pci.c
97
DEVMETHOD(device_probe, wi_pci_probe),
sys/dev/netif/wi/if_wi_pci.c
98
DEVMETHOD(device_attach, wi_pci_attach),
sys/dev/netif/wi/if_wi_pci.c
99
DEVMETHOD(device_detach, wi_detach),
sys/dev/netif/wpi/if_wpi.c
294
DEVMETHOD(device_probe, wpi_probe),
sys/dev/netif/wpi/if_wpi.c
295
DEVMETHOD(device_attach, wpi_attach),
sys/dev/netif/wpi/if_wpi.c
296
DEVMETHOD(device_detach, wpi_detach),
sys/dev/netif/wpi/if_wpi.c
297
DEVMETHOD(device_shutdown, wpi_shutdown),
sys/dev/netif/wpi/if_wpi.c
298
DEVMETHOD(device_suspend, wpi_suspend),
sys/dev/netif/wpi/if_wpi.c
299
DEVMETHOD(device_resume, wpi_resume),
sys/dev/netif/xe/if_xe_pccard.c
139
DEVMETHOD(device_probe, pccard_compat_probe),
sys/dev/netif/xe/if_xe_pccard.c
140
DEVMETHOD(device_attach, pccard_compat_attach),
sys/dev/netif/xe/if_xe_pccard.c
141
DEVMETHOD(device_detach, xe_detach),
sys/dev/netif/xe/if_xe_pccard.c
144
DEVMETHOD(card_compat_match, xe_pccard_match),
sys/dev/netif/xe/if_xe_pccard.c
145
DEVMETHOD(card_compat_probe, xe_pccard_probe),
sys/dev/netif/xe/if_xe_pccard.c
146
DEVMETHOD(card_compat_attach, xe_pccard_attach),
sys/dev/netif/xl/if_xl.c
271
DEVMETHOD(device_probe, xl_probe),
sys/dev/netif/xl/if_xl.c
272
DEVMETHOD(device_attach, xl_attach),
sys/dev/netif/xl/if_xl.c
273
DEVMETHOD(device_detach, xl_detach),
sys/dev/netif/xl/if_xl.c
274
DEVMETHOD(device_shutdown, xl_shutdown),
sys/dev/netif/xl/if_xl.c
275
DEVMETHOD(device_suspend, xl_suspend),
sys/dev/netif/xl/if_xl.c
276
DEVMETHOD(device_resume, xl_resume),
sys/dev/netif/xl/if_xl.c
279
DEVMETHOD(bus_print_child, bus_generic_print_child),
sys/dev/netif/xl/if_xl.c
280
DEVMETHOD(bus_driver_added, bus_generic_driver_added),
sys/dev/netif/xl/if_xl.c
283
DEVMETHOD(miibus_readreg, xl_miibus_readreg),
sys/dev/netif/xl/if_xl.c
284
DEVMETHOD(miibus_writereg, xl_miibus_writereg),
sys/dev/netif/xl/if_xl.c
285
DEVMETHOD(miibus_statchg, xl_miibus_statchg),
sys/dev/netif/xl/if_xl.c
286
DEVMETHOD(miibus_mediainit, xl_miibus_mediainit),
sys/dev/pccard/cardbus/cardbus.c
352
DEVMETHOD(device_probe, cardbus_probe),
sys/dev/pccard/cardbus/cardbus.c
353
DEVMETHOD(device_attach, cardbus_attach),
sys/dev/pccard/cardbus/cardbus.c
354
DEVMETHOD(device_detach, cardbus_detach),
sys/dev/pccard/cardbus/cardbus.c
355
DEVMETHOD(device_suspend, cardbus_suspend),
sys/dev/pccard/cardbus/cardbus.c
356
DEVMETHOD(device_resume, cardbus_resume),
sys/dev/pccard/cardbus/cardbus.c
359
DEVMETHOD(bus_read_ivar, cardbus_read_ivar),
sys/dev/pccard/cardbus/cardbus.c
360
DEVMETHOD(bus_write_ivar, cardbus_write_ivar),
sys/dev/pccard/cardbus/cardbus.c
361
DEVMETHOD(bus_driver_added, cardbus_driver_added),
sys/dev/pccard/cardbus/cardbus.c
364
DEVMETHOD(card_attach_card, cardbus_attach_card),
sys/dev/pccard/cardbus/cardbus.c
365
DEVMETHOD(card_detach_card, cardbus_detach_card),
sys/dev/pccard/pccbb/pccbb_isa.c
174
DEVMETHOD(device_probe, cbb_isa_probe),
sys/dev/pccard/pccbb/pccbb_isa.c
175
DEVMETHOD(device_attach, cbb_isa_attach),
sys/dev/pccard/pccbb/pccbb_isa.c
176
DEVMETHOD(device_detach, cbb_detach),
sys/dev/pccard/pccbb/pccbb_isa.c
177
DEVMETHOD(device_shutdown, cbb_shutdown),
sys/dev/pccard/pccbb/pccbb_isa.c
178
DEVMETHOD(device_suspend, cbb_suspend),
sys/dev/pccard/pccbb/pccbb_isa.c
179
DEVMETHOD(device_resume, cbb_resume),
sys/dev/pccard/pccbb/pccbb_isa.c
182
DEVMETHOD(bus_print_child, bus_generic_print_child),
sys/dev/pccard/pccbb/pccbb_isa.c
183
DEVMETHOD(bus_read_ivar, cbb_read_ivar),
sys/dev/pccard/pccbb/pccbb_isa.c
184
DEVMETHOD(bus_write_ivar, cbb_write_ivar),
sys/dev/pccard/pccbb/pccbb_isa.c
185
DEVMETHOD(bus_alloc_resource, cbb_alloc_resource),
sys/dev/pccard/pccbb/pccbb_isa.c
186
DEVMETHOD(bus_release_resource, cbb_release_resource),
sys/dev/pccard/pccbb/pccbb_isa.c
187
DEVMETHOD(bus_activate_resource, cbb_activate_resource),
sys/dev/pccard/pccbb/pccbb_isa.c
188
DEVMETHOD(bus_deactivate_resource, cbb_deactivate_resource),
sys/dev/pccard/pccbb/pccbb_isa.c
189
DEVMETHOD(bus_driver_added, cbb_driver_added),
sys/dev/pccard/pccbb/pccbb_isa.c
190
DEVMETHOD(bus_child_detached, cbb_child_detached),
sys/dev/pccard/pccbb/pccbb_isa.c
191
DEVMETHOD(bus_setup_intr, cbb_setup_intr),
sys/dev/pccard/pccbb/pccbb_isa.c
192
DEVMETHOD(bus_teardown_intr, cbb_teardown_intr),
sys/dev/pccard/pccbb/pccbb_isa.c
193
DEVMETHOD(bus_child_present, cbb_child_present),
sys/dev/pccard/pccbb/pccbb_isa.c
196
DEVMETHOD(card_set_res_flags, cbb_pcic_set_res_flags),
sys/dev/pccard/pccbb/pccbb_isa.c
197
DEVMETHOD(card_set_memory_offset, cbb_pcic_set_memory_offset),
sys/dev/pccard/pccbb/pccbb_isa.c
200
DEVMETHOD(power_enable_socket, cbb_power_enable_socket),
sys/dev/pccard/pccbb/pccbb_isa.c
201
DEVMETHOD(power_disable_socket, cbb_power_disable_socket),
sys/dev/pccard/pccbb/pccbb_pci.c
619
DEVMETHOD(device_probe, cbb_pci_probe),
sys/dev/pccard/pccbb/pccbb_pci.c
620
DEVMETHOD(device_attach, cbb_pci_attach),
sys/dev/pccard/pccbb/pccbb_pci.c
621
DEVMETHOD(device_detach, cbb_detach),
sys/dev/pccard/pccbb/pccbb_pci.c
622
DEVMETHOD(device_shutdown, cbb_shutdown),
sys/dev/pccard/pccbb/pccbb_pci.c
623
DEVMETHOD(device_suspend, cbb_suspend),
sys/dev/pccard/pccbb/pccbb_pci.c
624
DEVMETHOD(device_resume, cbb_resume),
sys/dev/pccard/pccbb/pccbb_pci.c
627
DEVMETHOD(bus_print_child, bus_generic_print_child),
sys/dev/pccard/pccbb/pccbb_pci.c
628
DEVMETHOD(bus_read_ivar, cbb_read_ivar),
sys/dev/pccard/pccbb/pccbb_pci.c
629
DEVMETHOD(bus_write_ivar, cbb_write_ivar),
sys/dev/pccard/pccbb/pccbb_pci.c
630
DEVMETHOD(bus_alloc_resource, cbb_alloc_resource),
sys/dev/pccard/pccbb/pccbb_pci.c
631
DEVMETHOD(bus_release_resource, cbb_release_resource),
sys/dev/pccard/pccbb/pccbb_pci.c
632
DEVMETHOD(bus_activate_resource, cbb_activate_resource),
sys/dev/pccard/pccbb/pccbb_pci.c
633
DEVMETHOD(bus_deactivate_resource, cbb_deactivate_resource),
sys/dev/pccard/pccbb/pccbb_pci.c
634
DEVMETHOD(bus_driver_added, cbb_driver_added),
sys/dev/pccard/pccbb/pccbb_pci.c
635
DEVMETHOD(bus_child_detached, cbb_child_detached),
sys/dev/pccard/pccbb/pccbb_pci.c
636
DEVMETHOD(bus_setup_intr, cbb_setup_intr),
sys/dev/pccard/pccbb/pccbb_pci.c
637
DEVMETHOD(bus_teardown_intr, cbb_teardown_intr),
sys/dev/pccard/pccbb/pccbb_pci.c
638
DEVMETHOD(bus_child_present, cbb_child_present),
sys/dev/pccard/pccbb/pccbb_pci.c
641
DEVMETHOD(card_set_res_flags, cbb_pcic_set_res_flags),
sys/dev/pccard/pccbb/pccbb_pci.c
642
DEVMETHOD(card_set_memory_offset, cbb_pcic_set_memory_offset),
sys/dev/pccard/pccbb/pccbb_pci.c
645
DEVMETHOD(power_enable_socket, cbb_power_enable_socket),
sys/dev/pccard/pccbb/pccbb_pci.c
646
DEVMETHOD(power_disable_socket, cbb_power_disable_socket),
sys/dev/pccard/pccbb/pccbb_pci.c
649
DEVMETHOD(pcib_maxslots, cbb_maxslots),
sys/dev/pccard/pccbb/pccbb_pci.c
650
DEVMETHOD(pcib_read_config, cbb_read_config),
sys/dev/pccard/pccbb/pccbb_pci.c
651
DEVMETHOD(pcib_write_config, cbb_write_config),
sys/dev/pccard/pccbb/pccbb_pci.c
652
DEVMETHOD(pcib_route_interrupt, cbb_route_interrupt),
sys/dev/powermng/alpm/alpm.c
628
DEVMETHOD(device_probe, alpm_probe),
sys/dev/powermng/alpm/alpm.c
629
DEVMETHOD(device_attach, alpm_attach),
sys/dev/powermng/alpm/alpm.c
630
DEVMETHOD(device_detach, alpm_detach),
sys/dev/powermng/alpm/alpm.c
633
DEVMETHOD(smbus_callback, alpm_callback),
sys/dev/powermng/alpm/alpm.c
634
DEVMETHOD(smbus_quick, alpm_quick),
sys/dev/powermng/alpm/alpm.c
635
DEVMETHOD(smbus_sendb, alpm_sendb),
sys/dev/powermng/alpm/alpm.c
636
DEVMETHOD(smbus_recvb, alpm_recvb),
sys/dev/powermng/alpm/alpm.c
637
DEVMETHOD(smbus_writeb, alpm_writeb),
sys/dev/powermng/alpm/alpm.c
638
DEVMETHOD(smbus_readb, alpm_readb),
sys/dev/powermng/alpm/alpm.c
639
DEVMETHOD(smbus_writew, alpm_writew),
sys/dev/powermng/alpm/alpm.c
640
DEVMETHOD(smbus_readw, alpm_readw),
sys/dev/powermng/alpm/alpm.c
641
DEVMETHOD(smbus_bwrite, alpm_bwrite),
sys/dev/powermng/alpm/alpm.c
642
DEVMETHOD(smbus_bread, alpm_bread),
sys/dev/powermng/amdpm/amdpm.c
635
DEVMETHOD(device_probe, amdpm_probe),
sys/dev/powermng/amdpm/amdpm.c
636
DEVMETHOD(device_attach, amdpm_attach),
sys/dev/powermng/amdpm/amdpm.c
637
DEVMETHOD(device_detach, amdpm_detach),
sys/dev/powermng/amdpm/amdpm.c
640
DEVMETHOD(smbus_callback, amdpm_callback),
sys/dev/powermng/amdpm/amdpm.c
641
DEVMETHOD(smbus_quick, amdpm_quick),
sys/dev/powermng/amdpm/amdpm.c
642
DEVMETHOD(smbus_sendb, amdpm_sendb),
sys/dev/powermng/amdpm/amdpm.c
643
DEVMETHOD(smbus_recvb, amdpm_recvb),
sys/dev/powermng/amdpm/amdpm.c
644
DEVMETHOD(smbus_writeb, amdpm_writeb),
sys/dev/powermng/amdpm/amdpm.c
645
DEVMETHOD(smbus_readb, amdpm_readb),
sys/dev/powermng/amdpm/amdpm.c
646
DEVMETHOD(smbus_writew, amdpm_writew),
sys/dev/powermng/amdpm/amdpm.c
647
DEVMETHOD(smbus_readw, amdpm_readw),
sys/dev/powermng/amdpm/amdpm.c
648
DEVMETHOD(smbus_bwrite, amdpm_bwrite),
sys/dev/powermng/amdpm/amdpm.c
649
DEVMETHOD(smbus_bread, amdpm_bread),
sys/dev/powermng/amdsmn/amdsmn.c
172
DEVMETHOD(device_identify, amdsmn_identify),
sys/dev/powermng/amdsmn/amdsmn.c
173
DEVMETHOD(device_probe, amdsmn_probe),
sys/dev/powermng/amdsmn/amdsmn.c
174
DEVMETHOD(device_attach, amdsmn_attach),
sys/dev/powermng/amdsmn/amdsmn.c
175
DEVMETHOD(device_detach, amdsmn_detach),
sys/dev/powermng/amdtemp/amdtemp.c
264
DEVMETHOD(device_identify, amdtemp_identify),
sys/dev/powermng/amdtemp/amdtemp.c
265
DEVMETHOD(device_probe, amdtemp_probe),
sys/dev/powermng/amdtemp/amdtemp.c
266
DEVMETHOD(device_attach, amdtemp_attach),
sys/dev/powermng/amdtemp/amdtemp.c
267
DEVMETHOD(device_detach, amdtemp_detach),
sys/dev/powermng/aps/aps.c
155
DEVMETHOD(device_identify, aps_identify),
sys/dev/powermng/aps/aps.c
156
DEVMETHOD(device_probe, aps_probe),
sys/dev/powermng/aps/aps.c
157
DEVMETHOD(device_attach, aps_attach),
sys/dev/powermng/aps/aps.c
158
DEVMETHOD(device_detach, aps_detach),
sys/dev/powermng/aps/aps.c
160
DEVMETHOD(device_resume, aps_resume),
sys/dev/powermng/aps/aps.c
161
DEVMETHOD(device_suspend, aps_suspend),
sys/dev/powermng/clockmod/clockmod.c
109
DEVMETHOD(device_identify, clockmod_identify),
sys/dev/powermng/clockmod/clockmod.c
110
DEVMETHOD(device_probe, clockmod_probe),
sys/dev/powermng/clockmod/clockmod.c
111
DEVMETHOD(device_attach, clockmod_attach),
sys/dev/powermng/clockmod/clockmod.c
112
DEVMETHOD(device_detach, clockmod_detach),
sys/dev/powermng/corecstat/corecstat.c
132
DEVMETHOD(device_identify, corecstat_identify),
sys/dev/powermng/corecstat/corecstat.c
133
DEVMETHOD(device_probe, corecstat_probe),
sys/dev/powermng/corecstat/corecstat.c
134
DEVMETHOD(device_attach, corecstat_attach),
sys/dev/powermng/corecstat/corecstat.c
135
DEVMETHOD(device_detach, corecstat_detach),
sys/dev/powermng/corepower/corepower.c
100
DEVMETHOD(device_attach, corepower_attach),
sys/dev/powermng/corepower/corepower.c
101
DEVMETHOD(device_detach, corepower_detach),
sys/dev/powermng/corepower/corepower.c
98
DEVMETHOD(device_identify, corepower_identify),
sys/dev/powermng/corepower/corepower.c
99
DEVMETHOD(device_probe, corepower_probe),
sys/dev/powermng/coretemp/coretemp.c
148
DEVMETHOD(device_identify, coretemp_identify),
sys/dev/powermng/coretemp/coretemp.c
149
DEVMETHOD(device_probe, coretemp_probe),
sys/dev/powermng/coretemp/coretemp.c
150
DEVMETHOD(device_attach, coretemp_attach),
sys/dev/powermng/coretemp/coretemp.c
151
DEVMETHOD(device_detach, coretemp_detach),
sys/dev/powermng/intpm/intpm.c
876
DEVMETHOD(device_probe, intsmb_probe),
sys/dev/powermng/intpm/intpm.c
877
DEVMETHOD(device_attach, intsmb_attach),
sys/dev/powermng/intpm/intpm.c
878
DEVMETHOD(device_detach, intsmb_detach),
sys/dev/powermng/intpm/intpm.c
881
DEVMETHOD(smbus_callback, intsmb_callback),
sys/dev/powermng/intpm/intpm.c
882
DEVMETHOD(smbus_quick, intsmb_quick),
sys/dev/powermng/intpm/intpm.c
883
DEVMETHOD(smbus_sendb, intsmb_sendb),
sys/dev/powermng/intpm/intpm.c
884
DEVMETHOD(smbus_recvb, intsmb_recvb),
sys/dev/powermng/intpm/intpm.c
885
DEVMETHOD(smbus_writeb, intsmb_writeb),
sys/dev/powermng/intpm/intpm.c
886
DEVMETHOD(smbus_writew, intsmb_writew),
sys/dev/powermng/intpm/intpm.c
887
DEVMETHOD(smbus_readb, intsmb_readb),
sys/dev/powermng/intpm/intpm.c
888
DEVMETHOD(smbus_readw, intsmb_readw),
sys/dev/powermng/intpm/intpm.c
889
DEVMETHOD(smbus_pcall, intsmb_pcall),
sys/dev/powermng/intpm/intpm.c
890
DEVMETHOD(smbus_bwrite, intsmb_bwrite),
sys/dev/powermng/intpm/intpm.c
891
DEVMETHOD(smbus_bread, intsmb_bread),
sys/dev/powermng/it/it.c
75
DEVMETHOD(device_probe, it_probe),
sys/dev/powermng/it/it.c
76
DEVMETHOD(device_attach, it_attach),
sys/dev/powermng/it/it.c
77
DEVMETHOD(device_detach, it_detach),
sys/dev/powermng/kate/kate.c
87
DEVMETHOD(device_identify, kate_identify),
sys/dev/powermng/kate/kate.c
88
DEVMETHOD(device_probe, kate_probe),
sys/dev/powermng/kate/kate.c
89
DEVMETHOD(device_attach, kate_attach),
sys/dev/powermng/kate/kate.c
90
DEVMETHOD(device_detach, kate_detach),
sys/dev/powermng/km/km.c
61
DEVMETHOD(device_identify, km_identify),
sys/dev/powermng/km/km.c
62
DEVMETHOD(device_probe, km_probe),
sys/dev/powermng/km/km.c
63
DEVMETHOD(device_attach, km_attach),
sys/dev/powermng/km/km.c
64
DEVMETHOD(device_detach, km_detach),
sys/dev/powermng/lm/lm78_isa.c
63
DEVMETHOD(device_probe, lm_isa_probe),
sys/dev/powermng/lm/lm78_isa.c
64
DEVMETHOD(device_attach, lm_isa_attach),
sys/dev/powermng/lm/lm78_isa.c
65
DEVMETHOD(device_detach, lm_isa_detach),
sys/dev/powermng/memtemp/memtemp_core.c
100
DEVMETHOD(device_shutdown, bus_generic_shutdown),
sys/dev/powermng/memtemp/memtemp_core.c
101
DEVMETHOD(device_suspend, bus_generic_suspend),
sys/dev/powermng/memtemp/memtemp_core.c
102
DEVMETHOD(device_resume, bus_generic_resume),
sys/dev/powermng/memtemp/memtemp_core.c
97
DEVMETHOD(device_probe, memtemp_core_probe),
sys/dev/powermng/memtemp/memtemp_core.c
98
DEVMETHOD(device_attach, memtemp_core_attach),
sys/dev/powermng/memtemp/memtemp_core.c
99
DEVMETHOD(device_detach, memtemp_core_detach),
sys/dev/powermng/memtemp/memtemp_e5.c
127
DEVMETHOD(device_probe, memtemp_e5_probe),
sys/dev/powermng/memtemp/memtemp_e5.c
128
DEVMETHOD(device_attach, memtemp_e5_attach),
sys/dev/powermng/memtemp/memtemp_e5.c
129
DEVMETHOD(device_detach, memtemp_e5_detach),
sys/dev/powermng/memtemp/memtemp_e5.c
130
DEVMETHOD(device_shutdown, bus_generic_shutdown),
sys/dev/powermng/memtemp/memtemp_e5.c
131
DEVMETHOD(device_suspend, bus_generic_suspend),
sys/dev/powermng/memtemp/memtemp_e5.c
132
DEVMETHOD(device_resume, bus_generic_resume),
sys/dev/powermng/perfbias/perfbias.c
73
DEVMETHOD(device_identify, perfbias_identify),
sys/dev/powermng/perfbias/perfbias.c
74
DEVMETHOD(device_probe, perfbias_probe),
sys/dev/powermng/perfbias/perfbias.c
75
DEVMETHOD(device_attach, perfbias_attach),
sys/dev/powermng/perfbias/perfbias.c
76
DEVMETHOD(device_detach, perfbias_detach),
sys/dev/powermng/uguru/uguru.c
655
DEVMETHOD(device_identify, uguru_identify),
sys/dev/powermng/uguru/uguru.c
656
DEVMETHOD(device_probe, uguru_match),
sys/dev/powermng/uguru/uguru.c
657
DEVMETHOD(device_attach, uguru_attach),
sys/dev/powermng/uguru/uguru.c
658
DEVMETHOD(device_detach, uguru_detach),
sys/dev/powermng/viapm/viapm.c
872
DEVMETHOD(device_probe, viapm_586b_probe),
sys/dev/powermng/viapm/viapm.c
873
DEVMETHOD(device_attach, viapm_586b_attach),
sys/dev/powermng/viapm/viapm.c
874
DEVMETHOD(device_detach, viapm_586b_detach),
sys/dev/powermng/viapm/viapm.c
877
DEVMETHOD(iicbb_callback, viabb_callback),
sys/dev/powermng/viapm/viapm.c
878
DEVMETHOD(iicbb_setscl, viabb_setscl),
sys/dev/powermng/viapm/viapm.c
879
DEVMETHOD(iicbb_setsda, viabb_setsda),
sys/dev/powermng/viapm/viapm.c
880
DEVMETHOD(iicbb_getscl, viabb_getscl),
sys/dev/powermng/viapm/viapm.c
881
DEVMETHOD(iicbb_getsda, viabb_getsda),
sys/dev/powermng/viapm/viapm.c
882
DEVMETHOD(iicbb_reset, viabb_reset),
sys/dev/powermng/viapm/viapm.c
885
DEVMETHOD(bus_print_child, bus_generic_print_child),
sys/dev/powermng/viapm/viapm.c
886
DEVMETHOD(bus_alloc_resource, bus_generic_alloc_resource),
sys/dev/powermng/viapm/viapm.c
887
DEVMETHOD(bus_release_resource, bus_generic_release_resource),
sys/dev/powermng/viapm/viapm.c
888
DEVMETHOD(bus_activate_resource, bus_generic_activate_resource),
sys/dev/powermng/viapm/viapm.c
889
DEVMETHOD(bus_deactivate_resource, bus_generic_deactivate_resource),
sys/dev/powermng/viapm/viapm.c
890
DEVMETHOD(bus_setup_intr, bus_generic_setup_intr),
sys/dev/powermng/viapm/viapm.c
891
DEVMETHOD(bus_teardown_intr, bus_generic_teardown_intr),
sys/dev/powermng/viapm/viapm.c
904
DEVMETHOD(device_probe, viapm_pro_probe),
sys/dev/powermng/viapm/viapm.c
905
DEVMETHOD(device_attach, viapm_pro_attach),
sys/dev/powermng/viapm/viapm.c
906
DEVMETHOD(device_detach, viapm_pro_detach),
sys/dev/powermng/viapm/viapm.c
909
DEVMETHOD(smbus_callback, viasmb_callback),
sys/dev/powermng/viapm/viapm.c
910
DEVMETHOD(smbus_quick, viasmb_quick),
sys/dev/powermng/viapm/viapm.c
911
DEVMETHOD(smbus_sendb, viasmb_sendb),
sys/dev/powermng/viapm/viapm.c
912
DEVMETHOD(smbus_recvb, viasmb_recvb),
sys/dev/powermng/viapm/viapm.c
913
DEVMETHOD(smbus_writeb, viasmb_writeb),
sys/dev/powermng/viapm/viapm.c
914
DEVMETHOD(smbus_readb, viasmb_readb),
sys/dev/powermng/viapm/viapm.c
915
DEVMETHOD(smbus_writew, viasmb_writew),
sys/dev/powermng/viapm/viapm.c
916
DEVMETHOD(smbus_readw, viasmb_readw),
sys/dev/powermng/viapm/viapm.c
917
DEVMETHOD(smbus_bwrite, viasmb_bwrite),
sys/dev/powermng/viapm/viapm.c
918
DEVMETHOD(smbus_bread, viasmb_bread),
sys/dev/powermng/viapm/viapm.c
921
DEVMETHOD(bus_print_child, bus_generic_print_child),
sys/dev/powermng/viapm/viapm.c
922
DEVMETHOD(bus_alloc_resource, bus_generic_alloc_resource),
sys/dev/powermng/viapm/viapm.c
923
DEVMETHOD(bus_release_resource, bus_generic_release_resource),
sys/dev/powermng/viapm/viapm.c
924
DEVMETHOD(bus_activate_resource, bus_generic_activate_resource),
sys/dev/powermng/viapm/viapm.c
925
DEVMETHOD(bus_deactivate_resource, bus_generic_deactivate_resource),
sys/dev/powermng/viapm/viapm.c
926
DEVMETHOD(bus_setup_intr, bus_generic_setup_intr),
sys/dev/powermng/viapm/viapm.c
927
DEVMETHOD(bus_teardown_intr, bus_generic_teardown_intr),
sys/dev/powermng/wbsio/wbsio.c
44
DEVMETHOD(device_identify, wbsio_identify),
sys/dev/powermng/wbsio/wbsio.c
45
DEVMETHOD(device_probe, wbsio_probe),
sys/dev/powermng/wbsio/wbsio.c
46
DEVMETHOD(device_attach, wbsio_attach),
sys/dev/powermng/wbsio/wbsio.c
47
DEVMETHOD(device_detach, wbsio_detach),
sys/dev/powermng/wbsio/wbsio.c
50
DEVMETHOD(bus_add_child, bus_generic_add_child),
sys/dev/powermng/wbsio/wbsio.c
51
DEVMETHOD(bus_set_resource, bus_generic_set_resource),
sys/dev/powermng/wbsio/wbsio.c
52
DEVMETHOD(bus_alloc_resource, isa_alloc_resource),
sys/dev/powermng/wbsio/wbsio.c
53
DEVMETHOD(bus_release_resource, isa_release_resource),
sys/dev/powermng/wbsio/wbsio.c
54
DEVMETHOD(bus_activate_resource, bus_generic_activate_resource),
sys/dev/powermng/wbsio/wbsio.c
55
DEVMETHOD(bus_deactivate_resource, bus_generic_deactivate_resource),
sys/dev/raid/aac/aac_cam.c
90
DEVMETHOD(device_probe, aac_cam_probe),
sys/dev/raid/aac/aac_cam.c
91
DEVMETHOD(device_attach, aac_cam_attach),
sys/dev/raid/aac/aac_cam.c
92
DEVMETHOD(device_detach, aac_cam_detach),
sys/dev/raid/aac/aac_disk.c
82
DEVMETHOD(device_probe, aac_disk_probe),
sys/dev/raid/aac/aac_disk.c
83
DEVMETHOD(device_attach, aac_disk_attach),
sys/dev/raid/aac/aac_disk.c
84
DEVMETHOD(device_detach, aac_disk_detach),
sys/dev/raid/aac/aac_pci.c
475
DEVMETHOD(device_probe, aacch_probe),
sys/dev/raid/aac/aac_pci.c
476
DEVMETHOD(device_attach, aacch_attach),
sys/dev/raid/aac/aac_pci.c
477
DEVMETHOD(device_detach, aacch_detach),
sys/dev/raid/aac/aac_pci.c
65
DEVMETHOD(device_probe, aac_pci_probe),
sys/dev/raid/aac/aac_pci.c
66
DEVMETHOD(device_attach, aac_pci_attach),
sys/dev/raid/aac/aac_pci.c
67
DEVMETHOD(device_detach, aac_detach),
sys/dev/raid/aac/aac_pci.c
68
DEVMETHOD(device_suspend, aac_suspend),
sys/dev/raid/aac/aac_pci.c
69
DEVMETHOD(device_resume, aac_resume),
sys/dev/raid/amr/amr_cam.c
92
DEVMETHOD(device_probe, amr_cam_probe),
sys/dev/raid/amr/amr_cam.c
93
DEVMETHOD(device_attach, amr_cam_attach),
sys/dev/raid/amr/amr_cam.c
94
DEVMETHOD(device_detach, amr_cam_detach),
sys/dev/raid/amr/amr_disk.c
100
DEVMETHOD(device_probe, amrd_probe),
sys/dev/raid/amr/amr_disk.c
101
DEVMETHOD(device_attach, amrd_attach),
sys/dev/raid/amr/amr_disk.c
102
DEVMETHOD(device_detach, amrd_detach),
sys/dev/raid/amr/amr_pci.c
100
DEVMETHOD(device_attach, amr_pci_attach),
sys/dev/raid/amr/amr_pci.c
101
DEVMETHOD(device_detach, amr_pci_detach),
sys/dev/raid/amr/amr_pci.c
102
DEVMETHOD(device_shutdown, amr_pci_shutdown),
sys/dev/raid/amr/amr_pci.c
103
DEVMETHOD(device_suspend, amr_pci_suspend),
sys/dev/raid/amr/amr_pci.c
104
DEVMETHOD(device_resume, amr_pci_resume),
sys/dev/raid/amr/amr_pci.c
106
DEVMETHOD(bus_print_child, bus_generic_print_child),
sys/dev/raid/amr/amr_pci.c
107
DEVMETHOD(bus_driver_added, bus_generic_driver_added),
sys/dev/raid/amr/amr_pci.c
99
DEVMETHOD(device_probe, amr_pci_probe),
sys/dev/raid/arcmsr/arcmsr.c
191
DEVMETHOD(device_probe, arcmsr_probe),
sys/dev/raid/arcmsr/arcmsr.c
192
DEVMETHOD(device_attach, arcmsr_attach),
sys/dev/raid/arcmsr/arcmsr.c
193
DEVMETHOD(device_detach, arcmsr_detach),
sys/dev/raid/arcmsr/arcmsr.c
194
DEVMETHOD(device_shutdown, arcmsr_shutdown),
sys/dev/raid/arcmsr/arcmsr.c
195
DEVMETHOD(device_suspend, arcmsr_suspend),
sys/dev/raid/arcmsr/arcmsr.c
196
DEVMETHOD(device_resume, arcmsr_resume),
sys/dev/raid/arcmsr/arcmsr.c
197
DEVMETHOD(bus_print_child, bus_generic_print_child),
sys/dev/raid/arcmsr/arcmsr.c
198
DEVMETHOD(bus_driver_added, bus_generic_driver_added),
sys/dev/raid/asr/asr.c
395
DEVMETHOD(device_probe, asr_probe),
sys/dev/raid/asr/asr.c
396
DEVMETHOD(device_attach, asr_attach),
sys/dev/raid/ciss/ciss.c
214
DEVMETHOD(device_probe, ciss_probe),
sys/dev/raid/ciss/ciss.c
215
DEVMETHOD(device_attach, ciss_attach),
sys/dev/raid/ciss/ciss.c
216
DEVMETHOD(device_detach, ciss_detach),
sys/dev/raid/ciss/ciss.c
217
DEVMETHOD(device_shutdown, ciss_shutdown),
sys/dev/raid/dpt/dpt_pci.c
184
DEVMETHOD(device_probe, dpt_pci_probe),
sys/dev/raid/dpt/dpt_pci.c
185
DEVMETHOD(device_attach, dpt_pci_attach),
sys/dev/raid/hpt27xx/hpt27xx_osm_bsd.c
1213
DEVMETHOD(device_probe, hpt_probe),
sys/dev/raid/hpt27xx/hpt27xx_osm_bsd.c
1214
DEVMETHOD(device_attach, hpt_attach),
sys/dev/raid/hpt27xx/hpt27xx_osm_bsd.c
1215
DEVMETHOD(device_detach, hpt_detach),
sys/dev/raid/hpt27xx/hpt27xx_osm_bsd.c
1216
DEVMETHOD(device_shutdown, hpt_shutdown),
sys/dev/raid/hptiop/hptiop.c
1735
DEVMETHOD(device_probe, hptiop_probe),
sys/dev/raid/hptiop/hptiop.c
1736
DEVMETHOD(device_attach, hptiop_attach),
sys/dev/raid/hptiop/hptiop.c
1737
DEVMETHOD(device_detach, hptiop_detach),
sys/dev/raid/hptiop/hptiop.c
1738
DEVMETHOD(device_shutdown, hptiop_shutdown),
sys/dev/raid/hptmv/entry.c
89
DEVMETHOD(device_probe, hpt_probe),
sys/dev/raid/hptmv/entry.c
90
DEVMETHOD(device_attach, hpt_attach),
sys/dev/raid/hptmv/entry.c
91
DEVMETHOD(device_detach, hpt_detach),
sys/dev/raid/hptmv/entry.c
93
DEVMETHOD(device_shutdown, hpt_shutdown),
sys/dev/raid/hptrr/hptrr_osm_bsd.c
1193
DEVMETHOD(device_probe, hpt_probe),
sys/dev/raid/hptrr/hptrr_osm_bsd.c
1194
DEVMETHOD(device_attach, hpt_attach),
sys/dev/raid/hptrr/hptrr_osm_bsd.c
1195
DEVMETHOD(device_detach, hpt_detach),
sys/dev/raid/hptrr/hptrr_osm_bsd.c
1196
DEVMETHOD(device_shutdown, hpt_shutdown),
sys/dev/raid/ida/ida_disk.c
80
DEVMETHOD(device_probe, idad_probe),
sys/dev/raid/ida/ida_disk.c
81
DEVMETHOD(device_attach, idad_attach),
sys/dev/raid/ida/ida_disk.c
82
DEVMETHOD(device_detach, idad_detach),
sys/dev/raid/ida/ida_pci.c
176
DEVMETHOD(device_probe, ida_pci_probe),
sys/dev/raid/ida/ida_pci.c
177
DEVMETHOD(device_attach, ida_pci_attach),
sys/dev/raid/ida/ida_pci.c
178
DEVMETHOD(device_detach, ida_detach),
sys/dev/raid/ida/ida_pci.c
180
DEVMETHOD(bus_print_child, bus_generic_print_child),
sys/dev/raid/iir/iir_pci.c
138
DEVMETHOD(device_probe, iir_pci_probe),
sys/dev/raid/iir/iir_pci.c
139
DEVMETHOD(device_attach, iir_pci_attach),
sys/dev/raid/ips/ips_disk.c
64
DEVMETHOD(device_probe, ipsd_probe),
sys/dev/raid/ips/ips_disk.c
65
DEVMETHOD(device_attach, ipsd_attach),
sys/dev/raid/ips/ips_disk.c
66
DEVMETHOD(device_detach, ipsd_detach),
sys/dev/raid/ips/ips_pci.c
224
DEVMETHOD(device_probe, ips_pci_probe),
sys/dev/raid/ips/ips_pci.c
225
DEVMETHOD(device_attach, ips_pci_attach),
sys/dev/raid/ips/ips_pci.c
226
DEVMETHOD(device_detach, ips_pci_detach),
sys/dev/raid/ips/ips_pci.c
227
DEVMETHOD(device_shutdown, ips_pci_shutdown),
sys/dev/raid/mfi/mfi_cam.c
79
DEVMETHOD(device_probe, mfip_probe),
sys/dev/raid/mfi/mfi_cam.c
80
DEVMETHOD(device_attach, mfip_attach),
sys/dev/raid/mfi/mfi_cam.c
81
DEVMETHOD(device_detach, mfip_detach),
sys/dev/raid/mfi/mfi_disk.c
74
DEVMETHOD(device_probe, mfi_disk_probe),
sys/dev/raid/mfi/mfi_disk.c
75
DEVMETHOD(device_attach, mfi_disk_attach),
sys/dev/raid/mfi/mfi_disk.c
76
DEVMETHOD(device_detach, mfi_disk_detach),
sys/dev/raid/mfi/mfi_pci.c
87
DEVMETHOD(device_probe, mfi_pci_probe),
sys/dev/raid/mfi/mfi_pci.c
88
DEVMETHOD(device_attach, mfi_pci_attach),
sys/dev/raid/mfi/mfi_pci.c
89
DEVMETHOD(device_detach, mfi_pci_detach),
sys/dev/raid/mfi/mfi_pci.c
90
DEVMETHOD(device_suspend, mfi_pci_suspend),
sys/dev/raid/mfi/mfi_pci.c
91
DEVMETHOD(device_resume, mfi_pci_resume),
sys/dev/raid/mfi/mfi_pci.c
92
DEVMETHOD(bus_print_child, bus_generic_print_child),
sys/dev/raid/mfi/mfi_pci.c
93
DEVMETHOD(bus_driver_added, bus_generic_driver_added),
sys/dev/raid/mfi/mfi_syspd.c
80
DEVMETHOD(device_probe, mfi_syspd_probe),
sys/dev/raid/mfi/mfi_syspd.c
81
DEVMETHOD(device_attach, mfi_syspd_attach),
sys/dev/raid/mfi/mfi_syspd.c
82
DEVMETHOD(device_detach, mfi_syspd_detach),
sys/dev/raid/mlx/mlx_disk.c
72
DEVMETHOD(device_probe, mlxd_probe),
sys/dev/raid/mlx/mlx_disk.c
73
DEVMETHOD(device_attach, mlxd_attach),
sys/dev/raid/mlx/mlx_disk.c
74
DEVMETHOD(device_detach, mlxd_detach),
sys/dev/raid/mlx/mlx_pci.c
51
DEVMETHOD(device_probe, mlx_pci_probe),
sys/dev/raid/mlx/mlx_pci.c
52
DEVMETHOD(device_attach, mlx_pci_attach),
sys/dev/raid/mlx/mlx_pci.c
53
DEVMETHOD(device_detach, mlx_detach),
sys/dev/raid/mlx/mlx_pci.c
54
DEVMETHOD(device_shutdown, mlx_shutdown),
sys/dev/raid/mlx/mlx_pci.c
55
DEVMETHOD(device_suspend, mlx_suspend),
sys/dev/raid/mlx/mlx_pci.c
56
DEVMETHOD(device_resume, mlx_resume),
sys/dev/raid/mlx/mlx_pci.c
58
DEVMETHOD(bus_print_child, bus_generic_print_child),
sys/dev/raid/mlx/mlx_pci.c
59
DEVMETHOD(bus_driver_added, bus_generic_driver_added),
sys/dev/raid/mly/mly.c
134
DEVMETHOD(device_probe, mly_probe),
sys/dev/raid/mly/mly.c
135
DEVMETHOD(device_attach, mly_attach),
sys/dev/raid/mly/mly.c
136
DEVMETHOD(device_detach, mly_detach),
sys/dev/raid/mly/mly.c
137
DEVMETHOD(device_shutdown, mly_shutdown),
sys/dev/raid/mpr/mpr_pci.c
71
DEVMETHOD(device_probe, mpr_pci_probe),
sys/dev/raid/mpr/mpr_pci.c
72
DEVMETHOD(device_attach, mpr_pci_attach),
sys/dev/raid/mpr/mpr_pci.c
73
DEVMETHOD(device_detach, mpr_pci_detach),
sys/dev/raid/mpr/mpr_pci.c
74
DEVMETHOD(device_suspend, mpr_pci_suspend),
sys/dev/raid/mpr/mpr_pci.c
75
DEVMETHOD(device_resume, mpr_pci_resume),
sys/dev/raid/mpr/mpr_pci.c
76
DEVMETHOD(bus_print_child, bus_generic_print_child),
sys/dev/raid/mpr/mpr_pci.c
77
DEVMETHOD(bus_driver_added, bus_generic_driver_added),
sys/dev/raid/mps/mps_pci.c
73
DEVMETHOD(device_probe, mps_pci_probe),
sys/dev/raid/mps/mps_pci.c
74
DEVMETHOD(device_attach, mps_pci_attach),
sys/dev/raid/mps/mps_pci.c
75
DEVMETHOD(device_detach, mps_pci_detach),
sys/dev/raid/mps/mps_pci.c
76
DEVMETHOD(device_suspend, mps_pci_suspend),
sys/dev/raid/mps/mps_pci.c
77
DEVMETHOD(device_resume, mps_pci_resume),
sys/dev/raid/mrsas/mrsas.c
3652
DEVMETHOD(device_probe, mrsas_probe),
sys/dev/raid/mrsas/mrsas.c
3653
DEVMETHOD(device_attach, mrsas_attach),
sys/dev/raid/mrsas/mrsas.c
3654
DEVMETHOD(device_detach, mrsas_detach),
sys/dev/raid/mrsas/mrsas.c
3655
DEVMETHOD(device_suspend, mrsas_suspend),
sys/dev/raid/mrsas/mrsas.c
3656
DEVMETHOD(device_resume, mrsas_resume),
sys/dev/raid/mrsas/mrsas.c
3657
DEVMETHOD(bus_print_child, bus_generic_print_child),
sys/dev/raid/mrsas/mrsas.c
3658
DEVMETHOD(bus_driver_added, bus_generic_driver_added),
sys/dev/raid/twa/tw_osl_freebsd.c
199
DEVMETHOD(device_probe, twa_probe),
sys/dev/raid/twa/tw_osl_freebsd.c
200
DEVMETHOD(device_attach, twa_attach),
sys/dev/raid/twa/tw_osl_freebsd.c
201
DEVMETHOD(device_detach, twa_detach),
sys/dev/raid/twa/tw_osl_freebsd.c
202
DEVMETHOD(device_shutdown, twa_shutdown),
sys/dev/raid/twe/twe_freebsd.c
145
DEVMETHOD(device_probe, twe_probe),
sys/dev/raid/twe/twe_freebsd.c
146
DEVMETHOD(device_attach, twe_attach),
sys/dev/raid/twe/twe_freebsd.c
147
DEVMETHOD(device_detach, twe_detach),
sys/dev/raid/twe/twe_freebsd.c
148
DEVMETHOD(device_shutdown, twe_shutdown),
sys/dev/raid/twe/twe_freebsd.c
149
DEVMETHOD(device_suspend, twe_suspend),
sys/dev/raid/twe/twe_freebsd.c
150
DEVMETHOD(device_resume, twe_resume),
sys/dev/raid/twe/twe_freebsd.c
653
DEVMETHOD(device_probe, twed_probe),
sys/dev/raid/twe/twe_freebsd.c
654
DEVMETHOD(device_attach, twed_attach),
sys/dev/raid/twe/twe_freebsd.c
655
DEVMETHOD(device_detach, twed_detach),
sys/dev/raid/tws/tws.c
832
DEVMETHOD(device_probe, tws_probe),
sys/dev/raid/tws/tws.c
833
DEVMETHOD(device_attach, tws_attach),
sys/dev/raid/tws/tws.c
834
DEVMETHOD(device_detach, tws_detach),
sys/dev/raid/tws/tws.c
835
DEVMETHOD(device_shutdown, tws_shutdown),
sys/dev/raid/tws/tws.c
836
DEVMETHOD(device_suspend, tws_suspend),
sys/dev/raid/tws/tws.c
837
DEVMETHOD(device_resume, tws_resume),
sys/dev/raid/tws/tws.c
839
DEVMETHOD(bus_print_child, bus_generic_print_child),
sys/dev/raid/tws/tws.c
840
DEVMETHOD(bus_driver_added, bus_generic_driver_added),
sys/dev/serial/sio/sio.c
195
DEVMETHOD(device_probe, sio_isa_probe),
sys/dev/serial/sio/sio.c
196
DEVMETHOD(device_attach, sio_isa_attach),
sys/dev/serial/sio/sio.c
210
DEVMETHOD(device_probe, sio_pci_probe),
sys/dev/serial/sio/sio.c
211
DEVMETHOD(device_attach, sio_pci_attach),
sys/dev/serial/sio/sio.c
226
DEVMETHOD(device_probe, sio_puc_probe),
sys/dev/serial/sio/sio.c
227
DEVMETHOD(device_attach, sio_puc_attach),
sys/dev/serial/sio/sio_pccard.c
57
DEVMETHOD(device_probe, pccard_compat_probe),
sys/dev/serial/sio/sio_pccard.c
58
DEVMETHOD(device_attach, pccard_compat_attach),
sys/dev/serial/sio/sio_pccard.c
59
DEVMETHOD(device_detach, sio_pccard_detach),
sys/dev/serial/sio/sio_pccard.c
62
DEVMETHOD(card_compat_match, sio_pccard_match),
sys/dev/serial/sio/sio_pccard.c
63
DEVMETHOD(card_compat_probe, sio_pccard_probe),
sys/dev/serial/sio/sio_pccard.c
64
DEVMETHOD(card_compat_attach, sio_pccard_attach),
sys/dev/smbus/atmel_mxt/atmel_mxt.c
458
DEVMETHOD(device_identify, atmel_mxt_identify),
sys/dev/smbus/atmel_mxt/atmel_mxt.c
459
DEVMETHOD(device_probe, atmel_mxt_probe),
sys/dev/smbus/atmel_mxt/atmel_mxt.c
460
DEVMETHOD(device_attach, atmel_mxt_attach),
sys/dev/smbus/atmel_mxt/atmel_mxt.c
461
DEVMETHOD(device_detach, atmel_mxt_detach),
sys/dev/smbus/atmel_mxt/atmel_mxt.c
465
DEVMETHOD(smbus_intr, smbus_generic_intr),
sys/dev/smbus/cyapa/cyapa.c
401
DEVMETHOD(device_identify, cyapa_identify),
sys/dev/smbus/cyapa/cyapa.c
402
DEVMETHOD(device_probe, cyapa_probe),
sys/dev/smbus/cyapa/cyapa.c
403
DEVMETHOD(device_attach, cyapa_attach),
sys/dev/smbus/cyapa/cyapa.c
404
DEVMETHOD(device_detach, cyapa_detach),
sys/dev/smbus/cyapa/cyapa.c
408
DEVMETHOD(smbus_intr, smbus_generic_intr),
sys/dev/smbus/smb/smb.c
70
DEVMETHOD(device_identify, smb_identify),
sys/dev/smbus/smb/smb.c
71
DEVMETHOD(device_probe, smb_probe),
sys/dev/smbus/smb/smb.c
72
DEVMETHOD(device_attach, smb_attach),
sys/dev/smbus/smb/smb.c
73
DEVMETHOD(device_detach, smb_detach),
sys/dev/smbus/smb/smb.c
77
DEVMETHOD(bus_driver_added, bus_generic_driver_added),
sys/dev/smbus/smb/smb.c
78
DEVMETHOD(bus_print_child, bus_generic_print_child),
sys/dev/smbus/smb/smb.c
82
DEVMETHOD(smbus_intr, smbus_generic_intr),
sys/dev/sound/pci/als4000.c
929
DEVMETHOD(device_probe, als_pci_probe),
sys/dev/sound/pci/als4000.c
930
DEVMETHOD(device_attach, als_pci_attach),
sys/dev/sound/pci/als4000.c
931
DEVMETHOD(device_detach, als_pci_detach),
sys/dev/sound/pci/als4000.c
932
DEVMETHOD(device_suspend, als_pci_suspend),
sys/dev/sound/pci/als4000.c
933
DEVMETHOD(device_resume, als_pci_resume),
sys/dev/sound/pci/atiixp.c
1407
DEVMETHOD(device_probe, atiixp_pci_probe),
sys/dev/sound/pci/atiixp.c
1408
DEVMETHOD(device_attach, atiixp_pci_attach),
sys/dev/sound/pci/atiixp.c
1409
DEVMETHOD(device_detach, atiixp_pci_detach),
sys/dev/sound/pci/atiixp.c
1410
DEVMETHOD(device_suspend, atiixp_pci_suspend),
sys/dev/sound/pci/atiixp.c
1411
DEVMETHOD(device_resume, atiixp_pci_resume),
sys/dev/sound/pci/aureal.c
669
DEVMETHOD(device_probe, au_pci_probe),
sys/dev/sound/pci/aureal.c
670
DEVMETHOD(device_attach, au_pci_attach),
sys/dev/sound/pci/cmi.c
1097
DEVMETHOD(device_probe, cmi_probe),
sys/dev/sound/pci/cmi.c
1098
DEVMETHOD(device_attach, cmi_attach),
sys/dev/sound/pci/cmi.c
1099
DEVMETHOD(device_detach, cmi_detach),
sys/dev/sound/pci/cmi.c
1100
DEVMETHOD(device_resume, cmi_resume),
sys/dev/sound/pci/cmi.c
1101
DEVMETHOD(device_suspend, cmi_suspend),
sys/dev/sound/pci/cs4281.c
956
DEVMETHOD(device_probe, cs4281_pci_probe),
sys/dev/sound/pci/cs4281.c
957
DEVMETHOD(device_attach, cs4281_pci_attach),
sys/dev/sound/pci/cs4281.c
958
DEVMETHOD(device_detach, cs4281_pci_detach),
sys/dev/sound/pci/cs4281.c
959
DEVMETHOD(device_suspend, cs4281_pci_suspend),
sys/dev/sound/pci/cs4281.c
960
DEVMETHOD(device_resume, cs4281_pci_resume),
sys/dev/sound/pci/emu10k1.c
2187
DEVMETHOD(device_probe, emu_pci_probe),
sys/dev/sound/pci/emu10k1.c
2188
DEVMETHOD(device_attach, emu_pci_attach),
sys/dev/sound/pci/emu10k1.c
2189
DEVMETHOD(device_detach, emu_pci_detach),
sys/dev/sound/pci/emu10k1.c
2241
DEVMETHOD(device_probe, emujoy_pci_probe),
sys/dev/sound/pci/emu10k1.c
2242
DEVMETHOD(device_attach, emujoy_pci_attach),
sys/dev/sound/pci/emu10k1.c
2243
DEVMETHOD(device_detach, emujoy_pci_detach),
sys/dev/sound/pci/emu10kx-midi.c
236
DEVMETHOD(device_probe, emu_midi_probe),
sys/dev/sound/pci/emu10kx-midi.c
237
DEVMETHOD(device_attach, emu_midi_attach),
sys/dev/sound/pci/emu10kx-midi.c
238
DEVMETHOD(device_detach, emu_midi_detach),
sys/dev/sound/pci/emu10kx-pcm.c
1519
DEVMETHOD(device_probe, emu_pcm_probe),
sys/dev/sound/pci/emu10kx-pcm.c
1520
DEVMETHOD(device_attach, emu_pcm_attach),
sys/dev/sound/pci/emu10kx-pcm.c
1521
DEVMETHOD(device_detach, emu_pcm_detach),
sys/dev/sound/pci/emu10kx.c
3536
DEVMETHOD(device_probe, emu_pci_probe),
sys/dev/sound/pci/emu10kx.c
3537
DEVMETHOD(device_attach, emu_pci_attach),
sys/dev/sound/pci/emu10kx.c
3538
DEVMETHOD(device_detach, emu_pci_detach),
sys/dev/sound/pci/emu10kx.c
3540
DEVMETHOD(bus_read_ivar, emu_read_ivar),
sys/dev/sound/pci/emu10kx.c
3541
DEVMETHOD(bus_write_ivar, emu_write_ivar),
sys/dev/sound/pci/envy24.c
2683
DEVMETHOD(device_probe, envy24_pci_probe),
sys/dev/sound/pci/envy24.c
2684
DEVMETHOD(device_attach, envy24_pci_attach),
sys/dev/sound/pci/envy24.c
2685
DEVMETHOD(device_detach, envy24_pci_detach),
sys/dev/sound/pci/envy24ht.c
2581
DEVMETHOD(device_probe, envy24ht_pci_probe),
sys/dev/sound/pci/envy24ht.c
2582
DEVMETHOD(device_attach, envy24ht_pci_attach),
sys/dev/sound/pci/envy24ht.c
2583
DEVMETHOD(device_detach, envy24ht_pci_detach),
sys/dev/sound/pci/es137x.c
1929
DEVMETHOD(device_probe, es_pci_probe),
sys/dev/sound/pci/es137x.c
1930
DEVMETHOD(device_attach, es_pci_attach),
sys/dev/sound/pci/es137x.c
1931
DEVMETHOD(device_detach, es_pci_detach),
sys/dev/sound/pci/fm801.c
739
DEVMETHOD(device_probe, fm801_pci_probe),
sys/dev/sound/pci/fm801.c
740
DEVMETHOD(device_attach, fm801_pci_attach),
sys/dev/sound/pci/fm801.c
741
DEVMETHOD(device_detach, fm801_pci_detach),
sys/dev/sound/pci/fm801.c
742
DEVMETHOD(device_shutdown, bus_generic_shutdown),
sys/dev/sound/pci/fm801.c
743
DEVMETHOD(device_suspend, bus_generic_suspend),
sys/dev/sound/pci/fm801.c
744
DEVMETHOD(device_resume, bus_generic_resume),
sys/dev/sound/pci/fm801.c
747
DEVMETHOD(bus_alloc_resource, fm801_alloc_resource),
sys/dev/sound/pci/fm801.c
748
DEVMETHOD(bus_release_resource, fm801_release_resource),
sys/dev/sound/pci/fm801.c
749
DEVMETHOD(bus_activate_resource, bus_generic_activate_resource),
sys/dev/sound/pci/fm801.c
750
DEVMETHOD(bus_deactivate_resource, bus_generic_deactivate_resource),
sys/dev/sound/pci/hda/hdaa.c
6854
DEVMETHOD(device_probe, hdaa_probe),
sys/dev/sound/pci/hda/hdaa.c
6855
DEVMETHOD(device_attach, hdaa_attach),
sys/dev/sound/pci/hda/hdaa.c
6856
DEVMETHOD(device_detach, hdaa_detach),
sys/dev/sound/pci/hda/hdaa.c
6857
DEVMETHOD(device_suspend, hdaa_suspend),
sys/dev/sound/pci/hda/hdaa.c
6858
DEVMETHOD(device_resume, hdaa_resume),
sys/dev/sound/pci/hda/hdaa.c
6860
DEVMETHOD(bus_print_child, hdaa_print_child),
sys/dev/sound/pci/hda/hdaa.c
6861
DEVMETHOD(bus_child_location_str, hdaa_child_location_str),
sys/dev/sound/pci/hda/hdaa.c
6862
DEVMETHOD(hdac_stream_intr, hdaa_stream_intr),
sys/dev/sound/pci/hda/hdaa.c
6863
DEVMETHOD(hdac_unsol_intr, hdaa_unsol_intr),
sys/dev/sound/pci/hda/hdaa.c
6864
DEVMETHOD(hdac_pindump, hdaa_pindump),
sys/dev/sound/pci/hda/hdaa.c
7171
DEVMETHOD(device_probe, hdaa_pcm_probe),
sys/dev/sound/pci/hda/hdaa.c
7172
DEVMETHOD(device_attach, hdaa_pcm_attach),
sys/dev/sound/pci/hda/hdaa.c
7173
DEVMETHOD(device_detach, hdaa_pcm_detach),
sys/dev/sound/pci/hda/hdac.c
2132
DEVMETHOD(device_probe, hdac_probe),
sys/dev/sound/pci/hda/hdac.c
2133
DEVMETHOD(device_attach, hdac_attach),
sys/dev/sound/pci/hda/hdac.c
2134
DEVMETHOD(device_detach, hdac_detach),
sys/dev/sound/pci/hda/hdac.c
2135
DEVMETHOD(device_suspend, hdac_suspend),
sys/dev/sound/pci/hda/hdac.c
2136
DEVMETHOD(device_resume, hdac_resume),
sys/dev/sound/pci/hda/hdac.c
2138
DEVMETHOD(bus_get_dma_tag, hdac_get_dma_tag),
sys/dev/sound/pci/hda/hdac.c
2139
DEVMETHOD(bus_print_child, hdac_print_child),
sys/dev/sound/pci/hda/hdac.c
2140
DEVMETHOD(bus_child_location_str, hdac_child_location_str),
sys/dev/sound/pci/hda/hdac.c
2141
DEVMETHOD(bus_child_pnpinfo_str, hdac_child_pnpinfo_str_method),
sys/dev/sound/pci/hda/hdac.c
2142
DEVMETHOD(bus_read_ivar, hdac_read_ivar),
sys/dev/sound/pci/hda/hdac.c
2143
DEVMETHOD(hdac_get_mtx, hdac_get_mtx),
sys/dev/sound/pci/hda/hdac.c
2144
DEVMETHOD(hdac_codec_command, hdac_codec_command),
sys/dev/sound/pci/hda/hdac.c
2145
DEVMETHOD(hdac_stream_alloc, hdac_stream_alloc),
sys/dev/sound/pci/hda/hdac.c
2146
DEVMETHOD(hdac_stream_free, hdac_stream_free),
sys/dev/sound/pci/hda/hdac.c
2147
DEVMETHOD(hdac_stream_start, hdac_stream_start),
sys/dev/sound/pci/hda/hdac.c
2148
DEVMETHOD(hdac_stream_stop, hdac_stream_stop),
sys/dev/sound/pci/hda/hdac.c
2149
DEVMETHOD(hdac_stream_reset, hdac_stream_reset),
sys/dev/sound/pci/hda/hdac.c
2150
DEVMETHOD(hdac_stream_getptr, hdac_stream_getptr),
sys/dev/sound/pci/hda/hdac.c
2151
DEVMETHOD(hdac_unsol_alloc, hdac_unsol_alloc),
sys/dev/sound/pci/hda/hdac.c
2152
DEVMETHOD(hdac_unsol_free, hdac_unsol_free),
sys/dev/sound/pci/hda/hdacc.c
772
DEVMETHOD(device_probe, hdacc_probe),
sys/dev/sound/pci/hda/hdacc.c
773
DEVMETHOD(device_attach, hdacc_attach),
sys/dev/sound/pci/hda/hdacc.c
774
DEVMETHOD(device_detach, hdacc_detach),
sys/dev/sound/pci/hda/hdacc.c
775
DEVMETHOD(device_suspend, hdacc_suspend),
sys/dev/sound/pci/hda/hdacc.c
776
DEVMETHOD(device_resume, hdacc_resume),
sys/dev/sound/pci/hda/hdacc.c
778
DEVMETHOD(bus_child_location_str, hdacc_child_location_str),
sys/dev/sound/pci/hda/hdacc.c
779
DEVMETHOD(bus_child_pnpinfo_str, hdacc_child_pnpinfo_str_method),
sys/dev/sound/pci/hda/hdacc.c
780
DEVMETHOD(bus_print_child, hdacc_print_child),
sys/dev/sound/pci/hda/hdacc.c
781
DEVMETHOD(bus_probe_nomatch, hdacc_probe_nomatch),
sys/dev/sound/pci/hda/hdacc.c
782
DEVMETHOD(bus_read_ivar, hdacc_read_ivar),
sys/dev/sound/pci/hda/hdacc.c
783
DEVMETHOD(hdac_get_mtx, hdacc_get_mtx),
sys/dev/sound/pci/hda/hdacc.c
784
DEVMETHOD(hdac_codec_command, hdacc_codec_command),
sys/dev/sound/pci/hda/hdacc.c
785
DEVMETHOD(hdac_stream_alloc, hdacc_stream_alloc),
sys/dev/sound/pci/hda/hdacc.c
786
DEVMETHOD(hdac_stream_free, hdacc_stream_free),
sys/dev/sound/pci/hda/hdacc.c
787
DEVMETHOD(hdac_stream_start, hdacc_stream_start),
sys/dev/sound/pci/hda/hdacc.c
788
DEVMETHOD(hdac_stream_stop, hdacc_stream_stop),
sys/dev/sound/pci/hda/hdacc.c
789
DEVMETHOD(hdac_stream_reset, hdacc_stream_reset),
sys/dev/sound/pci/hda/hdacc.c
790
DEVMETHOD(hdac_stream_getptr, hdacc_stream_getptr),
sys/dev/sound/pci/hda/hdacc.c
791
DEVMETHOD(hdac_stream_intr, hdacc_stream_intr),
sys/dev/sound/pci/hda/hdacc.c
792
DEVMETHOD(hdac_unsol_alloc, hdacc_unsol_alloc),
sys/dev/sound/pci/hda/hdacc.c
793
DEVMETHOD(hdac_unsol_free, hdacc_unsol_free),
sys/dev/sound/pci/hda/hdacc.c
794
DEVMETHOD(hdac_unsol_intr, hdacc_unsol_intr),
sys/dev/sound/pci/hda/hdacc.c
795
DEVMETHOD(hdac_pindump, hdacc_pindump),
sys/dev/sound/pci/hdspe-pcm.c
697
DEVMETHOD(device_probe, hdspe_pcm_probe),
sys/dev/sound/pci/hdspe-pcm.c
698
DEVMETHOD(device_attach, hdspe_pcm_attach),
sys/dev/sound/pci/hdspe-pcm.c
699
DEVMETHOD(device_detach, hdspe_pcm_detach),
sys/dev/sound/pci/hdspe.c
379
DEVMETHOD(device_probe, hdspe_probe),
sys/dev/sound/pci/hdspe.c
380
DEVMETHOD(device_attach, hdspe_attach),
sys/dev/sound/pci/hdspe.c
381
DEVMETHOD(device_detach, hdspe_detach),
sys/dev/sound/pci/ich.c
1225
DEVMETHOD(device_probe, ich_pci_probe),
sys/dev/sound/pci/ich.c
1226
DEVMETHOD(device_attach, ich_pci_attach),
sys/dev/sound/pci/ich.c
1227
DEVMETHOD(device_detach, ich_pci_detach),
sys/dev/sound/pci/ich.c
1228
DEVMETHOD(device_suspend, ich_pci_suspend),
sys/dev/sound/pci/ich.c
1229
DEVMETHOD(device_resume, ich_pci_resume),
sys/dev/sound/pci/maestro.c
2036
DEVMETHOD(device_probe, agg_probe),
sys/dev/sound/pci/maestro.c
2037
DEVMETHOD(device_attach, agg_attach),
sys/dev/sound/pci/maestro.c
2038
DEVMETHOD(device_detach, agg_detach),
sys/dev/sound/pci/maestro.c
2039
DEVMETHOD(device_suspend, agg_suspend),
sys/dev/sound/pci/maestro.c
2040
DEVMETHOD(device_resume, agg_resume),
sys/dev/sound/pci/maestro.c
2041
DEVMETHOD(device_shutdown, agg_shutdown),
sys/dev/sound/pci/neomagic.c
804
DEVMETHOD(device_probe, nm_pci_probe),
sys/dev/sound/pci/neomagic.c
805
DEVMETHOD(device_attach, nm_pci_attach),
sys/dev/sound/pci/neomagic.c
806
DEVMETHOD(device_detach, nm_pci_detach),
sys/dev/sound/pci/neomagic.c
807
DEVMETHOD(device_suspend, nm_pci_suspend),
sys/dev/sound/pci/neomagic.c
808
DEVMETHOD(device_resume, nm_pci_resume),
sys/dev/sound/pci/solo.c
1082
DEVMETHOD(device_probe, ess_probe),
sys/dev/sound/pci/solo.c
1083
DEVMETHOD(device_attach, ess_attach),
sys/dev/sound/pci/solo.c
1084
DEVMETHOD(device_detach, ess_detach),
sys/dev/sound/pci/solo.c
1085
DEVMETHOD(device_resume, ess_resume),
sys/dev/sound/pci/solo.c
1086
DEVMETHOD(device_suspend, ess_suspend),
sys/dev/sound/pci/t4dwave.c
1025
DEVMETHOD(device_probe, tr_pci_probe),
sys/dev/sound/pci/t4dwave.c
1026
DEVMETHOD(device_attach, tr_pci_attach),
sys/dev/sound/pci/t4dwave.c
1027
DEVMETHOD(device_detach, tr_pci_detach),
sys/dev/sound/pci/t4dwave.c
1028
DEVMETHOD(device_suspend, tr_pci_suspend),
sys/dev/sound/pci/t4dwave.c
1029
DEVMETHOD(device_resume, tr_pci_resume),
sys/dev/sound/pci/via8233.c
1429
DEVMETHOD(device_probe, via_probe),
sys/dev/sound/pci/via8233.c
1430
DEVMETHOD(device_attach, via_attach),
sys/dev/sound/pci/via8233.c
1431
DEVMETHOD(device_detach, via_detach),
sys/dev/sound/pci/via82c686.c
640
DEVMETHOD(device_probe, via_probe),
sys/dev/sound/pci/via82c686.c
641
DEVMETHOD(device_attach, via_attach),
sys/dev/sound/pci/via82c686.c
642
DEVMETHOD(device_detach, via_detach),
sys/dev/sound/pci/vibes.c
929
DEVMETHOD(device_probe, sv_probe),
sys/dev/sound/pci/vibes.c
930
DEVMETHOD(device_attach, sv_attach),
sys/dev/sound/pci/vibes.c
931
DEVMETHOD(device_detach, sv_detach),
sys/dev/sound/pci/vibes.c
932
DEVMETHOD(device_resume, sv_resume),
sys/dev/sound/pci/vibes.c
933
DEVMETHOD(device_suspend, sv_suspend),
sys/dev/video/bktr/bktr_os.c
118
DEVMETHOD(device_probe, bktr_probe),
sys/dev/video/bktr/bktr_os.c
119
DEVMETHOD(device_attach, bktr_attach),
sys/dev/video/bktr/bktr_os.c
120
DEVMETHOD(device_detach, bktr_detach),
sys/dev/video/bktr/bktr_os.c
121
DEVMETHOD(device_shutdown, bktr_shutdown),
sys/dev/video/cxm/cxm.c
102
DEVMETHOD(bus_child_detached, cxm_child_detached),
sys/dev/video/cxm/cxm.c
103
DEVMETHOD(bus_print_child, bus_generic_print_child),
sys/dev/video/cxm/cxm.c
104
DEVMETHOD(bus_driver_added, bus_generic_driver_added),
sys/dev/video/cxm/cxm.c
105
DEVMETHOD(bus_read_ivar, cxm_read_ivar),
sys/dev/video/cxm/cxm.c
106
DEVMETHOD(bus_write_ivar, cxm_write_ivar),
sys/dev/video/cxm/cxm.c
96
DEVMETHOD(device_probe, cxm_probe),
sys/dev/video/cxm/cxm.c
97
DEVMETHOD(device_attach, cxm_attach),
sys/dev/video/cxm/cxm.c
98
DEVMETHOD(device_detach, cxm_detach),
sys/dev/video/cxm/cxm.c
99
DEVMETHOD(device_shutdown, cxm_shutdown),
sys/dev/video/cxm/cxm_i2c.c
75
DEVMETHOD(device_probe, cxm_iic_probe),
sys/dev/video/cxm/cxm_i2c.c
76
DEVMETHOD(device_attach, cxm_iic_attach),
sys/dev/video/cxm/cxm_i2c.c
77
DEVMETHOD(device_detach, cxm_iic_detach),
sys/dev/video/cxm/cxm_i2c.c
80
DEVMETHOD(bus_child_detached, cxm_iic_child_detached),
sys/dev/video/cxm/cxm_i2c.c
81
DEVMETHOD(bus_print_child, bus_generic_print_child),
sys/dev/video/cxm/cxm_i2c.c
82
DEVMETHOD(bus_driver_added, bus_generic_driver_added),
sys/dev/video/cxm/cxm_i2c.c
85
DEVMETHOD(iicbb_callback, cxm_iic_callback),
sys/dev/video/cxm/cxm_i2c.c
86
DEVMETHOD(iicbb_reset, cxm_iic_reset),
sys/dev/video/cxm/cxm_i2c.c
87
DEVMETHOD(iicbb_getscl, cxm_iic_getscl),
sys/dev/video/cxm/cxm_i2c.c
88
DEVMETHOD(iicbb_getsda, cxm_iic_getsda),
sys/dev/video/cxm/cxm_i2c.c
89
DEVMETHOD(iicbb_setscl, cxm_iic_setscl),
sys/dev/video/cxm/cxm_i2c.c
90
DEVMETHOD(iicbb_setsda, cxm_iic_setsda),
sys/dev/video/fb/fb.c
327
DEVMETHOD(device_probe, fbprobe),
sys/dev/video/fb/fb.c
328
DEVMETHOD(device_attach, fbattach),
sys/dev/video/fb/fb.c
330
DEVMETHOD(bus_print_child, bus_generic_print_child),
sys/dev/virtual/amazon/ena/ena.c
3950
DEVMETHOD(device_probe, ena_probe),
sys/dev/virtual/amazon/ena/ena.c
3951
DEVMETHOD(device_attach, ena_attach),
sys/dev/virtual/amazon/ena/ena.c
3952
DEVMETHOD(device_detach, ena_detach),
sys/dev/virtual/hyperv/vmbus/vmbus.c
142
DEVMETHOD(device_probe, vmbus_probe),
sys/dev/virtual/hyperv/vmbus/vmbus.c
143
DEVMETHOD(device_attach, vmbus_attach),
sys/dev/virtual/hyperv/vmbus/vmbus.c
144
DEVMETHOD(device_detach, vmbus_detach),
sys/dev/virtual/hyperv/vmbus/vmbus.c
145
DEVMETHOD(device_shutdown, bus_generic_shutdown),
sys/dev/virtual/hyperv/vmbus/vmbus.c
146
DEVMETHOD(device_suspend, bus_generic_suspend),
sys/dev/virtual/hyperv/vmbus/vmbus.c
147
DEVMETHOD(device_resume, bus_generic_resume),
sys/dev/virtual/virtio/balloon/virtio_balloon.c
205
DEVMETHOD(device_probe, vtballoon_probe),
sys/dev/virtual/virtio/balloon/virtio_balloon.c
206
DEVMETHOD(device_attach, vtballoon_attach),
sys/dev/virtual/virtio/balloon/virtio_balloon.c
207
DEVMETHOD(device_detach, vtballoon_detach),
sys/dev/virtual/virtio/block/virtio_blk.c
208
DEVMETHOD(device_probe, vtblk_probe),
sys/dev/virtual/virtio/block/virtio_blk.c
209
DEVMETHOD(device_attach, vtblk_attach),
sys/dev/virtual/virtio/block/virtio_blk.c
210
DEVMETHOD(device_detach, vtblk_detach),
sys/dev/virtual/virtio/block/virtio_blk.c
211
DEVMETHOD(device_suspend, vtblk_suspend),
sys/dev/virtual/virtio/block/virtio_blk.c
212
DEVMETHOD(device_resume, vtblk_resume),
sys/dev/virtual/virtio/block/virtio_blk.c
213
DEVMETHOD(device_shutdown, vtblk_shutdown),
sys/dev/virtual/virtio/mmio/virtio_mmio.c
132
DEVMETHOD(device_probe, vtmmio_probe),
sys/dev/virtual/virtio/mmio/virtio_mmio.c
133
DEVMETHOD(device_attach, vtmmio_attach),
sys/dev/virtual/virtio/mmio/virtio_mmio.c
134
DEVMETHOD(device_detach, vtmmio_detach),
sys/dev/virtual/virtio/mmio/virtio_mmio.c
135
DEVMETHOD(device_suspend, vtmmio_suspend),
sys/dev/virtual/virtio/mmio/virtio_mmio.c
136
DEVMETHOD(device_resume, vtmmio_resume),
sys/dev/virtual/virtio/mmio/virtio_mmio.c
137
DEVMETHOD(device_shutdown, vtmmio_shutdown),
sys/dev/virtual/virtio/mmio/virtio_mmio.c
140
DEVMETHOD(bus_driver_added, vtmmio_driver_added),
sys/dev/virtual/virtio/mmio/virtio_mmio.c
141
DEVMETHOD(bus_child_detached, vtmmio_child_detached),
sys/dev/virtual/virtio/mmio/virtio_mmio.c
142
DEVMETHOD(bus_read_ivar, vtmmio_read_ivar),
sys/dev/virtual/virtio/mmio/virtio_mmio.c
143
DEVMETHOD(bus_write_ivar, vtmmio_write_ivar),
sys/dev/virtual/virtio/mmio/virtio_mmio.c
146
DEVMETHOD(virtio_bus_negotiate_features, vtmmio_negotiate_features),
sys/dev/virtual/virtio/mmio/virtio_mmio.c
147
DEVMETHOD(virtio_bus_with_feature, vtmmio_with_feature),
sys/dev/virtual/virtio/mmio/virtio_mmio.c
148
DEVMETHOD(virtio_bus_intr_count, vtmmio_intr_count),
sys/dev/virtual/virtio/mmio/virtio_mmio.c
149
DEVMETHOD(virtio_bus_intr_alloc, vtmmio_intr_alloc),
sys/dev/virtual/virtio/mmio/virtio_mmio.c
150
DEVMETHOD(virtio_bus_intr_release, vtmmio_intr_release),
sys/dev/virtual/virtio/mmio/virtio_mmio.c
151
DEVMETHOD(virtio_bus_alloc_virtqueues, vtmmio_alloc_virtqueues),
sys/dev/virtual/virtio/mmio/virtio_mmio.c
152
DEVMETHOD(virtio_bus_setup_intr, vtmmio_setup_intr),
sys/dev/virtual/virtio/mmio/virtio_mmio.c
153
DEVMETHOD(virtio_bus_teardown_intr, vtmmio_teardown_intr),
sys/dev/virtual/virtio/mmio/virtio_mmio.c
154
DEVMETHOD(virtio_bus_bind_intr, vtmmio_bind_intr),
sys/dev/virtual/virtio/mmio/virtio_mmio.c
155
DEVMETHOD(virtio_bus_unbind_intr, vtmmio_unbind_intr),
sys/dev/virtual/virtio/mmio/virtio_mmio.c
156
DEVMETHOD(virtio_bus_stop, vtmmio_stop),
sys/dev/virtual/virtio/mmio/virtio_mmio.c
157
DEVMETHOD(virtio_bus_reinit, vtmmio_reinit),
sys/dev/virtual/virtio/mmio/virtio_mmio.c
158
DEVMETHOD(virtio_bus_reinit_complete, vtmmio_reinit_complete),
sys/dev/virtual/virtio/mmio/virtio_mmio.c
159
DEVMETHOD(virtio_bus_notify_vq, vtmmio_notify_virtqueue),
sys/dev/virtual/virtio/mmio/virtio_mmio.c
160
DEVMETHOD(virtio_bus_read_device_config, vtmmio_read_dev_config),
sys/dev/virtual/virtio/mmio/virtio_mmio.c
161
DEVMETHOD(virtio_bus_write_device_config, vtmmio_write_dev_config),
sys/dev/virtual/virtio/mmio/virtio_mmio_kenv.c
163
DEVMETHOD(device_identify, vtmmio_kenv_identify),
sys/dev/virtual/virtio/mmio/virtio_mmio_kenv.c
164
DEVMETHOD(device_probe, vtmmio_probe),
sys/dev/virtual/virtio/net/if_vtnet.c
221
DEVMETHOD(device_probe, vtnet_probe),
sys/dev/virtual/virtio/net/if_vtnet.c
222
DEVMETHOD(device_attach, vtnet_attach),
sys/dev/virtual/virtio/net/if_vtnet.c
223
DEVMETHOD(device_detach, vtnet_detach),
sys/dev/virtual/virtio/net/if_vtnet.c
224
DEVMETHOD(device_suspend, vtnet_suspend),
sys/dev/virtual/virtio/net/if_vtnet.c
225
DEVMETHOD(device_resume, vtnet_resume),
sys/dev/virtual/virtio/net/if_vtnet.c
226
DEVMETHOD(device_shutdown, vtnet_shutdown),
sys/dev/virtual/virtio/pci/virtio_pci.c
172
DEVMETHOD(device_probe, vtpci_probe),
sys/dev/virtual/virtio/pci/virtio_pci.c
173
DEVMETHOD(device_attach, vtpci_attach),
sys/dev/virtual/virtio/pci/virtio_pci.c
174
DEVMETHOD(device_detach, vtpci_detach),
sys/dev/virtual/virtio/pci/virtio_pci.c
175
DEVMETHOD(device_suspend, vtpci_suspend),
sys/dev/virtual/virtio/pci/virtio_pci.c
176
DEVMETHOD(device_resume, vtpci_resume),
sys/dev/virtual/virtio/pci/virtio_pci.c
177
DEVMETHOD(device_shutdown, vtpci_shutdown),
sys/dev/virtual/virtio/pci/virtio_pci.c
180
DEVMETHOD(bus_driver_added, vtpci_driver_added),
sys/dev/virtual/virtio/pci/virtio_pci.c
181
DEVMETHOD(bus_child_detached, vtpci_child_detached),
sys/dev/virtual/virtio/pci/virtio_pci.c
182
DEVMETHOD(bus_read_ivar, vtpci_read_ivar),
sys/dev/virtual/virtio/pci/virtio_pci.c
183
DEVMETHOD(bus_write_ivar, vtpci_write_ivar),
sys/dev/virtual/virtio/pci/virtio_pci.c
186
DEVMETHOD(virtio_bus_negotiate_features, vtpci_negotiate_features),
sys/dev/virtual/virtio/pci/virtio_pci.c
187
DEVMETHOD(virtio_bus_with_feature, vtpci_with_feature),
sys/dev/virtual/virtio/pci/virtio_pci.c
188
DEVMETHOD(virtio_bus_intr_count, vtpci_intr_count),
sys/dev/virtual/virtio/pci/virtio_pci.c
189
DEVMETHOD(virtio_bus_intr_alloc, vtpci_intr_alloc),
sys/dev/virtual/virtio/pci/virtio_pci.c
190
DEVMETHOD(virtio_bus_intr_release, vtpci_intr_release),
sys/dev/virtual/virtio/pci/virtio_pci.c
191
DEVMETHOD(virtio_bus_alloc_virtqueues, vtpci_alloc_virtqueues),
sys/dev/virtual/virtio/pci/virtio_pci.c
192
DEVMETHOD(virtio_bus_setup_intr, vtpci_setup_intr),
sys/dev/virtual/virtio/pci/virtio_pci.c
193
DEVMETHOD(virtio_bus_teardown_intr, vtpci_teardown_intr),
sys/dev/virtual/virtio/pci/virtio_pci.c
194
DEVMETHOD(virtio_bus_bind_intr, vtpci_bind_intr),
sys/dev/virtual/virtio/pci/virtio_pci.c
195
DEVMETHOD(virtio_bus_unbind_intr, vtpci_unbind_intr),
sys/dev/virtual/virtio/pci/virtio_pci.c
196
DEVMETHOD(virtio_bus_stop, vtpci_stop),
sys/dev/virtual/virtio/pci/virtio_pci.c
197
DEVMETHOD(virtio_bus_reinit, vtpci_reinit),
sys/dev/virtual/virtio/pci/virtio_pci.c
198
DEVMETHOD(virtio_bus_reinit_complete, vtpci_reinit_complete),
sys/dev/virtual/virtio/pci/virtio_pci.c
199
DEVMETHOD(virtio_bus_notify_vq, vtpci_notify_virtqueue),
sys/dev/virtual/virtio/pci/virtio_pci.c
200
DEVMETHOD(virtio_bus_read_device_config, vtpci_read_dev_config),
sys/dev/virtual/virtio/pci/virtio_pci.c
201
DEVMETHOD(virtio_bus_write_device_config, vtpci_write_dev_config),
sys/dev/virtual/virtio/random/virtio_random.c
72
DEVMETHOD(device_probe, vtrnd_probe),
sys/dev/virtual/virtio/random/virtio_random.c
73
DEVMETHOD(device_attach, vtrnd_attach),
sys/dev/virtual/virtio/random/virtio_random.c
74
DEVMETHOD(device_detach, vtrnd_detach),
sys/dev/virtual/virtio/scsi/virtio_scsi.c
210
DEVMETHOD(device_probe, vtscsi_probe),
sys/dev/virtual/virtio/scsi/virtio_scsi.c
211
DEVMETHOD(device_attach, vtscsi_attach),
sys/dev/virtual/virtio/scsi/virtio_scsi.c
212
DEVMETHOD(device_detach, vtscsi_detach),
sys/dev/virtual/virtio/scsi/virtio_scsi.c
213
DEVMETHOD(device_suspend, vtscsi_suspend),
sys/dev/virtual/virtio/scsi/virtio_scsi.c
214
DEVMETHOD(device_resume, vtscsi_resume),
sys/dev/virtual/vmware/pvscsi/pvscsi.c
1802
DEVMETHOD(device_probe, pvscsi_probe),
sys/dev/virtual/vmware/pvscsi/pvscsi.c
1803
DEVMETHOD(device_shutdown, pvscsi_shutdown),
sys/dev/virtual/vmware/pvscsi/pvscsi.c
1804
DEVMETHOD(device_attach, pvscsi_attach),
sys/dev/virtual/vmware/pvscsi/pvscsi.c
1805
DEVMETHOD(device_detach, pvscsi_detach),
sys/dev/virtual/vmware/vmxnet3/if_vmx.c
266
DEVMETHOD(device_probe, vmxnet3_probe),
sys/dev/virtual/vmware/vmxnet3/if_vmx.c
267
DEVMETHOD(device_attach, vmxnet3_attach),
sys/dev/virtual/vmware/vmxnet3/if_vmx.c
268
DEVMETHOD(device_detach, vmxnet3_detach),
sys/dev/virtual/vmware/vmxnet3/if_vmx.c
269
DEVMETHOD(device_shutdown, vmxnet3_shutdown),
sys/netgraph7/bluetooth/drivers/bt3c/ng_bt3c_pccard.c
1169
DEVMETHOD(device_probe, bt3c_pccard_probe),
sys/netgraph7/bluetooth/drivers/bt3c/ng_bt3c_pccard.c
1170
DEVMETHOD(device_attach, bt3c_pccard_attach),
sys/netgraph7/bluetooth/drivers/bt3c/ng_bt3c_pccard.c
1171
DEVMETHOD(device_detach, bt3c_pccard_detach),
sys/netgraph7/bluetooth/drivers/ubt/ng_ubt.c
1857
DEVMETHOD(device_probe, ubt_probe),
sys/netgraph7/bluetooth/drivers/ubt/ng_ubt.c
1858
DEVMETHOD(device_attach, ubt_attach),
sys/netgraph7/bluetooth/drivers/ubt/ng_ubt.c
1859
DEVMETHOD(device_detach, ubt_detach),
sys/netgraph7/bluetooth/drivers/ubtbcmfw/ubtbcmfw.c
157
DEVMETHOD(device_probe, ubtbcmfw_probe),
sys/netgraph7/bluetooth/drivers/ubtbcmfw/ubtbcmfw.c
158
DEVMETHOD(device_attach, ubtbcmfw_attach),
sys/netgraph7/bluetooth/drivers/ubtbcmfw/ubtbcmfw.c
159
DEVMETHOD(device_detach, ubtbcmfw_detach),
sys/platform/pc64/isa/pmtimer.c
107
DEVMETHOD(device_identify, bus_generic_identify),
sys/platform/pc64/isa/pmtimer.c
108
DEVMETHOD(device_probe, pmtimer_probe),
sys/platform/pc64/isa/pmtimer.c
109
DEVMETHOD(device_attach, bus_generic_attach),
sys/platform/pc64/isa/pmtimer.c
110
DEVMETHOD(device_suspend, pmtimer_suspend),
sys/platform/pc64/isa/pmtimer.c
111
DEVMETHOD(device_resume, pmtimer_resume),
sys/platform/pc64/x86_64/nexus.c
128
DEVMETHOD(device_identify, bus_generic_identify),
sys/platform/pc64/x86_64/nexus.c
129
DEVMETHOD(device_probe, nexus_probe),
sys/platform/pc64/x86_64/nexus.c
130
DEVMETHOD(device_attach, nexus_attach),
sys/platform/pc64/x86_64/nexus.c
131
DEVMETHOD(device_detach, bus_generic_detach),
sys/platform/pc64/x86_64/nexus.c
132
DEVMETHOD(device_shutdown, bus_generic_shutdown),
sys/platform/pc64/x86_64/nexus.c
133
DEVMETHOD(device_suspend, bus_generic_suspend),
sys/platform/pc64/x86_64/nexus.c
134
DEVMETHOD(device_resume, bus_generic_resume),
sys/platform/pc64/x86_64/nexus.c
137
DEVMETHOD(bus_print_child, nexus_print_child),
sys/platform/pc64/x86_64/nexus.c
138
DEVMETHOD(bus_add_child, nexus_add_child),
sys/platform/pc64/x86_64/nexus.c
139
DEVMETHOD(bus_read_ivar, nexus_read_ivar),
sys/platform/pc64/x86_64/nexus.c
140
DEVMETHOD(bus_write_ivar, nexus_write_ivar),
sys/platform/pc64/x86_64/nexus.c
141
DEVMETHOD(bus_alloc_resource, nexus_alloc_resource),
sys/platform/pc64/x86_64/nexus.c
142
DEVMETHOD(bus_release_resource, nexus_release_resource),
sys/platform/pc64/x86_64/nexus.c
143
DEVMETHOD(bus_activate_resource, nexus_activate_resource),
sys/platform/pc64/x86_64/nexus.c
144
DEVMETHOD(bus_deactivate_resource, nexus_deactivate_resource),
sys/platform/pc64/x86_64/nexus.c
145
DEVMETHOD(bus_config_intr, nexus_config_intr),
sys/platform/pc64/x86_64/nexus.c
146
DEVMETHOD(bus_setup_intr, nexus_setup_intr),
sys/platform/pc64/x86_64/nexus.c
147
DEVMETHOD(bus_teardown_intr, nexus_teardown_intr),
sys/platform/pc64/x86_64/nexus.c
148
DEVMETHOD(bus_set_resource, nexus_set_resource),
sys/platform/pc64/x86_64/nexus.c
149
DEVMETHOD(bus_get_resource, nexus_get_resource),
sys/platform/pc64/x86_64/nexus.c
150
DEVMETHOD(bus_delete_resource, nexus_delete_resource),
sys/platform/pc64/x86_64/nexus.c
153
DEVMETHOD(pcib_alloc_msi, nexus_alloc_msi),
sys/platform/pc64/x86_64/nexus.c
154
DEVMETHOD(pcib_release_msi, nexus_release_msi),
sys/platform/pc64/x86_64/nexus.c
155
DEVMETHOD(pcib_map_msi, nexus_map_msi),
sys/platform/pc64/x86_64/nexus.c
156
DEVMETHOD(pcib_alloc_msix, nexus_alloc_msix),
sys/platform/pc64/x86_64/nexus.c
157
DEVMETHOD(pcib_release_msix, nexus_release_msix),
sys/platform/pc64/x86_64/nexus.c
727
DEVMETHOD(device_identify, ram_identify),
sys/platform/pc64/x86_64/nexus.c
728
DEVMETHOD(device_probe, ram_probe),
sys/platform/pc64/x86_64/nexus.c
729
DEVMETHOD(device_attach, ram_attach),