Symbol: motg_pipe
sys/dev/usb/motg.c
1170
struct motg_pipe *otgpipe = MOTG_PIPE2MPIPE(xfer->ux_pipe);
sys/dev/usb/motg.c
1220
struct motg_pipe *otgpipe = MOTG_PIPE2MPIPE(xfer->ux_pipe);
sys/dev/usb/motg.c
1287
struct motg_pipe *otgpipe;
sys/dev/usb/motg.c
1313
motg_pipe, ep_pipe_list);
sys/dev/usb/motg.c
1383
struct motg_pipe *otgpipe = MOTG_PIPE2MPIPE(xfer->ux_pipe);
sys/dev/usb/motg.c
1671
struct motg_pipe *otgpipe = MOTG_PIPE2MPIPE(pipe);
sys/dev/usb/motg.c
1672
struct motg_pipe *otgpipeiter;
sys/dev/usb/motg.c
1684
motg_pipe, ep_pipe_list);
sys/dev/usb/motg.c
1696
struct motg_pipe *otgpipe __diagused = MOTG_PIPE2MPIPE(xfer->ux_pipe);
sys/dev/usb/motg.c
1715
struct motg_pipe *otgpipe = MOTG_PIPE2MPIPE(xfer->ux_pipe);
sys/dev/usb/motg.c
1730
struct motg_pipe *otgpipe;
sys/dev/usb/motg.c
1756
motg_pipe, ep_pipe_list);
sys/dev/usb/motg.c
1822
struct motg_pipe *otgpipe = MOTG_PIPE2MPIPE(xfer->ux_pipe);
sys/dev/usb/motg.c
1854
struct motg_pipe *otgpipe = MOTG_PIPE2MPIPE(xfer->ux_pipe);
sys/dev/usb/motg.c
1962
struct motg_pipe *otgpipe = MOTG_PIPE2MPIPE(xfer->ux_pipe);
sys/dev/usb/motg.c
2035
struct motg_pipe *otgpipe;
sys/dev/usb/motg.c
2134
struct motg_pipe *otgpipe = MOTG_PIPE2MPIPE(pipe);
sys/dev/usb/motg.c
2135
struct motg_pipe *otgpipeiter;
sys/dev/usb/motg.c
2148
motg_pipe, ep_pipe_list);
sys/dev/usb/motg.c
2160
struct motg_pipe *otgpipe __diagused = MOTG_PIPE2MPIPE(xfer->ux_pipe);
sys/dev/usb/motg.c
2169
struct motg_pipe *otgpipe = MOTG_PIPE2MPIPE(pipe);
sys/dev/usb/motg.c
2180
struct motg_pipe *otgpipe = MOTG_PIPE2MPIPE(xfer->ux_pipe);
sys/dev/usb/motg.c
470
sc->sc_bus.ub_pipesize= sizeof(struct motg_pipe);
sys/dev/usb/motg.c
482
struct motg_pipe *otgpipe = MOTG_PIPE2MPIPE(pipe);
sys/dev/usb/motg.c
523
struct motg_pipe *otgpipe = MOTG_PIPE2MPIPE(pipe);
sys/dev/usb/motgvar.h
119
#define MOTG_PIPE2MPIPE(pipe) ((struct motg_pipe *)(pipe))
sys/dev/usb/motgvar.h
40
SIMPLEQ_ENTRY(motg_pipe) ep_pipe_list;
sys/dev/usb/motgvar.h
53
SIMPLEQ_HEAD(ep_pipes_head, motg_pipe);