Home
last modified time | relevance | path

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

/linux-6.1.9/sound/firewire/fireface/
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()
/linux-6.1.9/sound/firewire/digi00x/
Ddigi00x-stream.c368 err = amdtp_domain_add_stream(&dg00x->domain, &dg00x->rx_stream, in snd_dg00x_stream_start_duplex()
373 err = amdtp_domain_add_stream(&dg00x->domain, &dg00x->tx_stream, in snd_dg00x_stream_start_duplex()
/linux-6.1.9/sound/firewire/motu/
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()
/linux-6.1.9/sound/firewire/
Damdtp-stream.h313 int amdtp_domain_add_stream(struct amdtp_domain *d, struct amdtp_stream *s,
Damdtp-stream.c1862 int amdtp_domain_add_stream(struct amdtp_domain *d, struct amdtp_stream *s, in amdtp_domain_add_stream() function
1880 EXPORT_SYMBOL_GPL(amdtp_domain_add_stream);
/linux-6.1.9/sound/firewire/tascam/
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()
/linux-6.1.9/sound/firewire/fireworks/
Dfireworks_stream.c82 err = amdtp_domain_add_stream(&efw->domain, stream, in start_stream()
/linux-6.1.9/sound/firewire/dice/
Ddice-stream.c368 err = amdtp_domain_add_stream(&dice->domain, stream, in start_streams()
/linux-6.1.9/sound/firewire/oxfw/
Doxfw-stream.c117 err = amdtp_domain_add_stream(&oxfw->domain, stream, in start_stream()
/linux-6.1.9/sound/firewire/bebob/
Dbebob_stream.c427 return amdtp_domain_add_stream(&bebob->domain, stream, in start_stream()