Lines Matching defs:other
162 /* Return pointer to the other DAI */
168 /* If the other interface of the controller is transmitting data */
171 struct i2s_dai *other = get_other_dai(i2s);
173 return tx_active(other);
195 /* If the other interface of the controller is receiving data */
198 struct i2s_dai *other = get_other_dai(i2s);
200 return rx_active(other);
209 /* If the other DAI is transmitting or receiving data */
510 struct i2s_dai *other = get_other_dai(i2s);
535 if ((rfs && other && other->rfs && (other->rfs != rfs)) ||
829 struct i2s_dai *other = get_other_dai(i2s);
838 if (is_manager(other))
856 struct i2s_dai *other = get_other_dai(i2s);
864 if (is_opened(other))
865 other->mode |= DAI_MANAGER;
879 struct i2s_dai *other = get_other_dai(i2s);
887 if (!bfs && other)
888 bfs = other->bfs;
896 if (!rfs && other)
897 rfs = other->rfs;
997 struct i2s_dai *other = get_other_dai(i2s);
1003 || (other && other->bfs && (other->bfs != div))) {
1060 struct i2s_dai *other = get_other_dai(i2s);
1077 other->idma_playback.addr);
1088 i2s_fifo(other, FIC_TXFLUSH);
1093 if (!is_opened(other))
1585 struct i2s_dai *other = get_other_dai(i2s);
1587 if (!is_opened(other)) {
1599 struct i2s_dai *other = get_other_dai(i2s);
1601 if (!is_opened(other))