Home
last modified time | relevance | path

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

/openbsd/src/sys/dev/usb/
Dxhci.c125 void xhci_noop(struct usbd_xfer *);
172 .abort = xhci_noop,
174 .done = xhci_noop,
190 .done = xhci_noop,
214 .done = xhci_noop,
2802 xhci_noop(struct usbd_xfer *xfer) in xhci_noop() function