/linux-4.1.27/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() 112 if (stream == &efw->tx_stream) in destroy_stream() 145 if (s == &efw->tx_stream) in check_connection_used_by_others() 166 err = init_stream(efw, &efw->tx_stream); in snd_efw_stream_init_duplex() 170 efw->tx_stream.flags |= CIP_EMPTY_WITH_TAG0; in snd_efw_stream_init_duplex() 172 efw->tx_stream.flags |= CIP_DBC_IS_END_EVENT; in snd_efw_stream_init_duplex() 174 efw->tx_stream.flags |= CIP_SKIP_DBC_ZERO_CHECK; in snd_efw_stream_init_duplex() 183 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() 250 amdtp_stream_set_pcm_format(&efw->tx_stream, params_format(hw_params)); in pcm_capture_hw_params() 299 amdtp_stream_pcm_prepare(&efw->tx_stream); in pcm_capture_prepare() 322 amdtp_stream_pcm_trigger(&efw->tx_stream, substream); in pcm_capture_trigger() 325 amdtp_stream_pcm_trigger(&efw->tx_stream, NULL); in pcm_capture_trigger() 354 return amdtp_stream_pcm_pointer(&efw->tx_stream); in pcm_capture_pointer()
|
D | fireworks_midi.c | 76 amdtp_stream_midi_trigger(&efw->tx_stream, in midi_capture_trigger() 79 amdtp_stream_midi_trigger(&efw->tx_stream, in midi_capture_trigger()
|
D | fireworks.h | 85 struct amdtp_stream tx_stream; member
|
/linux-4.1.27/sound/firewire/dice/ |
D | dice-stream.c | 92 if (stream == &dice->tx_stream) in stop_stream() 108 if (stream == &dice->tx_stream) { in start_stream() 203 master = &dice->tx_stream; in snd_dice_stream_start_duplex() 207 slave = &dice->tx_stream; in snd_dice_stream_start_duplex() 282 stop_stream(dice, &dice->tx_stream); in snd_dice_stream_stop_duplex() 292 if (stream == &dice->tx_stream) { in init_stream() 322 if (stream == &dice->tx_stream) in destroy_stream() 337 err = init_stream(dice, &dice->tx_stream); in snd_dice_stream_init_duplex() 343 destroy_stream(dice, &dice->tx_stream); in snd_dice_stream_init_duplex() 352 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() 240 amdtp_stream_set_pcm_format(&dice->tx_stream, in capture_hw_params() 305 amdtp_stream_pcm_prepare(&dice->tx_stream); in capture_prepare() 329 amdtp_stream_pcm_trigger(&dice->tx_stream, substream); in capture_trigger() 332 amdtp_stream_pcm_trigger(&dice->tx_stream, NULL); in capture_trigger() 362 return amdtp_stream_pcm_pointer(&dice->tx_stream); in capture_pointer()
|
D | dice-midi.c | 55 amdtp_stream_midi_trigger(&dice->tx_stream, in midi_capture_trigger() 58 amdtp_stream_midi_trigger(&dice->tx_stream, in midi_capture_trigger()
|
D | dice.h | 73 struct amdtp_stream tx_stream; member
|
/linux-4.1.27/sound/firewire/bebob/ |
D | bebob_stream.c | 217 if (s == &bebob->tx_stream) in map_data_channels() 346 if (s == &bebob->tx_stream) in check_connection_used_by_others() 377 amdtp_stream_set_parameters(&bebob->tx_stream, in make_both_connections() 386 amdtp_stream_get_max_payload(&bebob->tx_stream)); in make_both_connections() 464 err = amdtp_stream_init(&bebob->tx_stream, bebob->unit, in snd_bebob_stream_init_duplex() 467 amdtp_stream_destroy(&bebob->tx_stream); in snd_bebob_stream_init_duplex() 473 bebob->tx_stream.flags |= CIP_SKIP_INIT_DBC_CHECK; in snd_bebob_stream_init_duplex() 480 bebob->tx_stream.flags |= CIP_EMPTY_HAS_WRONG_DBC; in snd_bebob_stream_init_duplex() 485 amdtp_stream_destroy(&bebob->tx_stream); in snd_bebob_stream_init_duplex() 510 if (amdtp_streaming_error(&bebob->tx_stream)) { in snd_bebob_stream_start_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() 217 amdtp_stream_set_pcm_format(&bebob->tx_stream, in pcm_capture_hw_params() 270 amdtp_stream_pcm_prepare(&bebob->tx_stream); in pcm_capture_prepare() 295 amdtp_stream_pcm_trigger(&bebob->tx_stream, substream); in pcm_capture_trigger() 298 amdtp_stream_pcm_trigger(&bebob->tx_stream, NULL); in pcm_capture_trigger() 329 return amdtp_stream_pcm_pointer(&bebob->tx_stream); in pcm_capture_pointer()
|
D | bebob_midi.c | 75 amdtp_stream_midi_trigger(&bebob->tx_stream, in midi_capture_trigger() 78 amdtp_stream_midi_trigger(&bebob->tx_stream, in midi_capture_trigger()
|
D | bebob.h | 91 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.1.27/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.1.27/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() 189 if (stream == &oxfw->tx_stream) in check_connection_used_by_others() 214 if (stream == &oxfw->tx_stream) { in snd_oxfw_stream_init_simplex() 236 if (stream == &oxfw->tx_stream) in snd_oxfw_stream_init_simplex() 237 oxfw->tx_stream.flags |= CIP_SKIP_INIT_DBC_CHECK; in snd_oxfw_stream_init_simplex() 252 if (stream == &oxfw->tx_stream) { in snd_oxfw_stream_start_simplex() 334 if (((stream == &oxfw->tx_stream) && (oxfw->capture_substreams > 0)) || in snd_oxfw_stream_stop_simplex() 350 if (stream == &oxfw->tx_stream) in snd_oxfw_stream_destroy_simplex() 364 if (stream == &oxfw->tx_stream) in snd_oxfw_stream_update_simplex()
|
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() 242 amdtp_stream_set_pcm_format(&oxfw->tx_stream, params_format(hw_params)); in pcm_capture_hw_params() 273 snd_oxfw_stream_stop_simplex(oxfw, &oxfw->tx_stream); in pcm_capture_hw_free() 302 err = snd_oxfw_stream_start_simplex(oxfw, &oxfw->tx_stream, in pcm_capture_prepare() 308 amdtp_stream_pcm_prepare(&oxfw->tx_stream); in pcm_capture_prepare() 345 amdtp_stream_pcm_trigger(&oxfw->tx_stream, pcm); in pcm_capture_trigger() 371 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_stream_midi_trigger(&oxfw->tx_stream, in midi_capture_trigger() 96 amdtp_stream_midi_trigger(&oxfw->tx_stream, in midi_capture_trigger()
|
D | oxfw.c | 120 snd_oxfw_stream_destroy_simplex(oxfw, &oxfw->tx_stream); in oxfw_card_free() 188 err = snd_oxfw_stream_init_simplex(oxfw, &oxfw->tx_stream); in oxfw_probe() 197 snd_oxfw_stream_destroy_simplex(oxfw, &oxfw->tx_stream); in oxfw_probe() 218 snd_oxfw_stream_update_simplex(oxfw, &oxfw->tx_stream); in oxfw_bus_reset()
|
D | oxfw.h | 58 struct amdtp_stream tx_stream; member
|
/linux-4.1.27/drivers/net/wireless/ath/carl9170/ |
D | usb.c | 714 struct ar9170_stream *tx_stream; in carl9170_usb_tx() local 725 if (ar->fw.tx_stream) { in carl9170_usb_tx() 726 tx_stream = (void *) (skb->data - sizeof(*tx_stream)); in carl9170_usb_tx() 728 len = skb->len + sizeof(*tx_stream); in carl9170_usb_tx() 729 tx_stream->length = cpu_to_le16(len); in carl9170_usb_tx() 730 tx_stream->tag = cpu_to_le16(AR9170_TX_STREAM_TAG); in carl9170_usb_tx() 731 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.1.27/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 | 525 restriction->tx_stream); in iwl_dbgfs_thermal_throttling_read()
|