Lines Matching refs:nextpipe
282 int nextpipe; /* Next pipe in linked list */
893 int prevpipe, int nextpipe,
901 || nextpipe < 0 || nextpipe > DBRI_MAX_PIPE) {
909 || dbri->pipes[nextpipe].sdp == 0) {
915 dbri->pipes[prevpipe].nextpipe = pipe;
916 dbri->pipes[pipe].nextpipe = nextpipe;
934 D_TS_LEN(length) | D_TS_CYCLE(cycle) | D_TS_NEXT(nextpipe);
939 D_TS_LEN(length) | D_TS_CYCLE(cycle) | D_TS_NEXT(nextpipe);
953 int nextpipe)
960 || nextpipe < 0 || nextpipe > DBRI_MAX_PIPE) {
971 *(cmd++) = D_TS_NEXT(nextpipe);
977 *(cmd++) = D_TS_NEXT(nextpipe);
1259 dbri->pipes[16].nextpipe = 16;
2498 pptr->length, pptr->nextpipe);