Home
last modified time | relevance | path

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

/freebsd-13.1/sys/dev/usb/controller/
H A Dehci.c121 static const struct usb_pipe_methods ehci_device_ctrl_methods; variable
1935 if (methods == &ehci_device_ctrl_methods) { in ehci_setup_standard_chain()
2159 (methods == &ehci_device_ctrl_methods)) { in ehci_device_done()
2295 static const struct usb_pipe_methods ehci_device_ctrl_methods = variable
3418 if (parm->methods == &ehci_device_ctrl_methods) { in ehci_xfer_setup()
3667 ep->methods = &ehci_device_ctrl_methods; in ehci_ep_init()
3717 (methods == &ehci_device_ctrl_methods)) { in ehci_device_resume()
3749 (methods == &ehci_device_ctrl_methods)) { in ehci_device_suspend()