HomeSort by: relevance | last modified time | path
    Searched refs:ehci_pipe (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/usb/
ehcivar.h 134 #define EHCI_XFER2EPIPE(xfer) ((struct ehci_pipe *)((xfer)->ux_pipe))
135 #define EHCI_PIPE2EPIPE(pipe) ((struct ehci_pipe *)(pipe))
ehci.c 140 struct ehci_pipe { struct
581 sc->sc_bus.ub_pipesize = sizeof(struct ehci_pipe);
1117 struct ehci_pipe *epipe = EHCI_XFER2EPIPE(xfer);
1650 struct ehci_pipe *epipe = EHCI_PIPE2EPIPE(pipe);
1966 struct ehci_pipe *epipe = EHCI_PIPE2EPIPE(pipe);
3367 struct ehci_pipe *epipe = EHCI_PIPE2EPIPE(pipe);
3386 struct ehci_pipe *epipe = EHCI_XFER2EPIPE(xfer);
3612 struct ehci_pipe *epipe = EHCI_XFER2EPIPE(xfer);
3709 struct ehci_pipe *epipe = EHCI_XFER2EPIPE(xfer);
3861 struct ehci_pipe *epipe = EHCI_XFER2EPIPE(xfer)
    [all...]

Completed in 15 milliseconds