Searched refs:check_connection_used_by_others (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/sound/firewire/fireworks/ |
H A D | fireworks_stream.c | 104 check_connection_used_by_others(struct snd_efw *efw, struct amdtp_stream *s) in check_connection_used_by_others() function 193 err = check_connection_used_by_others(efw, &efw->rx_stream); in snd_efw_stream_reserve_duplex()
|
/kernel/linux/linux-6.6/sound/firewire/fireworks/ |
H A D | fireworks_stream.c | 105 check_connection_used_by_others(struct snd_efw *efw, struct amdtp_stream *s) in check_connection_used_by_others() function 194 err = check_connection_used_by_others(efw, &efw->rx_stream); in snd_efw_stream_reserve_duplex()
|
/kernel/linux/linux-5.10/sound/firewire/oxfw/ |
H A D | oxfw-stream.c | 127 static int check_connection_used_by_others(struct snd_oxfw *oxfw, in check_connection_used_by_others() function 257 err = check_connection_used_by_others(oxfw, &oxfw->rx_stream); in snd_oxfw_stream_reserve_duplex() 261 err = check_connection_used_by_others(oxfw, &oxfw->tx_stream); in snd_oxfw_stream_reserve_duplex()
|
/kernel/linux/linux-6.6/sound/firewire/oxfw/ |
H A D | oxfw-stream.c | 127 static int check_connection_used_by_others(struct snd_oxfw *oxfw, in check_connection_used_by_others() function 263 err = check_connection_used_by_others(oxfw, &oxfw->rx_stream); in snd_oxfw_stream_reserve_duplex() 267 err = check_connection_used_by_others(oxfw, &oxfw->tx_stream); in snd_oxfw_stream_reserve_duplex()
|
/kernel/linux/linux-5.10/sound/firewire/bebob/ |
H A D | bebob_stream.c | 378 check_connection_used_by_others(struct snd_bebob *bebob, struct amdtp_stream *s) in check_connection_used_by_others() function 551 err = check_connection_used_by_others(bebob, &bebob->rx_stream); in snd_bebob_stream_reserve_duplex()
|
/kernel/linux/linux-6.6/sound/firewire/bebob/ |
H A D | bebob_stream.c | 377 check_connection_used_by_others(struct snd_bebob *bebob, struct amdtp_stream *s) in check_connection_used_by_others() function 534 err = check_connection_used_by_others(bebob, &bebob->rx_stream); in snd_bebob_stream_reserve_duplex()
|
Completed in 5 milliseconds