Home
last modified time | relevance | path

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

/Linux-v4.19/sound/firewire/tascam/
Dtascam-pcm.c233 return amdtp_stream_pcm_pointer(&tscm->tx_stream); in pcm_capture_pointer()
240 return amdtp_stream_pcm_pointer(&tscm->rx_stream); in pcm_playback_pointer()
/Linux-v4.19/sound/firewire/digi00x/
Ddigi00x-pcm.c306 return amdtp_stream_pcm_pointer(&dg00x->tx_stream); in pcm_capture_pointer()
313 return amdtp_stream_pcm_pointer(&dg00x->rx_stream); in pcm_playback_pointer()
/Linux-v4.19/sound/firewire/
Damdtp-stream.h171 unsigned long amdtp_stream_pcm_pointer(struct amdtp_stream *s);
Damdtp-stream.c930 unsigned long amdtp_stream_pcm_pointer(struct amdtp_stream *s) in amdtp_stream_pcm_pointer() function
953 EXPORT_SYMBOL(amdtp_stream_pcm_pointer);
/Linux-v4.19/sound/firewire/fireface/
Dff-pcm.c337 return amdtp_stream_pcm_pointer(&ff->tx_stream); in pcm_capture_pointer()
344 return amdtp_stream_pcm_pointer(&ff->rx_stream); in pcm_playback_pointer()
/Linux-v4.19/sound/firewire/fireworks/
Dfireworks_pcm.c353 return amdtp_stream_pcm_pointer(&efw->tx_stream); in pcm_capture_pointer()
358 return amdtp_stream_pcm_pointer(&efw->rx_stream); in pcm_playback_pointer()
/Linux-v4.19/sound/firewire/motu/
Dmotu-pcm.c330 return amdtp_stream_pcm_pointer(&motu->tx_stream); in capture_pointer()
336 return amdtp_stream_pcm_pointer(&motu->rx_stream); in playback_pointer()
/Linux-v4.19/sound/firewire/bebob/
Dbebob_pcm.c328 return amdtp_stream_pcm_pointer(&bebob->tx_stream); in pcm_capture_pointer()
334 return amdtp_stream_pcm_pointer(&bebob->rx_stream); in pcm_playback_pointer()
/Linux-v4.19/sound/firewire/oxfw/
Doxfw-pcm.c356 return amdtp_stream_pcm_pointer(&oxfw->tx_stream); in pcm_capture_pointer()
362 return amdtp_stream_pcm_pointer(&oxfw->rx_stream); in pcm_playback_pointer()
/Linux-v4.19/sound/firewire/dice/
Ddice-pcm.c376 return amdtp_stream_pcm_pointer(stream); in capture_pointer()
383 return amdtp_stream_pcm_pointer(stream); in playback_pointer()