Lines Matching refs:nextpipe
283 int nextpipe; /* Next pipe in linked list */
894 int prevpipe, int nextpipe,
902 || nextpipe < 0 || nextpipe > DBRI_MAX_PIPE) {
910 || dbri->pipes[nextpipe].sdp == 0) {
916 dbri->pipes[prevpipe].nextpipe = pipe;
917 dbri->pipes[pipe].nextpipe = nextpipe;
935 D_TS_LEN(length) | D_TS_CYCLE(cycle) | D_TS_NEXT(nextpipe);
940 D_TS_LEN(length) | D_TS_CYCLE(cycle) | D_TS_NEXT(nextpipe);
954 int nextpipe)
961 || nextpipe < 0 || nextpipe > DBRI_MAX_PIPE) {
972 *(cmd++) = D_TS_NEXT(nextpipe);
978 *(cmd++) = D_TS_NEXT(nextpipe);
1260 dbri->pipes[16].nextpipe = 16;
2498 pptr->length, pptr->nextpipe);