tx_stream         277 drivers/net/wireless/ath/carl9170/carl9170.h 		bool tx_stream;
tx_stream         291 drivers/net/wireless/ath/carl9170/fw.c 		ar->fw.tx_stream = true;
tx_stream         718 drivers/net/wireless/ath/carl9170/usb.c 	struct ar9170_stream *tx_stream;
tx_stream         729 drivers/net/wireless/ath/carl9170/usb.c 	if (ar->fw.tx_stream) {
tx_stream         730 drivers/net/wireless/ath/carl9170/usb.c 		tx_stream = (void *) (skb->data - sizeof(*tx_stream));
tx_stream         732 drivers/net/wireless/ath/carl9170/usb.c 		len = skb->len + sizeof(*tx_stream);
tx_stream         733 drivers/net/wireless/ath/carl9170/usb.c 		tx_stream->length = cpu_to_le16(len);
tx_stream         734 drivers/net/wireless/ath/carl9170/usb.c 		tx_stream->tag = cpu_to_le16(AR9170_TX_STREAM_TAG);
tx_stream         735 drivers/net/wireless/ath/carl9170/usb.c 		data = tx_stream;
tx_stream         481 drivers/net/wireless/intel/iwlwifi/dvm/debugfs.c 				restriction->tx_stream);
tx_stream         128 drivers/net/wireless/intel/iwlwifi/dvm/tt.c 	return restriction->tx_stream;
tx_stream          49 drivers/net/wireless/intel/iwlwifi/dvm/tt.h 	enum iwl_antenna_ok tx_stream;
tx_stream          95 sound/firewire/bebob/bebob.h 	struct amdtp_stream tx_stream;
tx_stream         180 sound/firewire/bebob/bebob_maudio.c 	    amdtp_stream_running(&bebob->tx_stream))
tx_stream         275 sound/firewire/bebob/bebob_maudio.c 	bebob->tx_stream.context = ERR_PTR(-1);
tx_stream          55 sound/firewire/bebob/bebob_midi.c 		amdtp_am824_midi_trigger(&bebob->tx_stream,
tx_stream          58 sound/firewire/bebob/bebob_midi.c 		amdtp_am824_midi_trigger(&bebob->tx_stream,
tx_stream         105 sound/firewire/bebob/bebob_pcm.c 		s = &bebob->tx_stream;
tx_stream         158 sound/firewire/bebob/bebob_pcm.c 	    amdtp_stream_pcm_running(&bebob->tx_stream) ||
tx_stream         235 sound/firewire/bebob/bebob_pcm.c 		amdtp_stream_pcm_prepare(&bebob->tx_stream);
tx_stream         259 sound/firewire/bebob/bebob_pcm.c 		amdtp_stream_pcm_trigger(&bebob->tx_stream, substream);
tx_stream         262 sound/firewire/bebob/bebob_pcm.c 		amdtp_stream_pcm_trigger(&bebob->tx_stream, NULL);
tx_stream         293 sound/firewire/bebob/bebob_pcm.c 	return amdtp_stream_pcm_pointer(&bebob->tx_stream);
tx_stream         306 sound/firewire/bebob/bebob_pcm.c 	return amdtp_stream_pcm_ack(&bebob->tx_stream);
tx_stream         272 sound/firewire/bebob/bebob_stream.c 	if (s == &bebob->tx_stream)
tx_stream         384 sound/firewire/bebob/bebob_stream.c 	if (s == &bebob->tx_stream)
tx_stream         462 sound/firewire/bebob/bebob_stream.c 	if (stream == &bebob->tx_stream) {
tx_stream         482 sound/firewire/bebob/bebob_stream.c 	if (stream == &bebob->tx_stream) {
tx_stream         488 sound/firewire/bebob/bebob_stream.c 			bebob->tx_stream.flags |= CIP_EMPTY_HAS_WRONG_DBC |
tx_stream         495 sound/firewire/bebob/bebob_stream.c 			bebob->tx_stream.flags |= CIP_EMPTY_HAS_WRONG_DBC;
tx_stream         505 sound/firewire/bebob/bebob_stream.c 	if (stream == &bebob->tx_stream)
tx_stream         515 sound/firewire/bebob/bebob_stream.c 	err = init_stream(bebob, &bebob->tx_stream);
tx_stream         521 sound/firewire/bebob/bebob_stream.c 		destroy_stream(bebob, &bebob->tx_stream);
tx_stream         527 sound/firewire/bebob/bebob_stream.c 		destroy_stream(bebob, &bebob->tx_stream);
tx_stream         541 sound/firewire/bebob/bebob_stream.c 	if (stream == &bebob->tx_stream) {
tx_stream         601 sound/firewire/bebob/bebob_stream.c 		err = keep_resources(bebob, &bebob->tx_stream, rate, index);
tx_stream         625 sound/firewire/bebob/bebob_stream.c 	    amdtp_streaming_error(&bebob->tx_stream)) {
tx_stream         647 sound/firewire/bebob/bebob_stream.c 		err = start_stream(bebob, &bebob->tx_stream);
tx_stream         670 sound/firewire/bebob/bebob_stream.c 		    !amdtp_stream_wait_callback(&bebob->tx_stream,
tx_stream         703 sound/firewire/bebob/bebob_stream.c 	destroy_stream(bebob, &bebob->tx_stream);
tx_stream          59 sound/firewire/dice/dice-midi.c 		amdtp_am824_midi_trigger(&dice->tx_stream[0],
tx_stream          62 sound/firewire/dice/dice-midi.c 		amdtp_am824_midi_trigger(&dice->tx_stream[0],
tx_stream         138 sound/firewire/dice/dice-pcm.c 		stream = &dice->tx_stream[index];
tx_stream         203 sound/firewire/dice/dice-pcm.c 	    amdtp_stream_pcm_running(&dice->tx_stream[0]) ||
tx_stream         204 sound/firewire/dice/dice-pcm.c 	    amdtp_stream_pcm_running(&dice->tx_stream[1]) ||
tx_stream         276 sound/firewire/dice/dice-pcm.c 	struct amdtp_stream *stream = &dice->tx_stream[substream->pcm->device];
tx_stream         305 sound/firewire/dice/dice-pcm.c 	struct amdtp_stream *stream = &dice->tx_stream[substream->pcm->device];
tx_stream         342 sound/firewire/dice/dice-pcm.c 	struct amdtp_stream *stream = &dice->tx_stream[substream->pcm->device];
tx_stream         357 sound/firewire/dice/dice-pcm.c 	struct amdtp_stream *stream = &dice->tx_stream[substream->pcm->device];
tx_stream         232 sound/firewire/dice/dice-stream.c 			stream = &dice->tx_stream[i];
tx_stream         348 sound/firewire/dice/dice-stream.c 			stream = dice->tx_stream + i;
tx_stream         409 sound/firewire/dice/dice-stream.c 		if (amdtp_streaming_error(&dice->tx_stream[i]) ||
tx_stream         435 sound/firewire/dice/dice-stream.c 		    !amdtp_stream_running(&dice->tx_stream[i]))
tx_stream         464 sound/firewire/dice/dice-stream.c 			    !amdtp_stream_wait_callback(&dice->tx_stream[i],
tx_stream         509 sound/firewire/dice/dice-stream.c 		stream = &dice->tx_stream[index];
tx_stream         542 sound/firewire/dice/dice-stream.c 		stream = &dice->tx_stream[index];
tx_stream         110 sound/firewire/dice/dice.h 	struct amdtp_stream tx_stream[MAX_STREAMS];
tx_stream          62 sound/firewire/digi00x/digi00x-midi.c 		amdtp_dot_midi_trigger(&dg00x->tx_stream, port, substream);
tx_stream          64 sound/firewire/digi00x/digi00x-midi.c 		amdtp_dot_midi_trigger(&dg00x->tx_stream, port, NULL);
tx_stream          68 sound/firewire/digi00x/digi00x-pcm.c 		s = &dg00x->tx_stream;
tx_stream         132 sound/firewire/digi00x/digi00x-pcm.c 	    amdtp_stream_pcm_running(&dg00x->tx_stream)) {
tx_stream         206 sound/firewire/digi00x/digi00x-pcm.c 		amdtp_stream_pcm_prepare(&dg00x->tx_stream);
tx_stream         237 sound/firewire/digi00x/digi00x-pcm.c 		amdtp_stream_pcm_trigger(&dg00x->tx_stream, substream);
tx_stream         240 sound/firewire/digi00x/digi00x-pcm.c 		amdtp_stream_pcm_trigger(&dg00x->tx_stream, NULL);
tx_stream         271 sound/firewire/digi00x/digi00x-pcm.c 	return amdtp_stream_pcm_pointer(&dg00x->tx_stream);
tx_stream         285 sound/firewire/digi00x/digi00x-pcm.c 	return amdtp_stream_pcm_ack(&dg00x->tx_stream);
tx_stream         203 sound/firewire/digi00x/digi00x-stream.c 	if (stream == &dg00x->tx_stream)
tx_stream         224 sound/firewire/digi00x/digi00x-stream.c 	if (s == &dg00x->tx_stream) {
tx_stream         247 sound/firewire/digi00x/digi00x-stream.c 	if (s == &dg00x->tx_stream)
tx_stream         261 sound/firewire/digi00x/digi00x-stream.c 	err = init_stream(dg00x, &dg00x->tx_stream);
tx_stream         268 sound/firewire/digi00x/digi00x-stream.c 		destroy_stream(dg00x, &dg00x->tx_stream);
tx_stream         283 sound/firewire/digi00x/digi00x-stream.c 	destroy_stream(dg00x, &dg00x->tx_stream);
tx_stream         313 sound/firewire/digi00x/digi00x-stream.c 		err = keep_resources(dg00x, &dg00x->tx_stream, rate);
tx_stream         331 sound/firewire/digi00x/digi00x-stream.c 	if (amdtp_streaming_error(&dg00x->tx_stream) ||
tx_stream         363 sound/firewire/digi00x/digi00x-stream.c 		err = amdtp_domain_add_stream(&dg00x->domain, &dg00x->tx_stream,
tx_stream         374 sound/firewire/digi00x/digi00x-stream.c 		    !amdtp_stream_wait_callback(&dg00x->tx_stream,
tx_stream         405 sound/firewire/digi00x/digi00x-stream.c 	amdtp_stream_update(&dg00x->tx_stream);
tx_stream          43 sound/firewire/digi00x/digi00x.h 	struct amdtp_stream tx_stream;
tx_stream         114 sound/firewire/fireface/ff-pcm.c 		s = &ff->tx_stream;
tx_stream         176 sound/firewire/fireface/ff-pcm.c 		    amdtp_stream_pcm_running(&ff->tx_stream)) {
tx_stream         251 sound/firewire/fireface/ff-pcm.c 		amdtp_stream_pcm_prepare(&ff->tx_stream);
tx_stream         281 sound/firewire/fireface/ff-pcm.c 		amdtp_stream_pcm_trigger(&ff->tx_stream, substream);
tx_stream         284 sound/firewire/fireface/ff-pcm.c 		amdtp_stream_pcm_trigger(&ff->tx_stream, NULL);
tx_stream         315 sound/firewire/fireface/ff-pcm.c 	return amdtp_stream_pcm_pointer(&ff->tx_stream);
tx_stream         329 sound/firewire/fireface/ff-pcm.c 	return amdtp_stream_pcm_ack(&ff->tx_stream);
tx_stream         303 sound/firewire/fireface/ff-protocol-former.c 	reg = cpu_to_le32(ff->tx_stream.data_block_quadlets);
tx_stream         387 sound/firewire/fireface/ff-protocol-former.c 	reg |= cpu_to_le32(ff->tx_stream.data_block_quadlets);
tx_stream         472 sound/firewire/fireface/ff-protocol-former.c 			amdtp_stream_get_max_payload(&ff->tx_stream),
tx_stream         518 sound/firewire/fireface/ff-protocol-former.c 			  (ff->tx_stream.data_block_quadlets));
tx_stream         160 sound/firewire/fireface/ff-protocol-latter.c 			amdtp_stream_get_max_payload(&ff->tx_stream),
tx_stream          45 sound/firewire/fireface/ff-stream.c 	if (s == &ff->tx_stream) {
tx_stream          68 sound/firewire/fireface/ff-stream.c 	if (s == &ff->tx_stream)
tx_stream          82 sound/firewire/fireface/ff-stream.c 	err = init_stream(ff, &ff->tx_stream);
tx_stream          91 sound/firewire/fireface/ff-stream.c 		destroy_stream(ff, &ff->tx_stream);
tx_stream         106 sound/firewire/fireface/ff-stream.c 	destroy_stream(ff, &ff->tx_stream);
tx_stream         140 sound/firewire/fireface/ff-stream.c 		err = amdtp_ff_set_parameters(&ff->tx_stream, rate,
tx_stream         165 sound/firewire/fireface/ff-stream.c 	if (amdtp_streaming_error(&ff->tx_stream) ||
tx_stream         187 sound/firewire/fireface/ff-stream.c 		err = amdtp_domain_add_stream(&ff->domain, &ff->tx_stream,
tx_stream         198 sound/firewire/fireface/ff-stream.c 		    !amdtp_stream_wait_callback(&ff->tx_stream,
tx_stream         233 sound/firewire/fireface/ff-stream.c 	amdtp_stream_pcm_abort(&ff->tx_stream);
tx_stream          86 sound/firewire/fireface/ff.h 	struct amdtp_stream tx_stream;
tx_stream          87 sound/firewire/fireworks/fireworks.h 	struct amdtp_stream tx_stream;
tx_stream          55 sound/firewire/fireworks/fireworks_midi.c 		amdtp_am824_midi_trigger(&efw->tx_stream,
tx_stream          58 sound/firewire/fireworks/fireworks_midi.c 		amdtp_am824_midi_trigger(&efw->tx_stream,
tx_stream         142 sound/firewire/fireworks/fireworks_pcm.c 		s = &efw->tx_stream;
tx_stream         197 sound/firewire/fireworks/fireworks_pcm.c 	    amdtp_stream_pcm_running(&efw->tx_stream) ||
tx_stream         268 sound/firewire/fireworks/fireworks_pcm.c 		amdtp_stream_pcm_prepare(&efw->tx_stream);
tx_stream         290 sound/firewire/fireworks/fireworks_pcm.c 		amdtp_stream_pcm_trigger(&efw->tx_stream, substream);
tx_stream         293 sound/firewire/fireworks/fireworks_pcm.c 		amdtp_stream_pcm_trigger(&efw->tx_stream, NULL);
tx_stream         322 sound/firewire/fireworks/fireworks_pcm.c 	return amdtp_stream_pcm_pointer(&efw->tx_stream);
tx_stream         334 sound/firewire/fireworks/fireworks_pcm.c 	return amdtp_stream_pcm_ack(&efw->tx_stream);
tx_stream          18 sound/firewire/fireworks/fireworks_stream.c 	if (stream == &efw->tx_stream) {
tx_stream          39 sound/firewire/fireworks/fireworks_stream.c 	if (stream == &efw->tx_stream) {
tx_stream          41 sound/firewire/fireworks/fireworks_stream.c 		efw->tx_stream.flags |= CIP_EMPTY_WITH_TAG0;
tx_stream          43 sound/firewire/fireworks/fireworks_stream.c 		efw->tx_stream.flags |= CIP_DBC_IS_END_EVENT;
tx_stream          45 sound/firewire/fireworks/fireworks_stream.c 		efw->tx_stream.flags |= CIP_SKIP_DBC_ZERO_CHECK;
tx_stream          52 sound/firewire/fireworks/fireworks_stream.c 			efw->tx_stream.flags |= CIP_UNALIGHED_DBC;
tx_stream          55 sound/firewire/fireworks/fireworks_stream.c 			efw->tx_stream.flags |= CIP_WRONG_DBS;
tx_stream          58 sound/firewire/fireworks/fireworks_stream.c 			efw->tx_stream.ctx_data.tx.dbc_interval = 8;
tx_stream          70 sound/firewire/fireworks/fireworks_stream.c 	if (stream == &efw->tx_stream)
tx_stream          97 sound/firewire/fireworks/fireworks_stream.c 	if (stream == &efw->tx_stream)
tx_stream         110 sound/firewire/fireworks/fireworks_stream.c 	if (s == &efw->tx_stream)
tx_stream         131 sound/firewire/fireworks/fireworks_stream.c 	err = init_stream(efw, &efw->tx_stream);
tx_stream         137 sound/firewire/fireworks/fireworks_stream.c 		destroy_stream(efw, &efw->tx_stream);
tx_stream         143 sound/firewire/fireworks/fireworks_stream.c 		destroy_stream(efw, &efw->tx_stream);
tx_stream         151 sound/firewire/fireworks/fireworks_stream.c 		destroy_stream(efw, &efw->tx_stream);
tx_stream         166 sound/firewire/fireworks/fireworks_stream.c 	if (stream == &efw->tx_stream) {
tx_stream         222 sound/firewire/fireworks/fireworks_stream.c 		err = keep_resources(efw, &efw->tx_stream, rate, mode);
tx_stream         246 sound/firewire/fireworks/fireworks_stream.c 	    amdtp_streaming_error(&efw->tx_stream)) {
tx_stream         261 sound/firewire/fireworks/fireworks_stream.c 		err = start_stream(efw, &efw->tx_stream, rate);
tx_stream         272 sound/firewire/fireworks/fireworks_stream.c 		    !amdtp_stream_wait_callback(&efw->tx_stream,
tx_stream         310 sound/firewire/fireworks/fireworks_stream.c 	amdtp_stream_pcm_abort(&efw->tx_stream);
tx_stream         318 sound/firewire/fireworks/fireworks_stream.c 	destroy_stream(efw, &efw->tx_stream);
tx_stream          59 sound/firewire/motu/motu-midi.c 		amdtp_motu_midi_trigger(&motu->tx_stream, substrm->number,
tx_stream          62 sound/firewire/motu/motu-midi.c 		amdtp_motu_midi_trigger(&motu->tx_stream, substrm->number,
tx_stream         109 sound/firewire/motu/motu-pcm.c 		stream = &motu->tx_stream;
tx_stream         163 sound/firewire/motu/motu-pcm.c 	    amdtp_stream_pcm_running(&motu->tx_stream) ||
tx_stream         241 sound/firewire/motu/motu-pcm.c 		amdtp_stream_pcm_prepare(&motu->tx_stream);
tx_stream         265 sound/firewire/motu/motu-pcm.c 		amdtp_stream_pcm_trigger(&motu->tx_stream, substream);
tx_stream         268 sound/firewire/motu/motu-pcm.c 		amdtp_stream_pcm_trigger(&motu->tx_stream, NULL);
tx_stream         298 sound/firewire/motu/motu-pcm.c 	return amdtp_stream_pcm_pointer(&motu->tx_stream);
tx_stream         311 sound/firewire/motu/motu-pcm.c 	return amdtp_stream_pcm_ack(&motu->tx_stream);
tx_stream         165 sound/firewire/motu/motu-stream.c 		err = keep_resources(motu, rate, &motu->tx_stream);
tx_stream         214 sound/firewire/motu/motu-stream.c 	    amdtp_streaming_error(&motu->tx_stream)) {
tx_stream         243 sound/firewire/motu/motu-stream.c 		err = amdtp_domain_add_stream(&motu->domain, &motu->tx_stream,
tx_stream         257 sound/firewire/motu/motu-stream.c 		if (!amdtp_stream_wait_callback(&motu->tx_stream,
tx_stream         298 sound/firewire/motu/motu-stream.c 	if (s == &motu->tx_stream) {
tx_stream         321 sound/firewire/motu/motu-stream.c 	if (s == &motu->tx_stream)
tx_stream         331 sound/firewire/motu/motu-stream.c 	err = init_stream(motu, &motu->tx_stream);
tx_stream         337 sound/firewire/motu/motu-stream.c 		destroy_stream(motu, &motu->tx_stream);
tx_stream         343 sound/firewire/motu/motu-stream.c 		destroy_stream(motu, &motu->tx_stream);
tx_stream         357 sound/firewire/motu/motu-stream.c 	destroy_stream(motu, &motu->tx_stream);
tx_stream          58 sound/firewire/motu/motu.h 	struct amdtp_stream tx_stream;
tx_stream          21 sound/firewire/oxfw/oxfw-midi.c 	err = snd_oxfw_stream_reserve_duplex(oxfw, &oxfw->tx_stream, 0, 0);
tx_stream         100 sound/firewire/oxfw/oxfw-midi.c 		amdtp_am824_midi_trigger(&oxfw->tx_stream,
tx_stream         103 sound/firewire/oxfw/oxfw-midi.c 		amdtp_am824_midi_trigger(&oxfw->tx_stream,
tx_stream         119 sound/firewire/oxfw/oxfw-pcm.c 		stream = &oxfw->tx_stream;
tx_stream         187 sound/firewire/oxfw/oxfw-pcm.c 	if (amdtp_stream_pcm_running(&oxfw->tx_stream) ||
tx_stream         226 sound/firewire/oxfw/oxfw-pcm.c 		err = snd_oxfw_stream_reserve_duplex(oxfw, &oxfw->tx_stream,
tx_stream         303 sound/firewire/oxfw/oxfw-pcm.c 	amdtp_stream_pcm_prepare(&oxfw->tx_stream);
tx_stream         338 sound/firewire/oxfw/oxfw-pcm.c 	amdtp_stream_pcm_trigger(&oxfw->tx_stream, pcm);
tx_stream         364 sound/firewire/oxfw/oxfw-pcm.c 	return amdtp_stream_pcm_pointer(&oxfw->tx_stream);
tx_stream         377 sound/firewire/oxfw/oxfw-pcm.c 	return amdtp_stream_pcm_ack(&oxfw->tx_stream);
tx_stream          66 sound/firewire/oxfw/oxfw-stream.c 	if (s == &oxfw->tx_stream) {
tx_stream         134 sound/firewire/oxfw/oxfw-stream.c 	if (stream == &oxfw->tx_stream)
tx_stream         158 sound/firewire/oxfw/oxfw-stream.c 	if (stream == &oxfw->tx_stream) {
tx_stream         184 sound/firewire/oxfw/oxfw-stream.c 	if (stream == &oxfw->tx_stream) {
tx_stream         185 sound/firewire/oxfw/oxfw-stream.c 		oxfw->tx_stream.flags |= CIP_JUMBO_PAYLOAD;
tx_stream         187 sound/firewire/oxfw/oxfw-stream.c 			oxfw->tx_stream.flags |= CIP_WRONG_DBS;
tx_stream         259 sound/firewire/oxfw/oxfw-stream.c 		err = check_connection_used_by_others(oxfw, &oxfw->tx_stream);
tx_stream         264 sound/firewire/oxfw/oxfw-stream.c 	if (stream == &oxfw->tx_stream)
tx_stream         302 sound/firewire/oxfw/oxfw-stream.c 			err = keep_resources(oxfw, &oxfw->tx_stream);
tx_stream         321 sound/firewire/oxfw/oxfw-stream.c 	    amdtp_streaming_error(&oxfw->tx_stream)) {
tx_stream         338 sound/firewire/oxfw/oxfw-stream.c 		    !amdtp_stream_running(&oxfw->tx_stream)) {
tx_stream         339 sound/firewire/oxfw/oxfw-stream.c 			err = start_stream(oxfw, &oxfw->tx_stream);
tx_stream         359 sound/firewire/oxfw/oxfw-stream.c 			if (!amdtp_stream_wait_callback(&oxfw->tx_stream,
tx_stream         397 sound/firewire/oxfw/oxfw-stream.c 	if (stream == &oxfw->tx_stream)
tx_stream         415 sound/firewire/oxfw/oxfw-stream.c 		err = init_stream(oxfw, &oxfw->tx_stream);
tx_stream         426 sound/firewire/oxfw/oxfw-stream.c 			destroy_stream(oxfw, &oxfw->tx_stream);
tx_stream         441 sound/firewire/oxfw/oxfw-stream.c 		destroy_stream(oxfw, &oxfw->tx_stream);
tx_stream         455 sound/firewire/oxfw/oxfw-stream.c 		amdtp_stream_pcm_abort(&oxfw->tx_stream);
tx_stream          53 sound/firewire/oxfw/oxfw.h 	struct amdtp_stream tx_stream;
tx_stream         132 sound/firewire/tascam/amdtp-tascam.c 	struct snd_tscm *tscm = container_of(s, struct snd_tscm, tx_stream);
tx_stream          20 sound/firewire/tascam/tascam-pcm.c 		stream = &tscm->tx_stream;
tx_stream          64 sound/firewire/tascam/tascam-pcm.c 	    amdtp_stream_pcm_running(&tscm->tx_stream)) {
tx_stream         139 sound/firewire/tascam/tascam-pcm.c 		amdtp_stream_pcm_prepare(&tscm->tx_stream);
tx_stream         169 sound/firewire/tascam/tascam-pcm.c 		amdtp_stream_pcm_trigger(&tscm->tx_stream, substream);
tx_stream         172 sound/firewire/tascam/tascam-pcm.c 		amdtp_stream_pcm_trigger(&tscm->tx_stream, NULL);
tx_stream         203 sound/firewire/tascam/tascam-pcm.c 	return amdtp_stream_pcm_pointer(&tscm->tx_stream);
tx_stream         217 sound/firewire/tascam/tascam-pcm.c 	return amdtp_stream_pcm_ack(&tscm->tx_stream);
tx_stream         287 sound/firewire/tascam/tascam-stream.c 	if (stream == &tscm->tx_stream)
tx_stream         308 sound/firewire/tascam/tascam-stream.c 	if (s == &tscm->tx_stream) {
tx_stream         338 sound/firewire/tascam/tascam-stream.c 	if (s == &tscm->tx_stream)
tx_stream         348 sound/firewire/tascam/tascam-stream.c 	err = init_stream(tscm, &tscm->tx_stream);
tx_stream         354 sound/firewire/tascam/tascam-stream.c 		destroy_stream(tscm, &tscm->tx_stream);
tx_stream         360 sound/firewire/tascam/tascam-stream.c 		destroy_stream(tscm, &tscm->tx_stream);
tx_stream         372 sound/firewire/tascam/tascam-stream.c 	amdtp_stream_pcm_abort(&tscm->tx_stream);
tx_stream         383 sound/firewire/tascam/tascam-stream.c 	destroy_stream(tscm, &tscm->tx_stream);
tx_stream         407 sound/firewire/tascam/tascam-stream.c 		err = keep_resources(tscm, rate, &tscm->tx_stream);
tx_stream         430 sound/firewire/tascam/tascam-stream.c 	    amdtp_streaming_error(&tscm->tx_stream)) {
tx_stream         461 sound/firewire/tascam/tascam-stream.c 		err = amdtp_domain_add_stream(&tscm->domain, &tscm->tx_stream,
tx_stream         472 sound/firewire/tascam/tascam-stream.c 		    !amdtp_stream_wait_callback(&tscm->tx_stream,
tx_stream          79 sound/firewire/tascam/tascam.h 	struct amdtp_stream tx_stream;