Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/sound/sparc/
H A Ddbri.c283 int nextpipe; /* Next pipe in linked list */ member
894 int prevpipe, int nextpipe, in link_time_slot()
902 || nextpipe < 0 || nextpipe > DBRI_MAX_PIPE) { in link_time_slot()
910 || dbri->pipes[nextpipe].sdp == 0) { in link_time_slot()
916 dbri->pipes[prevpipe].nextpipe = pipe; in link_time_slot()
917 dbri->pipes[pipe].nextpipe = nextpipe; in link_time_slot()
935 D_TS_LEN(length) | D_TS_CYCLE(cycle) | D_TS_NEXT(nextpipe); in link_time_slot()
940 D_TS_LEN(length) | D_TS_CYCLE(cycle) | D_TS_NEXT(nextpipe); in link_time_slot()
893 link_time_slot(struct snd_dbri *dbri, int pipe, int prevpipe, int nextpipe, int length, int cycle) link_time_slot() argument
[all...]
/kernel/linux/linux-6.6/sound/sparc/
H A Ddbri.c282 int nextpipe; /* Next pipe in linked list */ member
893 int prevpipe, int nextpipe, in link_time_slot()
901 || nextpipe < 0 || nextpipe > DBRI_MAX_PIPE) { in link_time_slot()
909 || dbri->pipes[nextpipe].sdp == 0) { in link_time_slot()
915 dbri->pipes[prevpipe].nextpipe = pipe; in link_time_slot()
916 dbri->pipes[pipe].nextpipe = nextpipe; in link_time_slot()
934 D_TS_LEN(length) | D_TS_CYCLE(cycle) | D_TS_NEXT(nextpipe); in link_time_slot()
939 D_TS_LEN(length) | D_TS_CYCLE(cycle) | D_TS_NEXT(nextpipe); in link_time_slot()
892 link_time_slot(struct snd_dbri *dbri, int pipe, int prevpipe, int nextpipe, int length, int cycle) link_time_slot() argument
[all...]

Completed in 7 milliseconds