Home
last modified time | relevance | path

Searched refs:keep_resources (Results 1 – 7 of 7) sorted by relevance

/linux-6.3-rc2/sound/firewire/fireworks/
A Dfireworks_stream.c159 static int keep_resources(struct snd_efw *efw, struct amdtp_stream *stream, in keep_resources() function
225 err = keep_resources(efw, &efw->tx_stream, rate, mode); in snd_efw_stream_reserve_duplex()
229 err = keep_resources(efw, &efw->rx_stream, rate, mode); in snd_efw_stream_reserve_duplex()
/linux-6.3-rc2/sound/firewire/digi00x/
A Ddigi00x-stream.c188 static int keep_resources(struct snd_dg00x *dg00x, struct amdtp_stream *stream, in keep_resources() function
311 err = keep_resources(dg00x, &dg00x->rx_stream, rate); in snd_dg00x_stream_reserve_duplex()
315 err = keep_resources(dg00x, &dg00x->tx_stream, rate); in snd_dg00x_stream_reserve_duplex()
/linux-6.3-rc2/sound/firewire/motu/
A Dmotu-stream.c28 static int keep_resources(struct snd_motu *motu, unsigned int rate, in keep_resources() function
170 err = keep_resources(motu, rate, &motu->tx_stream); in snd_motu_stream_reserve_duplex()
174 err = keep_resources(motu, rate, &motu->rx_stream); in snd_motu_stream_reserve_duplex()
/linux-6.3-rc2/sound/firewire/tascam/
A Dtascam-stream.c281 static int keep_resources(struct snd_tscm *tscm, unsigned int rate, in keep_resources() function
409 err = keep_resources(tscm, rate, &tscm->tx_stream); in snd_tscm_stream_reserve_duplex()
413 err = keep_resources(tscm, rate, &tscm->rx_stream); in snd_tscm_stream_reserve_duplex()
/linux-6.3-rc2/sound/firewire/oxfw/
A Doxfw-stream.c199 static int keep_resources(struct snd_oxfw *oxfw, struct amdtp_stream *stream) in keep_resources() function
305 err = keep_resources(oxfw, &oxfw->rx_stream); in snd_oxfw_stream_reserve_duplex()
310 err = keep_resources(oxfw, &oxfw->tx_stream); in snd_oxfw_stream_reserve_duplex()
/linux-6.3-rc2/sound/firewire/bebob/
A Dbebob_stream.c500 static int keep_resources(struct snd_bebob *bebob, struct amdtp_stream *stream, in keep_resources() function
571 err = keep_resources(bebob, &bebob->tx_stream, rate, index); in snd_bebob_stream_reserve_duplex()
575 err = keep_resources(bebob, &bebob->rx_stream, rate, index); in snd_bebob_stream_reserve_duplex()
/linux-6.3-rc2/sound/firewire/dice/
A Ddice-stream.c155 static int keep_resources(struct snd_dice *dice, struct amdtp_stream *stream, in keep_resources() function
247 err = keep_resources(dice, stream, resources, rate, pcm_chs, in keep_dual_resources()

Completed in 16 milliseconds