Home
last modified time | relevance | path

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

/dragonfly/sys/bus/u4b/controller/
H A Dohci.c111 static const struct usb_pipe_methods ohci_device_isoc_methods; variable
1039 if (xfer->endpoint->methods == &ohci_device_isoc_methods) { in ohci_check_transfer()
1651 if (methods == &ohci_device_isoc_methods) { in ohci_device_done()
2015 static const struct usb_pipe_methods ohci_device_isoc_methods = variable
2428 } else if (parm->methods == &ohci_device_isoc_methods) { in ohci_xfer_setup()
2560 ep->methods = &ohci_device_isoc_methods; in ohci_ep_init()