Home
last modified time | relevance | path

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

/third_party/FreeBSD/sys/dev/usb/controller/
Dehci_pci.c222 DEVMETHOD(device_probe, ehci_pci_probe),
223 DEVMETHOD(device_attach, ehci_pci_attach),
224 DEVMETHOD(device_detach, ehci_pci_detach),
225 DEVMETHOD(device_suspend, bus_generic_suspend),
226 DEVMETHOD(device_resume, bus_generic_resume),
227 DEVMETHOD(device_shutdown, bus_generic_shutdown),
228 DEVMETHOD(usb_take_controller, ehci_pci_take_controller),
Dxhci_pci.c45 DEVMETHOD(device_probe, xhci_pci_probe),
46 DEVMETHOD(device_attach, xhci_pci_attach),
47 DEVMETHOD(device_detach, xhci_pci_detach),
48 DEVMETHOD(device_suspend, bus_generic_suspend),
49 DEVMETHOD(device_resume, bus_generic_resume),
50 DEVMETHOD(device_shutdown, bus_generic_shutdown),
51 DEVMETHOD(usb_take_controller, xhci_pci_take_controller),
Dusb_controller.c64 DEVMETHOD(device_probe, usb_probe),
65 DEVMETHOD(device_attach, usb_attach),
66 DEVMETHOD(device_detach, usb_detach),
67 DEVMETHOD(device_suspend, usb_suspend),
68 DEVMETHOD(device_resume, usb_resume),
69 DEVMETHOD(device_shutdown, usb_shutdown),
/third_party/FreeBSD/sys/arm/arm/
Dnexus.c70 DEVMETHOD(device_probe, nexus_probe),
71 DEVMETHOD(device_attach, nexus_attach),
73 DEVMETHOD(bus_print_child, nexus_print_child),
74 DEVMETHOD(bus_add_child, bus_generic_add_child),
75 DEVMETHOD(bus_alloc_resource, nexus_alloc_resource),
/third_party/FreeBSD/sys/dev/usb/net/
Dif_cdce.c206 DEVMETHOD(usb_handle_request, cdce_handle_request),
209 DEVMETHOD(device_probe, cdce_probe),
210 DEVMETHOD(device_attach, cdce_attach),
211 DEVMETHOD(device_detach, cdce_detach),
212 DEVMETHOD(device_suspend, cdce_suspend),
213 DEVMETHOD(device_resume, cdce_resume),
Dif_urndis.c122 DEVMETHOD(device_probe, urndis_probe),
123 DEVMETHOD(device_attach, urndis_attach),
124 DEVMETHOD(device_detach, urndis_detach),
125 DEVMETHOD(device_suspend, urndis_suspend),
126 DEVMETHOD(device_resume, urndis_resume),
Dif_axge.c123 DEVMETHOD(device_probe, axge_probe),
124 DEVMETHOD(device_attach, axge_attach),
125 DEVMETHOD(device_detach, axge_detach),
Dif_axe.c196 DEVMETHOD(device_probe, axe_probe),
197 DEVMETHOD(device_attach, axe_attach),
198 DEVMETHOD(device_detach, axe_detach),
/third_party/NuttX/drivers/usbdev/gadget/
Dcomposite.c82 DEVMETHOD(device_probe, composite_probe),
83 DEVMETHOD(device_attach, composite_attach),
84 DEVMETHOD(device_detach, composite_detach),
/third_party/FreeBSD/sys/dev/usb/
Dusb_hub.c148 DEVMETHOD(device_probe, uhub_probe),
149 DEVMETHOD(device_attach, uhub_attach),
150 DEVMETHOD(device_detach, uhub_detach),
152 DEVMETHOD(device_suspend, uhub_suspend),
153 DEVMETHOD(device_resume, uhub_resume),
155 DEVMETHOD(bus_child_location_str, uhub_child_location_string),
156 DEVMETHOD(bus_child_pnpinfo_str, uhub_child_pnpinfo_string),
157 DEVMETHOD(bus_driver_added, uhub_driver_added),
/third_party/FreeBSD/sys/compat/linuxkpi/common/src/
Dlinux_usb.c79 DEVMETHOD(device_probe, usb_linux_probe),
80 DEVMETHOD(device_attach, usb_linux_attach),
81 DEVMETHOD(device_detach, usb_linux_detach),
82 DEVMETHOD(device_suspend, usb_linux_suspend),
83 DEVMETHOD(device_resume, usb_linux_resume),
/third_party/FreeBSD/sys/dev/usb/input/
Duhid.c931 DEVMETHOD(device_probe, uhid_probe),
932 DEVMETHOD(device_attach, uhid_attach),
933 DEVMETHOD(device_detach, uhid_detach),
/third_party/FreeBSD/sys/dev/usb/serial/
Du3g.c166 DEVMETHOD(device_probe, u3g_probe),
167 DEVMETHOD(device_attach, u3g_attach),
168 DEVMETHOD(device_detach, u3g_detach),
/third_party/FreeBSD/sys/dev/usb/storage/
Dumass.c737 DEVMETHOD(device_probe, umass_probe),
738 DEVMETHOD(device_attach, umass_attach),
739 DEVMETHOD(device_detach, umass_detach),
/third_party/FreeBSD/sys/sys/
Dbus.h436 #define DEVMETHOD KOBJMETHOD macro