Home
last modified time | relevance | path

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

/freebsd/sys/dev/usb/controller/
H A Dehci.c120 static const struct usb_pipe_methods ehci_device_ctrl_methods; variable
1934 if (methods == &ehci_device_ctrl_methods) { in ehci_setup_standard_chain()
2158 (methods == &ehci_device_ctrl_methods)) { in ehci_device_done()
2294 static const struct usb_pipe_methods ehci_device_ctrl_methods = variable
3417 if (parm->methods == &ehci_device_ctrl_methods) { in ehci_xfer_setup()
3666 ep->methods = &ehci_device_ctrl_methods; in ehci_ep_init()
3716 (methods == &ehci_device_ctrl_methods)) { in ehci_device_resume()
3748 (methods == &ehci_device_ctrl_methods)) { in ehci_device_suspend()