Home
last modified time | relevance | path

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

/linux-4.4.14/sound/firewire/fireworks/
Dfireworks_stream.c331 amdtp_stream_update(&efw->rx_stream); in snd_efw_stream_update_duplex()
332 amdtp_stream_update(&efw->tx_stream); in snd_efw_stream_update_duplex()
/linux-4.4.14/sound/firewire/digi00x/
Ddigi00x-stream.c381 amdtp_stream_update(&dg00x->tx_stream); in snd_dg00x_stream_update_duplex()
382 amdtp_stream_update(&dg00x->rx_stream); in snd_dg00x_stream_update_duplex()
/linux-4.4.14/sound/firewire/
Damdtp-stream.h159 void amdtp_stream_update(struct amdtp_stream *s);
Damdtp-stream.c751 amdtp_stream_update(s); in amdtp_stream_start()
811 void amdtp_stream_update(struct amdtp_stream *s) in amdtp_stream_update() function
818 EXPORT_SYMBOL(amdtp_stream_update);
/linux-4.4.14/sound/firewire/bebob/
Dbebob_stream.c788 amdtp_stream_update(&bebob->rx_stream); in snd_bebob_stream_update_duplex()
789 amdtp_stream_update(&bebob->tx_stream); in snd_bebob_stream_update_duplex()
/linux-4.4.14/sound/firewire/oxfw/
Doxfw-stream.c384 amdtp_stream_update(stream); in snd_oxfw_stream_update_simplex()