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