Home
last modified time | relevance | path

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

/dragonfly/sys/bus/u4b/controller/
H A Dohci.c110 static const struct usb_pipe_methods ohci_device_intr_methods; variable
1648 if (methods == &ohci_device_intr_methods) { in ohci_device_done()
1807 static const struct usb_pipe_methods ohci_device_intr_methods = variable
2418 } else if (parm->methods == &ohci_device_intr_methods) { in ohci_xfer_setup()
2556 ep->methods = &ohci_device_intr_methods; in ohci_ep_init()
2616 if (methods == &ohci_device_intr_methods) { in ohci_device_resume()
2652 if (methods == &ohci_device_intr_methods) { in ohci_device_suspend()