Symbol: amdtp_domain_stream_pcm_pointer
sound/firewire/amdtp-stream.c
1874
EXPORT_SYMBOL_GPL(amdtp_domain_stream_pcm_pointer);
sound/firewire/amdtp-stream.h
347
unsigned long amdtp_domain_stream_pcm_pointer(struct amdtp_domain *d,
sound/firewire/bebob/bebob_pcm.c
305
return amdtp_domain_stream_pcm_pointer(&bebob->domain,
sound/firewire/bebob/bebob_pcm.c
312
return amdtp_domain_stream_pcm_pointer(&bebob->domain,
sound/firewire/dice/dice-pcm.c
366
return amdtp_domain_stream_pcm_pointer(&dice->domain, stream);
sound/firewire/dice/dice-pcm.c
373
return amdtp_domain_stream_pcm_pointer(&dice->domain, stream);
sound/firewire/digi00x/digi00x-pcm.c
284
return amdtp_domain_stream_pcm_pointer(&dg00x->domain, &dg00x->tx_stream);
sound/firewire/digi00x/digi00x-pcm.c
291
return amdtp_domain_stream_pcm_pointer(&dg00x->domain, &dg00x->rx_stream);
sound/firewire/fireface/ff-pcm.c
325
return amdtp_domain_stream_pcm_pointer(&ff->domain, &ff->tx_stream);
sound/firewire/fireface/ff-pcm.c
332
return amdtp_domain_stream_pcm_pointer(&ff->domain, &ff->rx_stream);
sound/firewire/fireworks/fireworks_pcm.c
336
return amdtp_domain_stream_pcm_pointer(&efw->domain, &efw->tx_stream);
sound/firewire/fireworks/fireworks_pcm.c
342
return amdtp_domain_stream_pcm_pointer(&efw->domain, &efw->rx_stream);
sound/firewire/motu/motu-pcm.c
305
return amdtp_domain_stream_pcm_pointer(&motu->domain, &motu->tx_stream);
sound/firewire/motu/motu-pcm.c
311
return amdtp_domain_stream_pcm_pointer(&motu->domain, &motu->rx_stream);
sound/firewire/oxfw/oxfw-pcm.c
370
return amdtp_domain_stream_pcm_pointer(&oxfw->domain, &oxfw->tx_stream);
sound/firewire/oxfw/oxfw-pcm.c
376
return amdtp_domain_stream_pcm_pointer(&oxfw->domain, &oxfw->rx_stream);
sound/firewire/tascam/tascam-pcm.c
213
return amdtp_domain_stream_pcm_pointer(&tscm->domain, &tscm->tx_stream);
sound/firewire/tascam/tascam-pcm.c
220
return amdtp_domain_stream_pcm_pointer(&tscm->domain, &tscm->rx_stream);