Symbol: uhci_pipe
sys/dev/usb/uhci.c
1572
struct uhci_pipe *upipe =
sys/dev/usb/uhci.c
1609
struct uhci_pipe *upipe = UHCI_PIPE2UPIPE(xfer->ux_pipe);
sys/dev/usb/uhci.c
2188
struct uhci_pipe *upipe = UHCI_PIPE2UPIPE(pipe);
sys/dev/usb/uhci.c
2258
struct uhci_pipe *upipe = UHCI_PIPE2UPIPE(xfer->ux_pipe);
sys/dev/usb/uhci.c
2342
struct uhci_pipe *upipe = UHCI_PIPE2UPIPE(xfer->ux_pipe);
sys/dev/usb/uhci.c
2402
struct uhci_pipe *upipe = UHCI_PIPE2UPIPE(pipe);
sys/dev/usb/uhci.c
2416
struct uhci_pipe *upipe = UHCI_PIPE2UPIPE(xfer->ux_pipe);
sys/dev/usb/uhci.c
2475
struct uhci_pipe *upipe = UHCI_PIPE2UPIPE(xfer->ux_pipe);
sys/dev/usb/uhci.c
262
struct uhci_pipe *, int);
sys/dev/usb/uhci.c
2664
struct uhci_pipe *upipe = UHCI_PIPE2UPIPE(xfer->ux_pipe);
sys/dev/usb/uhci.c
2756
struct uhci_pipe *upipe = UHCI_PIPE2UPIPE(pipe);
sys/dev/usb/uhci.c
2783
struct uhci_pipe *upipe = UHCI_PIPE2UPIPE(pipe);
sys/dev/usb/uhci.c
2838
struct uhci_pipe *upipe = UHCI_PIPE2UPIPE(xfer->ux_pipe);
sys/dev/usb/uhci.c
2937
struct uhci_pipe *upipe = UHCI_PIPE2UPIPE(xfer->ux_pipe);
sys/dev/usb/uhci.c
2998
struct uhci_pipe *upipe = UHCI_PIPE2UPIPE(pipe);
sys/dev/usb/uhci.c
3060
struct uhci_pipe *upipe = UHCI_PIPE2UPIPE(pipe);
sys/dev/usb/uhci.c
3133
struct uhci_pipe *upipe = UHCI_PIPE2UPIPE(xfer->ux_pipe);
sys/dev/usb/uhci.c
3175
struct uhci_pipe *upipe = UHCI_PIPE2UPIPE(xfer->ux_pipe);
sys/dev/usb/uhci.c
3205
struct uhci_pipe *upipe = UHCI_PIPE2UPIPE(xfer->ux_pipe);
sys/dev/usb/uhci.c
3235
struct uhci_pipe *upipe = UHCI_PIPE2UPIPE(xfer->ux_pipe);
sys/dev/usb/uhci.c
3321
uhci_device_setintr(uhci_softc_t *sc, struct uhci_pipe *upipe, int ival)
sys/dev/usb/uhci.c
3386
struct uhci_pipe *upipe = UHCI_PIPE2UPIPE(pipe);
sys/dev/usb/uhci.c
582
sc->sc_bus.ub_pipesize = sizeof(struct uhci_pipe);
sys/dev/usb/uhcivar.h
97
#define UHCI_PIPE2UPIPE(pipe) ((struct uhci_pipe *)(pipe))