Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/dev/usb/controller/
Dehci.c120 static const struct usb_pipe_methods ehci_device_bulk_methods; variable
2181 if ((methods == &ehci_device_bulk_methods) || in ehci_device_done()
2277 static const struct usb_pipe_methods ehci_device_bulk_methods = variable
3557 } else if (parm->methods == &ehci_device_bulk_methods) { in ehci_xfer_setup()
3784 ep->methods = &ehci_device_bulk_methods; in ehci_ep_init()
3822 if ((methods == &ehci_device_bulk_methods) || in ehci_device_resume()
3856 if ((methods == &ehci_device_bulk_methods) || in ehci_device_suspend()