Lines Matching refs:other
163 struct i2s_dai *other = get_other_dai(i2s); in other_tx_active() local
165 return tx_active(other); in other_tx_active()
190 struct i2s_dai *other = get_other_dai(i2s); in other_rx_active() local
192 return rx_active(other); in other_rx_active()
502 struct i2s_dai *other = get_other_dai(i2s); in i2s_set_sysclk() local
527 if ((rfs && other && other->rfs && (other->rfs != rfs)) || in i2s_set_sysclk()
821 struct i2s_dai *other = get_other_dai(i2s); in i2s_startup() local
830 if (is_manager(other)) in i2s_startup()
848 struct i2s_dai *other = get_other_dai(i2s); in i2s_shutdown() local
856 if (is_opened(other)) in i2s_shutdown()
857 other->mode |= DAI_MANAGER; in i2s_shutdown()
871 struct i2s_dai *other = get_other_dai(i2s); in config_setup() local
879 if (!bfs && other) in config_setup()
880 bfs = other->bfs; in config_setup()
888 if (!rfs && other) in config_setup()
889 rfs = other->rfs; in config_setup()
982 struct i2s_dai *other = get_other_dai(i2s); in i2s_set_clkdiv() local
988 || (other && other->bfs && (other->bfs != div))) { in i2s_set_clkdiv()
1045 struct i2s_dai *other = get_other_dai(i2s); in samsung_i2s_dai_probe() local
1062 other->idma_playback.addr); in samsung_i2s_dai_probe()
1073 i2s_fifo(other, FIC_TXFLUSH); in samsung_i2s_dai_probe()
1078 if (!is_opened(other)) in samsung_i2s_dai_probe()