Home
last modified time | relevance | path

Searched refs:amdtp_stream_pcm_pointer (Results 1 – 10 of 10) sorted by relevance

/Linux-v5.4/sound/firewire/tascam/
Dtascam-pcm.c203 return amdtp_stream_pcm_pointer(&tscm->tx_stream); in pcm_capture_pointer()
210 return amdtp_stream_pcm_pointer(&tscm->rx_stream); in pcm_playback_pointer()
/Linux-v5.4/sound/firewire/digi00x/
Ddigi00x-pcm.c271 return amdtp_stream_pcm_pointer(&dg00x->tx_stream); in pcm_capture_pointer()
278 return amdtp_stream_pcm_pointer(&dg00x->rx_stream); in pcm_playback_pointer()
/Linux-v5.4/sound/firewire/bebob/
Dbebob_pcm.c293 return amdtp_stream_pcm_pointer(&bebob->tx_stream); in pcm_capture_pointer()
299 return amdtp_stream_pcm_pointer(&bebob->rx_stream); in pcm_playback_pointer()
/Linux-v5.4/sound/firewire/fireworks/
Dfireworks_pcm.c322 return amdtp_stream_pcm_pointer(&efw->tx_stream); in pcm_capture_pointer()
327 return amdtp_stream_pcm_pointer(&efw->rx_stream); in pcm_playback_pointer()
/Linux-v5.4/sound/firewire/motu/
Dmotu-pcm.c298 return amdtp_stream_pcm_pointer(&motu->tx_stream); in capture_pointer()
304 return amdtp_stream_pcm_pointer(&motu->rx_stream); in playback_pointer()
/Linux-v5.4/sound/firewire/fireface/
Dff-pcm.c315 return amdtp_stream_pcm_pointer(&ff->tx_stream); in pcm_capture_pointer()
322 return amdtp_stream_pcm_pointer(&ff->rx_stream); in pcm_playback_pointer()
/Linux-v5.4/sound/firewire/
Damdtp-stream.h197 unsigned long amdtp_stream_pcm_pointer(struct amdtp_stream *s);
Damdtp-stream.c1037 unsigned long amdtp_stream_pcm_pointer(struct amdtp_stream *s) in amdtp_stream_pcm_pointer() function
1060 EXPORT_SYMBOL(amdtp_stream_pcm_pointer);
/Linux-v5.4/sound/firewire/dice/
Ddice-pcm.c344 return amdtp_stream_pcm_pointer(stream); in capture_pointer()
351 return amdtp_stream_pcm_pointer(stream); in playback_pointer()
/Linux-v5.4/sound/firewire/oxfw/
Doxfw-pcm.c364 return amdtp_stream_pcm_pointer(&oxfw->tx_stream); in pcm_capture_pointer()
370 return amdtp_stream_pcm_pointer(&oxfw->rx_stream); in pcm_playback_pointer()