Searched refs:opposite (Results 1 – 2 of 2) sorted by relevance
258 struct amdtp_stream *opposite; in snd_oxfw_stream_start_simplex() local266 opposite = &oxfw->rx_stream; in snd_oxfw_stream_start_simplex()274 opposite = &oxfw->rx_stream; in snd_oxfw_stream_start_simplex()276 opposite = NULL; in snd_oxfw_stream_start_simplex()305 if (opposite != NULL) { in snd_oxfw_stream_start_simplex()306 err = check_connection_used_by_others(oxfw, opposite); in snd_oxfw_stream_start_simplex()309 stop_stream(oxfw, opposite); in snd_oxfw_stream_start_simplex()321 if (opposite && !amdtp_stream_running(opposite) && in snd_oxfw_stream_start_simplex()323 err = start_stream(oxfw, opposite, rate, 0); in snd_oxfw_stream_start_simplex()
946 int opposite = !stream; in snd_pcm_attach_substream() local948 for (substream = pcm->streams[opposite].substream; substream; in snd_pcm_attach_substream()