Lines Matching defs:nextpipe
283 int nextpipe; /* Next pipe in linked list */
892 int prevpipe, int nextpipe,
900 || nextpipe < 0 || nextpipe > DBRI_MAX_PIPE) {
908 || dbri->pipes[nextpipe].sdp == 0) {
914 dbri->pipes[prevpipe].nextpipe = pipe;
915 dbri->pipes[pipe].nextpipe = nextpipe;
933 D_TS_LEN(length) | D_TS_CYCLE(cycle) | D_TS_NEXT(nextpipe);
938 D_TS_LEN(length) | D_TS_CYCLE(cycle) | D_TS_NEXT(nextpipe);
952 int nextpipe)
959 || nextpipe < 0 || nextpipe > DBRI_MAX_PIPE) {
970 *(cmd++) = D_TS_NEXT(nextpipe);
976 *(cmd++) = D_TS_NEXT(nextpipe);
1258 dbri->pipes[16].nextpipe = 16;
2485 pptr->length, pptr->nextpipe);