Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/sound/sparc/
H A Ddbri.c251 #define DBRI_MAX_PIPE (DBRI_NO_PIPES - 1) macro
828 if (pipe < 0 || pipe > DBRI_MAX_PIPE) { in reset_pipe()
864 if (pipe < 0 || pipe > DBRI_MAX_PIPE) { in setup_pipe()
900 if (pipe < 0 || pipe > DBRI_MAX_PIPE in link_time_slot()
901 || prevpipe < 0 || prevpipe > DBRI_MAX_PIPE in link_time_slot()
902 || nextpipe < 0 || nextpipe > DBRI_MAX_PIPE) { in link_time_slot()
959 if (pipe < 0 || pipe > DBRI_MAX_PIPE
960 || prevpipe < 0 || prevpipe > DBRI_MAX_PIPE
961 || nextpipe < 0 || nextpipe > DBRI_MAX_PIPE) {
1007 if (pipe < 16 || pipe > DBRI_MAX_PIPE) { in xmit_fixed()
[all...]
/kernel/linux/linux-6.6/sound/sparc/
H A Ddbri.c250 #define DBRI_MAX_PIPE (DBRI_NO_PIPES - 1) macro
827 if (pipe < 0 || pipe > DBRI_MAX_PIPE) { in reset_pipe()
863 if (pipe < 0 || pipe > DBRI_MAX_PIPE) { in setup_pipe()
899 if (pipe < 0 || pipe > DBRI_MAX_PIPE in link_time_slot()
900 || prevpipe < 0 || prevpipe > DBRI_MAX_PIPE in link_time_slot()
901 || nextpipe < 0 || nextpipe > DBRI_MAX_PIPE) { in link_time_slot()
958 if (pipe < 0 || pipe > DBRI_MAX_PIPE
959 || prevpipe < 0 || prevpipe > DBRI_MAX_PIPE
960 || nextpipe < 0 || nextpipe > DBRI_MAX_PIPE) {
1006 if (pipe < 16 || pipe > DBRI_MAX_PIPE) { in xmit_fixed()
[all...]

Completed in 6 milliseconds