Home
last modified time | relevance | path

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

/linux-4.1.27/sound/firewire/fireworks/
Dfireworks_pcm.c354 return amdtp_stream_pcm_pointer(&efw->tx_stream); in pcm_capture_pointer()
359 return amdtp_stream_pcm_pointer(&efw->rx_stream); in pcm_playback_pointer()
/linux-4.1.27/sound/firewire/bebob/
Dbebob_pcm.c329 return amdtp_stream_pcm_pointer(&bebob->tx_stream); in pcm_capture_pointer()
335 return amdtp_stream_pcm_pointer(&bebob->rx_stream); in pcm_playback_pointer()
/linux-4.1.27/sound/firewire/
Damdtp.h184 unsigned long amdtp_stream_pcm_pointer(struct amdtp_stream *s);
Damdtp.c999 unsigned long amdtp_stream_pcm_pointer(struct amdtp_stream *s) in amdtp_stream_pcm_pointer() function
1009 EXPORT_SYMBOL(amdtp_stream_pcm_pointer);
/linux-4.1.27/sound/firewire/dice/
Ddice-pcm.c362 return amdtp_stream_pcm_pointer(&dice->tx_stream); in capture_pointer()
368 return amdtp_stream_pcm_pointer(&dice->rx_stream); in playback_pointer()
/linux-4.1.27/sound/firewire/oxfw/
Doxfw-pcm.c371 return amdtp_stream_pcm_pointer(&oxfw->tx_stream); in pcm_capture_pointer()
377 return amdtp_stream_pcm_pointer(&oxfw->rx_stream); in pcm_playback_pointer()