Home
last modified time | relevance | path

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

/openbmc/linux/sound/firewire/fireface/
H A Dff-stream.c192 err = amdtp_domain_add_stream(&ff->domain, &ff->rx_stream, in snd_ff_stream_start_duplex()
197 err = amdtp_domain_add_stream(&ff->domain, &ff->tx_stream, in snd_ff_stream_start_duplex()
/openbmc/linux/sound/firewire/digi00x/
H A Ddigi00x-stream.c370 err = amdtp_domain_add_stream(&dg00x->domain, &dg00x->rx_stream, in snd_dg00x_stream_start_duplex()
375 err = amdtp_domain_add_stream(&dg00x->domain, &dg00x->tx_stream, in snd_dg00x_stream_start_duplex()
/openbmc/linux/sound/firewire/motu/
H A Dmotu-stream.c275 err = amdtp_domain_add_stream(&motu->domain, &motu->tx_stream, in snd_motu_stream_start_duplex()
280 err = amdtp_domain_add_stream(&motu->domain, &motu->rx_stream, in snd_motu_stream_start_duplex()
/openbmc/linux/sound/firewire/
H A Damdtp-stream.h329 int amdtp_domain_add_stream(struct amdtp_domain *d, struct amdtp_stream *s,
H A Damdtp-stream.c1981 int amdtp_domain_add_stream(struct amdtp_domain *d, struct amdtp_stream *s, in amdtp_domain_add_stream() function
1999 EXPORT_SYMBOL_GPL(amdtp_domain_add_stream);
/openbmc/linux/sound/firewire/tascam/
H A Dtascam-stream.c469 err = amdtp_domain_add_stream(&tscm->domain, &tscm->rx_stream, in snd_tscm_stream_start_duplex()
474 err = amdtp_domain_add_stream(&tscm->domain, &tscm->tx_stream, in snd_tscm_stream_start_duplex()
/openbmc/linux/sound/firewire/fireworks/
H A Dfireworks_stream.c82 err = amdtp_domain_add_stream(&efw->domain, stream, in start_stream()
/openbmc/linux/sound/firewire/oxfw/
H A Doxfw-stream.c117 err = amdtp_domain_add_stream(&oxfw->domain, stream, in start_stream()
/openbmc/linux/sound/firewire/dice/
H A Ddice-stream.c368 err = amdtp_domain_add_stream(&dice->domain, stream, in start_streams()
/openbmc/linux/sound/firewire/bebob/
H A Dbebob_stream.c427 return amdtp_domain_add_stream(&bebob->domain, stream, in start_stream()