Home
last modified time | relevance | path

Searched refs:MAX_STREAMS (Results 1 – 13 of 13) sorted by relevance

/Linux-v4.19/sound/firewire/dice/
Ddice-mytek.c11 unsigned int tx_pcm_chs[MAX_STREAMS][SND_DICE_RATE_MODE_COUNT];
12 unsigned int rx_pcm_chs[MAX_STREAMS][SND_DICE_RATE_MODE_COUNT];
36 MAX_STREAMS * SND_DICE_RATE_MODE_COUNT * sizeof(unsigned int)); in snd_dice_detect_mytek_formats()
38 MAX_STREAMS * SND_DICE_RATE_MODE_COUNT * sizeof(unsigned int)); in snd_dice_detect_mytek_formats()
40 for (i = 0; i < MAX_STREAMS; ++i) { in snd_dice_detect_mytek_formats()
Ddice.h64 #define MAX_STREAMS 2 macro
93 unsigned int tx_pcm_chs[MAX_STREAMS][SND_DICE_RATE_MODE_COUNT];
94 unsigned int rx_pcm_chs[MAX_STREAMS][SND_DICE_RATE_MODE_COUNT];
95 unsigned int tx_midi_ports[MAX_STREAMS];
96 unsigned int rx_midi_ports[MAX_STREAMS];
109 struct fw_iso_resources tx_resources[MAX_STREAMS];
110 struct fw_iso_resources rx_resources[MAX_STREAMS];
111 struct amdtp_stream tx_stream[MAX_STREAMS];
112 struct amdtp_stream rx_stream[MAX_STREAMS];
Ddice-alesis.c11 alesis_io14_tx_pcm_chs[MAX_STREAMS][SND_DICE_RATE_MODE_COUNT] = {
17 alesis_io26_tx_pcm_chs[MAX_STREAMS][SND_DICE_RATE_MODE_COUNT] = {
37 MAX_STREAMS * SND_DICE_RATE_MODE_COUNT * in snd_dice_detect_alesis_formats()
41 MAX_STREAMS * SND_DICE_RATE_MODE_COUNT * in snd_dice_detect_alesis_formats()
Ddice-tcelectronic.c11 unsigned int tx_pcm_chs[MAX_STREAMS][SND_DICE_RATE_MODE_COUNT];
12 unsigned int rx_pcm_chs[MAX_STREAMS][SND_DICE_RATE_MODE_COUNT];
94 MAX_STREAMS * SND_DICE_RATE_MODE_COUNT * sizeof(unsigned int)); in snd_dice_detect_tcelectronic_formats()
96 MAX_STREAMS * SND_DICE_RATE_MODE_COUNT * sizeof(unsigned int)); in snd_dice_detect_tcelectronic_formats()
Ddice-stream.c126 min_t(unsigned int, be32_to_cpu(reg[0]), MAX_STREAMS); in get_register_params()
133 min_t(unsigned int, be32_to_cpu(reg[0]), MAX_STREAMS); in get_register_params()
143 for (i = 0; i < MAX_STREAMS; i++) { in release_resources()
362 for (i = 0; i < MAX_STREAMS; i++) { in start_duplex_streams()
411 for (i = 0; i < MAX_STREAMS; ++i) { in snd_dice_stream_start_duplex()
417 if (i < MAX_STREAMS) in snd_dice_stream_start_duplex()
424 for (i = 0; i < MAX_STREAMS; ++i) { in snd_dice_stream_start_duplex()
432 if (i < MAX_STREAMS) in snd_dice_stream_start_duplex()
518 for (i = 0; i < MAX_STREAMS; i++) { in snd_dice_stream_init_duplex()
527 for (i = 0; i < MAX_STREAMS; i++) { in snd_dice_stream_init_duplex()
[all …]
Ddice-extension.c62 unsigned int pcm_channels[MAX_STREAMS][3], in read_stream_entries()
63 unsigned int midi_ports[MAX_STREAMS]) in read_stream_entries() argument
Ddice-proc.c261 for (i = 0; i < MAX_STREAMS; ++i) { in dice_proc_read_formation()
272 for (i = 0; i < MAX_STREAMS; ++i) { in dice_proc_read_formation()
Ddice-midi.c112 for (i = 0; i < MAX_STREAMS; ++i) { in snd_dice_create_midi()
Ddice-pcm.c433 for (i = 0; i < MAX_STREAMS; i++) { in snd_dice_create_pcm()
/Linux-v4.19/sound/usb/caiaq/
Ddevice.h27 #define MAX_STREAMS 32 macro
85 int audio_in_buf_pos[MAX_STREAMS];
86 int audio_out_buf_pos[MAX_STREAMS];
87 int period_in_count[MAX_STREAMS];
88 int period_out_count[MAX_STREAMS];
94 struct snd_pcm_substream *sub_playback[MAX_STREAMS];
95 struct snd_pcm_substream *sub_capture[MAX_STREAMS];
Daudio.c96 for (i = 0; i < MAX_STREAMS; i++) in all_substreams_zero()
811 if (cdev->n_streams > MAX_STREAMS) { in snd_usb_caiaq_audio_init()
/Linux-v4.19/drivers/gpu/drm/amd/display/dc/
Ddc.h44 #define MAX_STREAMS 6 macro
/Linux-v4.19/drivers/gpu/drm/amd/display/dc/core/
Ddc.c878 struct dc_stream_state *dc_streams[MAX_STREAMS] = {0}; in dc_commit_state_no_check()