Home
last modified time | relevance | path

Searched refs:tx_stream (Results 1 – 37 of 37) sorted by relevance

/linux-4.4.14/sound/firewire/fireworks/
Dfireworks_stream.c20 if (stream == &efw->tx_stream) { in init_stream()
49 if (stream == &efw->tx_stream) in stop_stream()
66 if (stream == &efw->tx_stream) { in start_stream()
114 if (stream == &efw->tx_stream) in destroy_stream()
147 if (s == &efw->tx_stream) in check_connection_used_by_others()
168 err = init_stream(efw, &efw->tx_stream); in snd_efw_stream_init_duplex()
172 efw->tx_stream.flags |= CIP_EMPTY_WITH_TAG0; in snd_efw_stream_init_duplex()
174 efw->tx_stream.flags |= CIP_DBC_IS_END_EVENT; in snd_efw_stream_init_duplex()
176 efw->tx_stream.flags |= CIP_SKIP_DBC_ZERO_CHECK; in snd_efw_stream_init_duplex()
185 efw->tx_stream.tx_first_dbc = 0x02; in snd_efw_stream_init_duplex()
[all …]
Dfireworks_pcm.c163 s = &efw->tx_stream; in pcm_init_hw_params()
219 amdtp_stream_pcm_running(&efw->tx_stream) || in pcm_open()
257 amdtp_am824_set_pcm_format(&efw->tx_stream, params_format(hw_params)); in pcm_capture_hw_params()
311 amdtp_stream_pcm_prepare(&efw->tx_stream); in pcm_capture_prepare()
334 amdtp_stream_pcm_trigger(&efw->tx_stream, substream); in pcm_capture_trigger()
337 amdtp_stream_pcm_trigger(&efw->tx_stream, NULL); in pcm_capture_trigger()
366 return amdtp_stream_pcm_pointer(&efw->tx_stream); in pcm_capture_pointer()
Dfireworks_midi.c76 amdtp_am824_midi_trigger(&efw->tx_stream, in midi_capture_trigger()
79 amdtp_am824_midi_trigger(&efw->tx_stream, in midi_capture_trigger()
Dfireworks.h85 struct amdtp_stream tx_stream; member
/linux-4.4.14/sound/firewire/digi00x/
Ddigi00x-stream.c212 err = amdtp_dot_set_parameters(&dg00x->tx_stream, rate, in keep_resources()
217 amdtp_stream_get_max_payload(&dg00x->tx_stream), in keep_resources()
253 err = amdtp_dot_init(&dg00x->tx_stream, dg00x->unit, AMDTP_IN_STREAM); in snd_dg00x_stream_init_duplex()
272 amdtp_stream_destroy(&dg00x->tx_stream); in snd_dg00x_stream_destroy_duplex()
291 amdtp_streaming_error(&dg00x->tx_stream) || in snd_dg00x_stream_start_duplex()
295 amdtp_stream_stop(&dg00x->tx_stream); in snd_dg00x_stream_start_duplex()
334 if (!amdtp_stream_running(&dg00x->tx_stream)) { in snd_dg00x_stream_start_duplex()
335 err = amdtp_stream_start(&dg00x->tx_stream, in snd_dg00x_stream_start_duplex()
341 if (!amdtp_stream_wait_callback(&dg00x->tx_stream, in snd_dg00x_stream_start_duplex()
352 amdtp_stream_stop(&dg00x->tx_stream); in snd_dg00x_stream_start_duplex()
[all …]
Ddigi00x-pcm.c89 s = &dg00x->tx_stream; in pcm_init_hw_params()
145 amdtp_stream_pcm_running(&dg00x->tx_stream)) { in pcm_open()
187 amdtp_dot_set_pcm_format(&dg00x->tx_stream, params_format(hw_params)); in pcm_capture_hw_params()
256 amdtp_stream_pcm_prepare(&dg00x->tx_stream); in pcm_capture_prepare()
288 amdtp_stream_pcm_trigger(&dg00x->tx_stream, substream); in pcm_capture_trigger()
291 amdtp_stream_pcm_trigger(&dg00x->tx_stream, NULL); in pcm_capture_trigger()
322 return amdtp_stream_pcm_pointer(&dg00x->tx_stream); in pcm_capture_pointer()
Ddigi00x-midi.c52 amdtp_dot_midi_trigger(&dg00x->tx_stream, substream->number, in midi_phys_capture_trigger()
55 amdtp_dot_midi_trigger(&dg00x->tx_stream, substream->number, in midi_phys_capture_trigger()
Ddigi00x.h40 struct amdtp_stream tx_stream; member
/linux-4.4.14/sound/firewire/tascam/
Dtascam-stream.c264 err = amdtp_tscm_set_parameters(&tscm->tx_stream, rate); in keep_resources()
268 amdtp_stream_get_max_payload(&tscm->tx_stream), in keep_resources()
341 err = amdtp_tscm_init(&tscm->tx_stream, tscm->unit, AMDTP_IN_STREAM, in snd_tscm_stream_init_duplex()
352 amdtp_stream_pcm_abort(&tscm->tx_stream); in snd_tscm_stream_update_duplex()
353 amdtp_stream_stop(&tscm->tx_stream); in snd_tscm_stream_update_duplex()
366 amdtp_stream_destroy(&tscm->tx_stream); in snd_tscm_stream_destroy_duplex()
384 amdtp_streaming_error(&tscm->tx_stream) || in snd_tscm_stream_start_duplex()
388 amdtp_stream_stop(&tscm->tx_stream); in snd_tscm_stream_start_duplex()
394 if (!amdtp_stream_running(&tscm->tx_stream)) { in snd_tscm_stream_start_duplex()
396 &tscm->tx_stream, &tscm->rx_stream); in snd_tscm_stream_start_duplex()
[all …]
Dtascam-pcm.c48 stream = &tscm->tx_stream; in pcm_init_hw_params()
86 amdtp_stream_pcm_running(&tscm->tx_stream)) { in pcm_open()
128 amdtp_tscm_set_pcm_format(&tscm->tx_stream, params_format(hw_params)); in pcm_capture_hw_params()
197 amdtp_stream_pcm_prepare(&tscm->tx_stream); in pcm_capture_prepare()
227 amdtp_stream_pcm_trigger(&tscm->tx_stream, substream); in pcm_capture_trigger()
230 amdtp_stream_pcm_trigger(&tscm->tx_stream, NULL); in pcm_capture_trigger()
261 return amdtp_stream_pcm_pointer(&tscm->tx_stream); in pcm_capture_pointer()
Dtascam.h59 struct amdtp_stream tx_stream; member
/linux-4.4.14/sound/firewire/dice/
Ddice-stream.c92 if (stream == &dice->tx_stream) in stop_stream()
109 if (stream == &dice->tx_stream) { in start_stream()
207 master = &dice->tx_stream; in snd_dice_stream_start_duplex()
211 slave = &dice->tx_stream; in snd_dice_stream_start_duplex()
286 stop_stream(dice, &dice->tx_stream); in snd_dice_stream_stop_duplex()
296 if (stream == &dice->tx_stream) { in init_stream()
326 if (stream == &dice->tx_stream) in destroy_stream()
341 err = init_stream(dice, &dice->tx_stream); in snd_dice_stream_init_duplex()
347 destroy_stream(dice, &dice->tx_stream); in snd_dice_stream_init_duplex()
356 destroy_stream(dice, &dice->tx_stream); in snd_dice_stream_destroy_duplex()
[all …]
Ddice-pcm.c137 stream = &dice->tx_stream; in init_hw_info()
203 amdtp_stream_pcm_running(&dice->tx_stream) || in pcm_open()
246 amdtp_am824_set_pcm_format(&dice->tx_stream, params_format(hw_params)); in capture_hw_params()
313 amdtp_stream_pcm_prepare(&dice->tx_stream); in capture_prepare()
337 amdtp_stream_pcm_trigger(&dice->tx_stream, substream); in capture_trigger()
340 amdtp_stream_pcm_trigger(&dice->tx_stream, NULL); in capture_trigger()
370 return amdtp_stream_pcm_pointer(&dice->tx_stream); in capture_pointer()
Ddice-midi.c55 amdtp_am824_midi_trigger(&dice->tx_stream, in midi_capture_trigger()
58 amdtp_am824_midi_trigger(&dice->tx_stream, in midi_capture_trigger()
Ddice.h73 struct amdtp_stream tx_stream; member
/linux-4.4.14/drivers/isdn/hardware/eicon/
Distream.c84 ULongToPtr(a->tx_stream[Id] + a->tx_pos[Id]), in diva_istream_write()
86 (void *)(a->tx_stream[Id] + a->tx_pos[Id]), in diva_istream_write()
99 ULongToPtr(a->tx_stream[Id] + a->tx_pos[Id] + 4), in diva_istream_write()
101 (void *)(a->tx_stream[Id] + a->tx_pos[Id] + 4), in diva_istream_write()
119 ULongToPtr(a->tx_stream[Id] + a->tx_pos[Id]), in diva_istream_write()
121 (void *)(a->tx_stream[Id] + a->tx_pos[Id]), in diva_istream_write()
Ddi.c127 if (!(a->tx_stream[this->Id] && in pr_out()
514 a->tx_stream[Id] = tmp[0]; in isdn_rc()
518 Id, a->tx_stream[Id], a->rx_stream[Id])) in isdn_rc()
522 Id, a->tx_stream[Id], a->rx_stream[Id])) in isdn_rc()
528 a->tx_stream[Id] -= offset; in isdn_rc()
530 a->tx_stream[Id] = 0; in isdn_rc()
Ddi.h61 dword tx_stream[256]; member
Dos_bri.c595 memset(&IoAdapter->a.tx_stream[0], 0x00, in diva_bri_reset_adapter()
596 sizeof(IoAdapter->a.tx_stream)); in diva_bri_reset_adapter()
Dos_pri.c399 memset(&IoAdapter->a.tx_stream[0], 0x00, in diva_pri_reset_adapter()
400 sizeof(IoAdapter->a.tx_stream)); in diva_pri_reset_adapter()
Dos_4bri.c898 memset(&Slave->a.tx_stream[0], 0x00, in diva_4bri_reset_adapter()
899 sizeof(Slave->a.tx_stream)); in diva_4bri_reset_adapter()
/linux-4.4.14/sound/firewire/bebob/
Dbebob_stream.c274 if (s == &bebob->tx_stream) in map_data_channels()
404 if (s == &bebob->tx_stream) in check_connection_used_by_others()
435 err = amdtp_am824_set_parameters(&bebob->tx_stream, rate, in make_both_connections()
451 amdtp_stream_get_max_payload(&bebob->tx_stream)); in make_both_connections()
545 err = amdtp_am824_init(&bebob->tx_stream, bebob->unit, in snd_bebob_stream_init_duplex()
548 amdtp_stream_destroy(&bebob->tx_stream); in snd_bebob_stream_init_duplex()
554 bebob->tx_stream.flags |= CIP_SKIP_INIT_DBC_CHECK; in snd_bebob_stream_init_duplex()
563 bebob->tx_stream.flags |= CIP_EMPTY_HAS_WRONG_DBC | in snd_bebob_stream_init_duplex()
572 bebob->tx_stream.flags |= CIP_EMPTY_HAS_WRONG_DBC; in snd_bebob_stream_init_duplex()
577 amdtp_stream_destroy(&bebob->tx_stream); in snd_bebob_stream_init_duplex()
[all …]
Dbebob_pcm.c126 s = &bebob->tx_stream; in pcm_init_hw_params()
180 amdtp_stream_pcm_running(&bebob->tx_stream) || in pcm_open()
224 amdtp_am824_set_pcm_format(&bebob->tx_stream, params_format(hw_params)); in pcm_capture_hw_params()
282 amdtp_stream_pcm_prepare(&bebob->tx_stream); in pcm_capture_prepare()
307 amdtp_stream_pcm_trigger(&bebob->tx_stream, substream); in pcm_capture_trigger()
310 amdtp_stream_pcm_trigger(&bebob->tx_stream, NULL); in pcm_capture_trigger()
341 return amdtp_stream_pcm_pointer(&bebob->tx_stream); in pcm_capture_pointer()
Dbebob_midi.c75 amdtp_am824_midi_trigger(&bebob->tx_stream, in midi_capture_trigger()
78 amdtp_am824_midi_trigger(&bebob->tx_stream, in midi_capture_trigger()
Dbebob.h96 struct amdtp_stream tx_stream; member
Dbebob_maudio.c177 amdtp_stream_running(&bebob->tx_stream)) in avc_maudio_set_special_clk()
271 bebob->tx_stream.context = ERR_PTR(-1); in snd_bebob_maudio_special_discover()
/linux-4.4.14/sound/firewire/oxfw/
Doxfw-stream.c67 if (s == &oxfw->tx_stream) { in set_stream_format()
109 if (stream == &oxfw->tx_stream) in stop_stream()
192 if (stream == &oxfw->tx_stream) in check_connection_used_by_others()
217 if (stream == &oxfw->tx_stream) { in snd_oxfw_stream_init_simplex()
244 if (stream == &oxfw->tx_stream) { in snd_oxfw_stream_init_simplex()
245 oxfw->tx_stream.flags |= CIP_SKIP_INIT_DBC_CHECK | in snd_oxfw_stream_init_simplex()
248 oxfw->tx_stream.flags |= CIP_WRONG_DBS; in snd_oxfw_stream_init_simplex()
264 if (stream == &oxfw->tx_stream) { in snd_oxfw_stream_start_simplex()
346 if (((stream == &oxfw->tx_stream) && (oxfw->capture_substreams > 0)) || in snd_oxfw_stream_stop_simplex()
362 if (stream == &oxfw->tx_stream) in snd_oxfw_stream_destroy_simplex()
[all …]
Doxfw-pcm.c138 stream = &oxfw->tx_stream; in init_hw_params()
207 if (amdtp_stream_pcm_running(&oxfw->tx_stream) || in pcm_open()
247 amdtp_am824_set_pcm_format(&oxfw->tx_stream, params_format(hw_params)); in pcm_capture_hw_params()
282 snd_oxfw_stream_stop_simplex(oxfw, &oxfw->tx_stream); in pcm_capture_hw_free()
311 err = snd_oxfw_stream_start_simplex(oxfw, &oxfw->tx_stream, in pcm_capture_prepare()
317 amdtp_stream_pcm_prepare(&oxfw->tx_stream); in pcm_capture_prepare()
354 amdtp_stream_pcm_trigger(&oxfw->tx_stream, pcm); in pcm_capture_trigger()
380 return amdtp_stream_pcm_pointer(&oxfw->tx_stream); in pcm_capture_pointer()
Doxfw-midi.c23 err = snd_oxfw_stream_start_simplex(oxfw, &oxfw->tx_stream, 0, 0); in midi_capture_open()
62 snd_oxfw_stream_stop_simplex(oxfw, &oxfw->tx_stream); in midi_capture_close()
93 amdtp_am824_midi_trigger(&oxfw->tx_stream, in midi_capture_trigger()
96 amdtp_am824_midi_trigger(&oxfw->tx_stream, in midi_capture_trigger()
Doxfw.c123 snd_oxfw_stream_destroy_simplex(oxfw, &oxfw->tx_stream); in oxfw_card_free()
227 err = snd_oxfw_stream_init_simplex(oxfw, &oxfw->tx_stream); in oxfw_probe()
236 snd_oxfw_stream_destroy_simplex(oxfw, &oxfw->tx_stream); in oxfw_probe()
257 snd_oxfw_stream_update_simplex(oxfw, &oxfw->tx_stream); in oxfw_bus_reset()
Doxfw.h59 struct amdtp_stream tx_stream; member
/linux-4.4.14/drivers/net/wireless/ath/carl9170/
Dusb.c715 struct ar9170_stream *tx_stream; in carl9170_usb_tx() local
726 if (ar->fw.tx_stream) { in carl9170_usb_tx()
727 tx_stream = (void *) (skb->data - sizeof(*tx_stream)); in carl9170_usb_tx()
729 len = skb->len + sizeof(*tx_stream); in carl9170_usb_tx()
730 tx_stream->length = cpu_to_le16(len); in carl9170_usb_tx()
731 tx_stream->tag = cpu_to_le16(AR9170_TX_STREAM_TAG); in carl9170_usb_tx()
732 data = tx_stream; in carl9170_usb_tx()
Dfw.c304 ar->fw.tx_stream = true; in carl9170_fw()
Dcarl9170.h277 bool tx_stream; member
/linux-4.4.14/drivers/net/wireless/iwlwifi/dvm/
Dtt.h64 enum iwl_antenna_ok tx_stream; member
Dtt.c142 return restriction->tx_stream; in iwl_tx_ant_restriction()
Ddebugfs.c521 restriction->tx_stream); in iwl_dbgfs_thermal_throttling_read()