Home
last modified time | relevance | path

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

/linux-4.4.14/sound/firewire/tascam/
Dtascam-pcm.c261 return amdtp_stream_pcm_pointer(&tscm->tx_stream); in pcm_capture_pointer()
268 return amdtp_stream_pcm_pointer(&tscm->rx_stream); in pcm_playback_pointer()
/linux-4.4.14/sound/firewire/digi00x/
Ddigi00x-pcm.c322 return amdtp_stream_pcm_pointer(&dg00x->tx_stream); in pcm_capture_pointer()
329 return amdtp_stream_pcm_pointer(&dg00x->rx_stream); in pcm_playback_pointer()
/linux-4.4.14/sound/firewire/
Damdtp-stream.h166 unsigned long amdtp_stream_pcm_pointer(struct amdtp_stream *s);
Damdtp-stream.c795 unsigned long amdtp_stream_pcm_pointer(struct amdtp_stream *s) in amdtp_stream_pcm_pointer() function
805 EXPORT_SYMBOL(amdtp_stream_pcm_pointer);
/linux-4.4.14/sound/firewire/fireworks/
Dfireworks_pcm.c366 return amdtp_stream_pcm_pointer(&efw->tx_stream); in pcm_capture_pointer()
371 return amdtp_stream_pcm_pointer(&efw->rx_stream); in pcm_playback_pointer()
/linux-4.4.14/sound/firewire/bebob/
Dbebob_pcm.c341 return amdtp_stream_pcm_pointer(&bebob->tx_stream); in pcm_capture_pointer()
347 return amdtp_stream_pcm_pointer(&bebob->rx_stream); in pcm_playback_pointer()
/linux-4.4.14/sound/firewire/dice/
Ddice-pcm.c370 return amdtp_stream_pcm_pointer(&dice->tx_stream); in capture_pointer()
376 return amdtp_stream_pcm_pointer(&dice->rx_stream); in playback_pointer()
/linux-4.4.14/sound/firewire/oxfw/
Doxfw-pcm.c380 return amdtp_stream_pcm_pointer(&oxfw->tx_stream); in pcm_capture_pointer()
386 return amdtp_stream_pcm_pointer(&oxfw->rx_stream); in pcm_playback_pointer()