Symbol: MAX_STREAMS
drivers/gpu/drm/amd/display/dc/core/dc.c
2130
struct dc_stream_state *dc_streams[MAX_STREAMS] = {0};
drivers/gpu/drm/amd/display/dc/core/dc.c
2372
struct dc_validation_set set[MAX_STREAMS] = {0};
drivers/gpu/drm/amd/display/dc/dc_dmub_srv.c
1805
union dmub_rb_cmd cmd[2 * MAX_STREAMS + 1];
drivers/gpu/drm/amd/display/dc/dc_dmub_srv.c
1808
memset(cmd, 0, sizeof(union dmub_rb_cmd) * (2 * MAX_STREAMS + 1));
drivers/gpu/drm/amd/display/dc/dml/dcn32/dcn32_fpu.c
1114
} odm_combines[MAX_STREAMS];
sound/firewire/dice/dice-alesis.c
11
alesis_io14_tx_pcm_chs[MAX_STREAMS][SND_DICE_RATE_MODE_COUNT] = {
sound/firewire/dice/dice-alesis.c
17
alesis_io26_tx_pcm_chs[MAX_STREAMS][SND_DICE_RATE_MODE_COUNT] = {
sound/firewire/dice/dice-alesis.c
37
MAX_STREAMS * SND_DICE_RATE_MODE_COUNT *
sound/firewire/dice/dice-alesis.c
41
MAX_STREAMS * SND_DICE_RATE_MODE_COUNT *
sound/firewire/dice/dice-alesis.c
70
for (i = 0; i < MAX_STREAMS; ++i) {
sound/firewire/dice/dice-extension.c
119
stream_count = min_t(unsigned int, be32_to_cpu(reg[0]), MAX_STREAMS);
sound/firewire/dice/dice-extension.c
128
stream_count = min_t(unsigned int, be32_to_cpu(reg[1]), MAX_STREAMS);
sound/firewire/dice/dice-extension.c
62
unsigned int pcm_channels[MAX_STREAMS][3],
sound/firewire/dice/dice-extension.c
63
unsigned int midi_ports[MAX_STREAMS])
sound/firewire/dice/dice-midi.c
106
for (i = 0; i < MAX_STREAMS; ++i) {
sound/firewire/dice/dice-mytek.c
11
unsigned int tx_pcm_chs[MAX_STREAMS][SND_DICE_RATE_MODE_COUNT];
sound/firewire/dice/dice-mytek.c
12
unsigned int rx_pcm_chs[MAX_STREAMS][SND_DICE_RATE_MODE_COUNT];
sound/firewire/dice/dice-mytek.c
36
MAX_STREAMS * SND_DICE_RATE_MODE_COUNT * sizeof(unsigned int));
sound/firewire/dice/dice-mytek.c
38
MAX_STREAMS * SND_DICE_RATE_MODE_COUNT * sizeof(unsigned int));
sound/firewire/dice/dice-mytek.c
40
for (i = 0; i < MAX_STREAMS; ++i) {
sound/firewire/dice/dice-pcm.c
419
for (i = 0; i < MAX_STREAMS; i++) {
sound/firewire/dice/dice-presonus.c
10
unsigned int rx_pcm_chs[MAX_STREAMS][SND_DICE_RATE_MODE_COUNT];
sound/firewire/dice/dice-presonus.c
50
MAX_STREAMS * SND_DICE_RATE_MODE_COUNT * sizeof(unsigned int));
sound/firewire/dice/dice-presonus.c
52
MAX_STREAMS * SND_DICE_RATE_MODE_COUNT * sizeof(unsigned int));
sound/firewire/dice/dice-presonus.c
9
unsigned int tx_pcm_chs[MAX_STREAMS][SND_DICE_RATE_MODE_COUNT];
sound/firewire/dice/dice-proc.c
260
for (i = 0; i < MAX_STREAMS; ++i) {
sound/firewire/dice/dice-proc.c
271
for (i = 0; i < MAX_STREAMS; ++i) {
sound/firewire/dice/dice-stream.c
112
min_t(unsigned int, be32_to_cpu(reg[0]), MAX_STREAMS);
sound/firewire/dice/dice-stream.c
119
min_t(unsigned int, be32_to_cpu(reg[0]), MAX_STREAMS);
sound/firewire/dice/dice-stream.c
129
for (i = 0; i < MAX_STREAMS; ++i) {
sound/firewire/dice/dice-stream.c
399
for (i = 0; i < MAX_STREAMS; ++i) {
sound/firewire/dice/dice-stream.c
409
for (i = 0; i < MAX_STREAMS; ++i) {
sound/firewire/dice/dice-stream.c
424
for (i = 0; i < MAX_STREAMS; ++i) {
sound/firewire/dice/dice-stream.c
432
if (i < MAX_STREAMS) {
sound/firewire/dice/dice-stream.c
544
for (i = 0; i < MAX_STREAMS; i++) {
sound/firewire/dice/dice-stream.c
553
for (i = 0; i < MAX_STREAMS; i++) {
sound/firewire/dice/dice-stream.c
558
for (i = 0; i < MAX_STREAMS; i++)
sound/firewire/dice/dice-stream.c
566
for (i = 0; i < MAX_STREAMS; ++i) {
sound/firewire/dice/dice-stream.c
579
for (i = 0; i < MAX_STREAMS; i++) {
sound/firewire/dice/dice-tcelectronic.c
11
unsigned int tx_pcm_chs[MAX_STREAMS][SND_DICE_RATE_MODE_COUNT];
sound/firewire/dice/dice-tcelectronic.c
12
unsigned int rx_pcm_chs[MAX_STREAMS][SND_DICE_RATE_MODE_COUNT];
sound/firewire/dice/dice-tcelectronic.c
94
MAX_STREAMS * SND_DICE_RATE_MODE_COUNT * sizeof(unsigned int));
sound/firewire/dice/dice-tcelectronic.c
96
MAX_STREAMS * SND_DICE_RATE_MODE_COUNT * sizeof(unsigned int));
sound/firewire/dice/dice-weiss.c
10
unsigned int rx_pcm_chs[MAX_STREAMS][SND_DICE_RATE_MODE_COUNT];
sound/firewire/dice/dice-weiss.c
101
MAX_STREAMS * SND_DICE_RATE_MODE_COUNT * sizeof(unsigned int));
sound/firewire/dice/dice-weiss.c
9
unsigned int tx_pcm_chs[MAX_STREAMS][SND_DICE_RATE_MODE_COUNT];
sound/firewire/dice/dice-weiss.c
99
MAX_STREAMS * SND_DICE_RATE_MODE_COUNT * sizeof(unsigned int));
sound/firewire/dice/dice.h
104
struct fw_iso_resources tx_resources[MAX_STREAMS];
sound/firewire/dice/dice.h
105
struct fw_iso_resources rx_resources[MAX_STREAMS];
sound/firewire/dice/dice.h
106
struct amdtp_stream tx_stream[MAX_STREAMS];
sound/firewire/dice/dice.h
107
struct amdtp_stream rx_stream[MAX_STREAMS];
sound/firewire/dice/dice.h
89
unsigned int tx_pcm_chs[MAX_STREAMS][SND_DICE_RATE_MODE_COUNT];
sound/firewire/dice/dice.h
90
unsigned int rx_pcm_chs[MAX_STREAMS][SND_DICE_RATE_MODE_COUNT];
sound/firewire/dice/dice.h
91
unsigned int tx_midi_ports[MAX_STREAMS];
sound/firewire/dice/dice.h
92
unsigned int rx_midi_ports[MAX_STREAMS];
sound/usb/caiaq/audio.c
764
if (cdev->n_streams > MAX_STREAMS) {
sound/usb/caiaq/audio.c
78
for (i = 0; i < MAX_STREAMS; i++)
sound/usb/caiaq/device.h
85
int audio_in_buf_pos[MAX_STREAMS];
sound/usb/caiaq/device.h
86
int audio_out_buf_pos[MAX_STREAMS];
sound/usb/caiaq/device.h
87
int period_in_count[MAX_STREAMS];
sound/usb/caiaq/device.h
88
int period_out_count[MAX_STREAMS];
sound/usb/caiaq/device.h
94
struct snd_pcm_substream *sub_playback[MAX_STREAMS];
sound/usb/caiaq/device.h
95
struct snd_pcm_substream *sub_capture[MAX_STREAMS];