Searched refs:AMDTP_IN_STREAM (Results 1 – 19 of 19) sorted by relevance
/Linux-v4.19/sound/firewire/dice/ |
D | dice-stream.c | 166 if (dir == AMDTP_IN_STREAM) { in stop_streams() 189 if (dir == AMDTP_IN_STREAM) { in keep_resources() 244 if (dir == AMDTP_IN_STREAM) { in start_streams() 260 if (dir == AMDTP_IN_STREAM) { in start_streams() 291 if (dir == AMDTP_IN_STREAM) { in start_streams() 303 if (dir == AMDTP_IN_STREAM) { in start_streams() 332 stop_streams(dice, AMDTP_IN_STREAM, &tx_params); in start_duplex_streams() 349 err = start_streams(dice, AMDTP_IN_STREAM, rate, &tx_params); in start_duplex_streams() 376 stop_streams(dice, AMDTP_IN_STREAM, &tx_params); in start_duplex_streams() 455 stop_streams(dice, AMDTP_IN_STREAM, &tx_params); in snd_dice_stream_stop_duplex() [all …]
|
D | dice-pcm.c | 97 if (dir == AMDTP_IN_STREAM) in limit_channels_and_rates() 138 dir = AMDTP_IN_STREAM; in init_hw_info()
|
/Linux-v4.19/sound/firewire/fireface/ |
D | ff-stream.c | 88 if (dir == AMDTP_IN_STREAM) { in init_stream() 109 if (dir == AMDTP_IN_STREAM) { in destroy_stream() 126 err = init_stream(ff, AMDTP_IN_STREAM); in snd_ff_stream_init_duplex() 139 destroy_stream(ff, AMDTP_IN_STREAM); in snd_ff_stream_destroy_duplex()
|
D | amdtp-ff.c | 148 if (dir == AMDTP_IN_STREAM) in amdtp_ff_init()
|
/Linux-v4.19/sound/firewire/motu/ |
D | motu-stream.c | 312 if (dir == AMDTP_IN_STREAM) { in init_stream() 339 if (dir == AMDTP_IN_STREAM) { in destroy_stream() 355 err = init_stream(motu, AMDTP_IN_STREAM); in snd_motu_stream_init_duplex() 361 destroy_stream(motu, AMDTP_IN_STREAM); in snd_motu_stream_init_duplex() 372 destroy_stream(motu, AMDTP_IN_STREAM); in snd_motu_stream_destroy_duplex()
|
D | motu-protocol-v2.c | 172 if (dir == AMDTP_IN_STREAM) { in calculate_fixed_part() 246 calculate_fixed_part(&motu->tx_packet_formats, AMDTP_IN_STREAM, in v2_cache_packet_formats()
|
D | motu-protocol-v3.c | 171 if (dir == AMDTP_IN_STREAM) { in calculate_fixed_part() 289 calculate_fixed_part(&motu->tx_packet_formats, AMDTP_IN_STREAM, in v3_cache_packet_formats()
|
D | amdtp-motu.c | 400 if (dir == AMDTP_IN_STREAM) { in amdtp_motu_init()
|
/Linux-v4.19/sound/firewire/tascam/ |
D | amdtp-tascam.c | 30 if (s->direction == AMDTP_IN_STREAM) in amdtp_tscm_set_parameters() 163 if (dir == AMDTP_IN_STREAM) { in amdtp_tscm_init()
|
D | tascam-stream.c | 341 err = amdtp_tscm_init(&tscm->tx_stream, tscm->unit, AMDTP_IN_STREAM, in snd_tscm_stream_init_duplex()
|
/Linux-v4.19/sound/firewire/ |
D | amdtp-stream.c | 785 if (s->direction == AMDTP_IN_STREAM) { in amdtp_stream_first_callback() 844 if (s->direction == AMDTP_IN_STREAM) in amdtp_stream_start() 853 if (s->direction == AMDTP_IN_STREAM) { in amdtp_stream_start() 880 if (s->direction == AMDTP_IN_STREAM) in amdtp_stream_start() 890 if (s->direction == AMDTP_IN_STREAM) in amdtp_stream_start()
|
D | amdtp-stream.h | 91 AMDTP_IN_STREAM enumerator
|
D | amdtp-am824.c | 389 if (dir == AMDTP_IN_STREAM) in amdtp_am824_init()
|
/Linux-v4.19/sound/firewire/fireworks/ |
D | fireworks_stream.c | 23 s_dir = AMDTP_IN_STREAM; in init_stream()
|
/Linux-v4.19/sound/firewire/digi00x/ |
D | digi00x-stream.c | 253 err = amdtp_dot_init(&dg00x->tx_stream, dg00x->unit, AMDTP_IN_STREAM); in snd_dg00x_stream_init_duplex()
|
D | amdtp-dot.c | 383 if (dir == AMDTP_IN_STREAM) { in amdtp_dot_init()
|
/Linux-v4.19/sound/firewire/oxfw/ |
D | oxfw-stream.c | 220 s_dir = AMDTP_IN_STREAM; in snd_oxfw_stream_init_simplex()
|
/Linux-v4.19/sound/firewire/bebob/ |
D | bebob_maudio.c | 248 ch_table[AMDTP_IN_STREAM][params->dig_in_fmt][i / 2]; in special_stream_formation_set()
|
D | bebob_stream.c | 522 AMDTP_IN_STREAM, CIP_BLOCKING); in snd_bebob_stream_init_duplex()
|