Searched defs:slhci_pipe (Results 1 – 1 of 1) sorted by relevance
254 struct slhci_pipe { struct255 struct usbd_pipe pipe;256 struct usbd_xfer *xfer; /* xfer in progress */257 uint8_t *buffer; /* I/O buffer (if needed) */258 struct gcq ap; /* All pipes */259 struct gcq to; /* Timeout list */260 struct gcq xq; /* Xfer queues */284 #define SLHCI_PIPE2SPIPE(pipe) ((struct slhci_pipe *)(pipe)) argument