Lines Matching refs:other
150 struct i2s_dai *other = get_other_dai(i2s); in other_tx_active() local
152 return tx_active(other); in other_tx_active()
177 struct i2s_dai *other = get_other_dai(i2s); in other_rx_active() local
179 return rx_active(other); in other_rx_active()
478 struct i2s_dai *other = get_other_dai(i2s); in i2s_set_sysclk() local
500 if ((rfs && other && other->rfs && (other->rfs != rfs)) || in i2s_set_sysclk()
554 if (other) { in i2s_set_sysclk()
555 other->op_clk = i2s->op_clk; in i2s_set_sysclk()
556 other->rclk_srcrate = i2s->rclk_srcrate; in i2s_set_sysclk()
565 i2s->op_clk = other->op_clk; in i2s_set_sysclk()
566 i2s->rclk_srcrate = other->rclk_srcrate; in i2s_set_sysclk()
767 struct i2s_dai *other = get_other_dai(i2s); in i2s_startup() local
774 if (is_manager(other)) in i2s_startup()
791 struct i2s_dai *other = get_other_dai(i2s); in i2s_shutdown() local
799 if (is_opened(other)) in i2s_shutdown()
800 other->mode |= DAI_MANAGER; in i2s_shutdown()
811 struct i2s_dai *other = get_other_dai(i2s); in config_setup() local
819 if (!bfs && other) in config_setup()
820 bfs = other->bfs; in config_setup()
828 if (!rfs && other) in config_setup()
829 rfs = other->rfs; in config_setup()
919 struct i2s_dai *other = get_other_dai(i2s); in i2s_set_clkdiv() local
924 || (other && other->bfs && (other->bfs != div))) { in i2s_set_clkdiv()
988 struct i2s_dai *other = get_other_dai(i2s); in samsung_i2s_dai_probe() local
992 samsung_asoc_init_dma_data(dai, &other->sec_dai->dma_playback, in samsung_i2s_dai_probe()
1015 i2s_fifo(other, FIC_TXFLUSH); in samsung_i2s_dai_probe()
1020 if (!is_opened(other)) in samsung_i2s_dai_probe()
1363 struct i2s_dai *i2s, *other; in samsung_i2s_remove() local
1366 other = get_other_dai(i2s); in samsung_i2s_remove()
1368 if (other) { in samsung_i2s_remove()
1369 other->pri_dai = NULL; in samsung_i2s_remove()
1370 other->sec_dai = NULL; in samsung_i2s_remove()