Symbol: ohci_pipe
sys/dev/usb/ohci.c
1083
sc->sc_bus.ub_pipesize = sizeof(struct ohci_pipe);
sys/dev/usb/ohci.c
128
struct ohci_pipe;
sys/dev/usb/ohci.c
1449
struct ohci_pipe *opipe;
sys/dev/usb/ohci.c
1691
struct ohci_pipe *opipe = OHCI_PIPE2OPIPE(xfer->ux_pipe);
sys/dev/usb/ohci.c
2083
struct ohci_pipe *opipe = OHCI_PIPE2OPIPE(pipe);
sys/dev/usb/ohci.c
216
struct ohci_pipe *, int);
sys/dev/usb/ohci.c
2212
struct ohci_pipe *opipe = OHCI_PIPE2OPIPE(pipe);
sys/dev/usb/ohci.c
2264
struct ohci_pipe *opipe = OHCI_PIPE2OPIPE(xfer->ux_pipe);
sys/dev/usb/ohci.c
2755
struct ohci_pipe *opipe = OHCI_PIPE2OPIPE(xfer->ux_pipe);
sys/dev/usb/ohci.c
2792
struct ohci_pipe *opipe = OHCI_PIPE2OPIPE(xfer->ux_pipe);
sys/dev/usb/ohci.c
2972
struct ohci_pipe *opipe = OHCI_PIPE2OPIPE(pipe);
sys/dev/usb/ohci.c
2990
struct ohci_pipe *opipe = OHCI_PIPE2OPIPE(pipe);
sys/dev/usb/ohci.c
3040
struct ohci_pipe *opipe = OHCI_PIPE2OPIPE(xfer->ux_pipe);
sys/dev/usb/ohci.c
3073
struct ohci_pipe *opipe = OHCI_PIPE2OPIPE(xfer->ux_pipe);
sys/dev/usb/ohci.c
3187
struct ohci_pipe *opipe = OHCI_PIPE2OPIPE(pipe);
sys/dev/usb/ohci.c
3235
struct ohci_pipe *opipe = OHCI_PIPE2OPIPE(xfer->ux_pipe);
sys/dev/usb/ohci.c
3268
struct ohci_pipe *opipe = OHCI_PIPE2OPIPE(xfer->ux_pipe);
sys/dev/usb/ohci.c
3365
struct ohci_pipe *opipe = OHCI_PIPE2OPIPE(pipe);
sys/dev/usb/ohci.c
3405
ohci_device_setintr(ohci_softc_t *sc, struct ohci_pipe *opipe, int ival)
sys/dev/usb/ohci.c
3532
struct ohci_pipe *opipe = OHCI_PIPE2OPIPE(xfer->ux_pipe);
sys/dev/usb/ohci.c
3569
struct ohci_pipe *opipe = OHCI_PIPE2OPIPE(xfer->ux_pipe);
sys/dev/usb/ohci.c
3746
struct ohci_pipe *opipe = OHCI_PIPE2OPIPE(xfer->ux_pipe);
sys/dev/usb/ohci.c
3818
struct ohci_pipe *opipe = OHCI_PIPE2OPIPE(pipe);
sys/dev/usb/ohci.c
3835
struct ohci_pipe *opipe = OHCI_PIPE2OPIPE(pipe);
sys/dev/usb/ohcivar.h
172
#define OHCI_PIPE2OPIPE(pipe) ((struct ohci_pipe *)(pipe))