Searched refs:nextpipe (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/sparc/
H A Ddbri.c281 int nextpipe; /* Next pipe in linked list */ member in struct:dbri_pipe
884 int prevpipe, int nextpipe,
892 || nextpipe < 0 || nextpipe > DBRI_MAX_PIPE) {
900 || dbri->pipes[nextpipe].sdp == 0) {
906 dbri->pipes[prevpipe].nextpipe = pipe;
907 dbri->pipes[pipe].nextpipe = nextpipe;
925 D_TS_LEN(length) | D_TS_CYCLE(cycle) | D_TS_NEXT(nextpipe);
930 D_TS_LEN(length) | D_TS_CYCLE(cycle) | D_TS_NEXT(nextpipe);
883 link_time_slot(struct snd_dbri *dbri, int pipe, int prevpipe, int nextpipe, int length, int cycle) argument
[all...]

Completed in 103 milliseconds