Symbol: amdtp_stream_pcm_trigger
sound/firewire/bebob/bebob_pcm.c
271
amdtp_stream_pcm_trigger(&bebob->tx_stream, substream);
sound/firewire/bebob/bebob_pcm.c
274
amdtp_stream_pcm_trigger(&bebob->tx_stream, NULL);
sound/firewire/bebob/bebob_pcm.c
289
amdtp_stream_pcm_trigger(&bebob->rx_stream, substream);
sound/firewire/bebob/bebob_pcm.c
292
amdtp_stream_pcm_trigger(&bebob->rx_stream, NULL);
sound/firewire/dice/dice-pcm.c
331
amdtp_stream_pcm_trigger(stream, substream);
sound/firewire/dice/dice-pcm.c
334
amdtp_stream_pcm_trigger(stream, NULL);
sound/firewire/dice/dice-pcm.c
349
amdtp_stream_pcm_trigger(stream, substream);
sound/firewire/dice/dice-pcm.c
352
amdtp_stream_pcm_trigger(stream, NULL);
sound/firewire/digi00x/digi00x-pcm.c
250
amdtp_stream_pcm_trigger(&dg00x->tx_stream, substream);
sound/firewire/digi00x/digi00x-pcm.c
253
amdtp_stream_pcm_trigger(&dg00x->tx_stream, NULL);
sound/firewire/digi00x/digi00x-pcm.c
268
amdtp_stream_pcm_trigger(&dg00x->rx_stream, substream);
sound/firewire/digi00x/digi00x-pcm.c
271
amdtp_stream_pcm_trigger(&dg00x->rx_stream, NULL);
sound/firewire/fireface/ff-pcm.c
291
amdtp_stream_pcm_trigger(&ff->tx_stream, substream);
sound/firewire/fireface/ff-pcm.c
294
amdtp_stream_pcm_trigger(&ff->tx_stream, NULL);
sound/firewire/fireface/ff-pcm.c
309
amdtp_stream_pcm_trigger(&ff->rx_stream, substream);
sound/firewire/fireface/ff-pcm.c
312
amdtp_stream_pcm_trigger(&ff->rx_stream, NULL);
sound/firewire/fireworks/fireworks_pcm.c
303
amdtp_stream_pcm_trigger(&efw->tx_stream, substream);
sound/firewire/fireworks/fireworks_pcm.c
306
amdtp_stream_pcm_trigger(&efw->tx_stream, NULL);
sound/firewire/fireworks/fireworks_pcm.c
320
amdtp_stream_pcm_trigger(&efw->rx_stream, substream);
sound/firewire/fireworks/fireworks_pcm.c
323
amdtp_stream_pcm_trigger(&efw->rx_stream, NULL);
sound/firewire/motu/motu-pcm.c
272
amdtp_stream_pcm_trigger(&motu->tx_stream, substream);
sound/firewire/motu/motu-pcm.c
275
amdtp_stream_pcm_trigger(&motu->tx_stream, NULL);
sound/firewire/motu/motu-pcm.c
289
amdtp_stream_pcm_trigger(&motu->rx_stream, substream);
sound/firewire/motu/motu-pcm.c
292
amdtp_stream_pcm_trigger(&motu->rx_stream, NULL);
sound/firewire/oxfw/oxfw-pcm.c
344
amdtp_stream_pcm_trigger(&oxfw->tx_stream, pcm);
sound/firewire/oxfw/oxfw-pcm.c
362
amdtp_stream_pcm_trigger(&oxfw->rx_stream, pcm);
sound/firewire/tascam/tascam-pcm.c
179
amdtp_stream_pcm_trigger(&tscm->tx_stream, substream);
sound/firewire/tascam/tascam-pcm.c
182
amdtp_stream_pcm_trigger(&tscm->tx_stream, NULL);
sound/firewire/tascam/tascam-pcm.c
197
amdtp_stream_pcm_trigger(&tscm->rx_stream, substream);
sound/firewire/tascam/tascam-pcm.c
200
amdtp_stream_pcm_trigger(&tscm->rx_stream, NULL);