Lines Matching refs:other
20 struct pcm_info **pi, struct pcm_info **other) in get_pcm_info() argument
25 if (other) in get_pcm_info()
26 *other = &i2sdev->out; in get_pcm_info()
30 if (other) in get_pcm_info()
31 *other = &i2sdev->in; in get_pcm_info()
75 struct pcm_info *pi, *other; in i2sbus_pcm_open() local
89 get_pcm_info(i2sdev, in, &pi, &other); in i2sbus_pcm_open()
180 if (other->active) { in i2sbus_pcm_open()
340 struct pcm_info *pi, *other; in i2sbus_pcm_prepare() local
347 get_pcm_info(i2sdev, in, &pi, &other); in i2sbus_pcm_prepare()
363 if (other->active && in i2sbus_pcm_prepare()