Home
last modified time | relevance | path

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

/freebsd/sys/dev/usb/controller/
H A Dohci.c117 static const struct usb_pipe_methods ohci_device_intr_methods; variable
1635 if (methods == &ohci_device_intr_methods) { in ohci_device_done()
1794 static const struct usb_pipe_methods ohci_device_intr_methods = variable
2381 } else if (parm->methods == &ohci_device_intr_methods) { in ohci_xfer_setup()
2518 ep->methods = &ohci_device_intr_methods; in ohci_ep_init()
2576 if (methods == &ohci_device_intr_methods) { in ohci_device_resume()
2610 if (methods == &ohci_device_intr_methods) { in ohci_device_suspend()