Home
last modified time | relevance | path

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

/freebsd-14.2/sys/dev/usb/controller/
H A Dehci.c119 static const struct usb_pipe_methods ehci_device_bulk_methods; variable
2157 if ((methods == &ehci_device_bulk_methods) || in ehci_device_done()
2253 static const struct usb_pipe_methods ehci_device_bulk_methods = variable
3458 } else if (parm->methods == &ehci_device_bulk_methods) { in ehci_xfer_setup()
3679 ep->methods = &ehci_device_bulk_methods; in ehci_ep_init()
3715 if ((methods == &ehci_device_bulk_methods) || in ehci_device_resume()
3747 if ((methods == &ehci_device_bulk_methods) || in ehci_device_suspend()