Searched refs:amdtp_stream (Results 1 – 14 of 14) sorted by relevance
/linux-4.1.27/sound/firewire/ |
D | amdtp.h | 112 struct amdtp_stream { struct 123 void (*transfer_samples)(struct amdtp_stream *s, argument 161 struct amdtp_stream *sync_slave; argument 164 int amdtp_stream_init(struct amdtp_stream *s, struct fw_unit *unit, 167 void amdtp_stream_destroy(struct amdtp_stream *s); 169 void amdtp_stream_set_parameters(struct amdtp_stream *s, 173 unsigned int amdtp_stream_get_max_payload(struct amdtp_stream *s); 175 int amdtp_stream_start(struct amdtp_stream *s, int channel, int speed); 176 void amdtp_stream_update(struct amdtp_stream *s); 177 void amdtp_stream_stop(struct amdtp_stream *s); [all …]
|
D | amdtp.c | 78 int amdtp_stream_init(struct amdtp_stream *s, struct fw_unit *unit, in amdtp_stream_init() 101 void amdtp_stream_destroy(struct amdtp_stream *s) in amdtp_stream_destroy() 135 int amdtp_stream_add_pcm_hw_constraints(struct amdtp_stream *s, in amdtp_stream_add_pcm_hw_constraints() 196 void amdtp_stream_set_parameters(struct amdtp_stream *s, in amdtp_stream_set_parameters() 252 unsigned int amdtp_stream_get_max_payload(struct amdtp_stream *s) in amdtp_stream_get_max_payload() 258 static void amdtp_write_s16(struct amdtp_stream *s, 261 static void amdtp_write_s32(struct amdtp_stream *s, 264 static void amdtp_read_s32(struct amdtp_stream *s, 277 void amdtp_stream_set_pcm_format(struct amdtp_stream *s, in amdtp_stream_set_pcm_format() 310 void amdtp_stream_pcm_prepare(struct amdtp_stream *s) in amdtp_stream_pcm_prepare() [all …]
|
/linux-4.1.27/sound/firewire/oxfw/ |
D | oxfw.h | 58 struct amdtp_stream tx_stream; 59 struct amdtp_stream rx_stream; 110 struct amdtp_stream *stream); 112 struct amdtp_stream *stream, 115 struct amdtp_stream *stream); 117 struct amdtp_stream *stream); 119 struct amdtp_stream *stream);
|
D | oxfw-stream.c | 58 static int set_stream_format(struct snd_oxfw *oxfw, struct amdtp_stream *s, in set_stream_format() 104 static void stop_stream(struct snd_oxfw *oxfw, struct amdtp_stream *stream) in stop_stream() 115 static int start_stream(struct snd_oxfw *oxfw, struct amdtp_stream *stream, in start_stream() 183 struct amdtp_stream *stream) in check_connection_used_by_others() 207 struct amdtp_stream *stream) in snd_oxfw_stream_init_simplex() 243 struct amdtp_stream *stream, in snd_oxfw_stream_start_simplex() 246 struct amdtp_stream *opposite; in snd_oxfw_stream_start_simplex() 332 struct amdtp_stream *stream) in snd_oxfw_stream_stop_simplex() 346 struct amdtp_stream *stream) in snd_oxfw_stream_destroy_simplex() 360 struct amdtp_stream *stream) in snd_oxfw_stream_update_simplex()
|
D | oxfw-pcm.c | 126 struct amdtp_stream *stream; in init_hw_params()
|
/linux-4.1.27/sound/firewire/fireworks/ |
D | fireworks_stream.c | 13 init_stream(struct snd_efw *efw, struct amdtp_stream *stream) in init_stream() 44 stop_stream(struct snd_efw *efw, struct amdtp_stream *stream) in stop_stream() 56 start_stream(struct snd_efw *efw, struct amdtp_stream *stream, in start_stream() 108 destroy_stream(struct snd_efw *efw, struct amdtp_stream *stream) in destroy_stream() 139 check_connection_used_by_others(struct snd_efw *efw, struct amdtp_stream *s) in check_connection_used_by_others() 209 struct amdtp_stream *master, *slave; in snd_efw_stream_start_duplex() 293 struct amdtp_stream *master, *slave; in snd_efw_stream_stop_duplex()
|
D | fireworks.h | 84 struct amdtp_stream *master; 85 struct amdtp_stream tx_stream; 86 struct amdtp_stream rx_stream;
|
D | fireworks_pcm.c | 150 struct amdtp_stream *s; in pcm_init_hw_params()
|
/linux-4.1.27/sound/firewire/dice/ |
D | dice-stream.c | 87 static void stop_stream(struct snd_dice *dice, struct amdtp_stream *stream) in stop_stream() 98 static int start_stream(struct snd_dice *dice, struct amdtp_stream *stream, in start_stream() 191 struct amdtp_stream *master, *slave; in snd_dice_stream_start_duplex() 286 static int init_stream(struct snd_dice *dice, struct amdtp_stream *stream) in init_stream() 318 static void destroy_stream(struct snd_dice *dice, struct amdtp_stream *stream) in destroy_stream()
|
D | dice.h | 73 struct amdtp_stream tx_stream; 74 struct amdtp_stream rx_stream;
|
D | dice-pcm.c | 124 struct amdtp_stream *stream; in init_hw_info()
|
/linux-4.1.27/sound/firewire/bebob/ |
D | bebob.h | 90 struct amdtp_stream *master; 91 struct amdtp_stream tx_stream; 92 struct amdtp_stream rx_stream;
|
D | bebob_stream.c | 200 map_data_channels(struct snd_bebob *bebob, struct amdtp_stream *s) in map_data_channels() 340 check_connection_used_by_others(struct snd_bebob *bebob, struct amdtp_stream *s) in check_connection_used_by_others() 430 start_stream(struct snd_bebob *bebob, struct amdtp_stream *stream, in start_stream() 496 struct amdtp_stream *master, *slave; in snd_bebob_stream_start_duplex() 662 struct amdtp_stream *master, *slave; in snd_bebob_stream_stop_duplex()
|
D | bebob_pcm.c | 113 struct amdtp_stream *s; in pcm_init_hw_params()
|