Home
last modified time | relevance | path

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

/freebsd-14-stable/sys/dev/usb/controller/
HDohci.c115 static const struct usb_pipe_methods ohci_device_bulk_methods; variable
1001 } else if (xfer->endpoint->methods == &ohci_device_bulk_methods) { in ohci_check_transfer_sub()
1562 if (methods == &ohci_device_bulk_methods) { in ohci_setup_standard_chain()
1629 if (methods == &ohci_device_bulk_methods) { in ohci_device_done()
1681 static const struct usb_pipe_methods ohci_device_bulk_methods = variable
2371 } else if (parm->methods == &ohci_device_bulk_methods) { in ohci_xfer_setup()
2526 ep->methods = &ohci_device_bulk_methods; in ohci_ep_init()
2568 if (methods == &ohci_device_bulk_methods) { in ohci_device_resume()
2604 if (methods == &ohci_device_bulk_methods) { in ohci_device_suspend()