Searched refs:ohci_device_ctrl_methods (Results 1 - 1 of 1) sorted by relevance

/freebsd-11.0-release/sys/dev/usb/controller/
H A Dohci.c115 static const struct usb_pipe_methods ohci_device_ctrl_methods; variable in typeref:struct:usb_pipe_methods
1013 } else if (xfer->endpoint->methods == &ohci_device_ctrl_methods) {
1585 if (methods == &ohci_device_ctrl_methods) {
1651 if (methods == &ohci_device_ctrl_methods) {
1741 static const struct usb_pipe_methods ohci_device_ctrl_methods = variable in typeref:struct:usb_pipe_methods
2404 if (parm->methods == &ohci_device_ctrl_methods) {
2559 ep->methods = &ohci_device_ctrl_methods;
2618 if (methods == &ohci_device_ctrl_methods) {
2655 if (methods == &ohci_device_ctrl_methods) {

Completed in 43 milliseconds