/linux-4.4.14/sound/firewire/fireworks/ |
D | fireworks_stream.c | 20 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 …]
|
D | fireworks_pcm.c | 163 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()
|
D | fireworks_midi.c | 76 amdtp_am824_midi_trigger(&efw->tx_stream, in midi_capture_trigger() 79 amdtp_am824_midi_trigger(&efw->tx_stream, in midi_capture_trigger()
|
D | fireworks.h | 85 struct amdtp_stream tx_stream; member
|
/linux-4.4.14/sound/firewire/digi00x/ |
D | digi00x-stream.c | 212 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 …]
|
D | digi00x-pcm.c | 89 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()
|
D | digi00x-midi.c | 52 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()
|
D | digi00x.h | 40 struct amdtp_stream tx_stream; member
|
/linux-4.4.14/sound/firewire/tascam/ |
D | tascam-stream.c | 264 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 …]
|
D | tascam-pcm.c | 48 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()
|
D | tascam.h | 59 struct amdtp_stream tx_stream; member
|
/linux-4.4.14/sound/firewire/dice/ |
D | dice-stream.c | 92 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 …]
|
D | dice-pcm.c | 137 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()
|
D | dice-midi.c | 55 amdtp_am824_midi_trigger(&dice->tx_stream, in midi_capture_trigger() 58 amdtp_am824_midi_trigger(&dice->tx_stream, in midi_capture_trigger()
|
D | dice.h | 73 struct amdtp_stream tx_stream; member
|
/linux-4.4.14/drivers/isdn/hardware/eicon/ |
D | istream.c | 84 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()
|
D | di.c | 127 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()
|
D | di.h | 61 dword tx_stream[256]; member
|
D | os_bri.c | 595 memset(&IoAdapter->a.tx_stream[0], 0x00, in diva_bri_reset_adapter() 596 sizeof(IoAdapter->a.tx_stream)); in diva_bri_reset_adapter()
|
D | os_pri.c | 399 memset(&IoAdapter->a.tx_stream[0], 0x00, in diva_pri_reset_adapter() 400 sizeof(IoAdapter->a.tx_stream)); in diva_pri_reset_adapter()
|
D | os_4bri.c | 898 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/ |
D | bebob_stream.c | 274 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 …]
|
D | bebob_pcm.c | 126 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()
|
D | bebob_midi.c | 75 amdtp_am824_midi_trigger(&bebob->tx_stream, in midi_capture_trigger() 78 amdtp_am824_midi_trigger(&bebob->tx_stream, in midi_capture_trigger()
|
D | bebob.h | 96 struct amdtp_stream tx_stream; member
|
D | bebob_maudio.c | 177 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/ |
D | oxfw-stream.c | 67 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 …]
|
D | oxfw-pcm.c | 138 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()
|
D | oxfw-midi.c | 23 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()
|
D | oxfw.c | 123 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()
|
D | oxfw.h | 59 struct amdtp_stream tx_stream; member
|
/linux-4.4.14/drivers/net/wireless/ath/carl9170/ |
D | usb.c | 715 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()
|
D | fw.c | 304 ar->fw.tx_stream = true; in carl9170_fw()
|
D | carl9170.h | 277 bool tx_stream; member
|
/linux-4.4.14/drivers/net/wireless/iwlwifi/dvm/ |
D | tt.h | 64 enum iwl_antenna_ok tx_stream; member
|
D | tt.c | 142 return restriction->tx_stream; in iwl_tx_ant_restriction()
|
D | debugfs.c | 521 restriction->tx_stream); in iwl_dbgfs_thermal_throttling_read()
|