Lines Matching refs:other
171 struct i2s_dai *other = get_other_dai(i2s); in other_tx_active() local
173 return tx_active(other); in other_tx_active()
198 struct i2s_dai *other = get_other_dai(i2s); in other_rx_active() local
200 return rx_active(other); in other_rx_active()
510 struct i2s_dai *other = get_other_dai(i2s); in i2s_set_sysclk() local
535 if ((rfs && other && other->rfs && (other->rfs != rfs)) || in i2s_set_sysclk()
829 struct i2s_dai *other = get_other_dai(i2s); in i2s_startup() local
838 if (is_manager(other)) in i2s_startup()
856 struct i2s_dai *other = get_other_dai(i2s); in i2s_shutdown() local
864 if (is_opened(other)) in i2s_shutdown()
865 other->mode |= DAI_MANAGER; in i2s_shutdown()
879 struct i2s_dai *other = get_other_dai(i2s); in config_setup() local
887 if (!bfs && other) in config_setup()
888 bfs = other->bfs; in config_setup()
896 if (!rfs && other) in config_setup()
897 rfs = other->rfs; in config_setup()
997 struct i2s_dai *other = get_other_dai(i2s); in i2s_set_clkdiv() local
1003 || (other && other->bfs && (other->bfs != div))) { in i2s_set_clkdiv()
1060 struct i2s_dai *other = get_other_dai(i2s); in samsung_i2s_dai_probe() local
1077 other->idma_playback.addr); in samsung_i2s_dai_probe()
1088 i2s_fifo(other, FIC_TXFLUSH); in samsung_i2s_dai_probe()
1093 if (!is_opened(other)) in samsung_i2s_dai_probe()
1588 struct i2s_dai *other = get_other_dai(i2s); in fsd_i2s_fixup_early() local
1590 if (!is_opened(other)) { in fsd_i2s_fixup_early()
1602 struct i2s_dai *other = get_other_dai(i2s); in fsd_i2s_fixup_late() local
1604 if (!is_opened(other)) in fsd_i2s_fixup_late()