Searched refs:opposite (Results 1 – 2 of 2) sorted by relevance
257 struct amdtp_stream *opposite; in snd_oxfw_stream_start_simplex() local265 opposite = &oxfw->rx_stream; in snd_oxfw_stream_start_simplex()273 opposite = &oxfw->rx_stream; in snd_oxfw_stream_start_simplex()275 opposite = NULL; in snd_oxfw_stream_start_simplex()304 if (opposite != NULL) { in snd_oxfw_stream_start_simplex()305 err = check_connection_used_by_others(oxfw, opposite); in snd_oxfw_stream_start_simplex()308 stop_stream(oxfw, opposite); in snd_oxfw_stream_start_simplex()320 if (opposite && !amdtp_stream_running(opposite) && in snd_oxfw_stream_start_simplex()322 err = start_stream(oxfw, opposite, rate, 0); in snd_oxfw_stream_start_simplex()
940 int opposite = !stream; in snd_pcm_attach_substream() local942 for (substream = pcm->streams[opposite].substream; substream; in snd_pcm_attach_substream()