Home
last modified time | relevance | path

Searched refs:ms_flg (Results 1 – 1 of 1) sorted by relevance

/linux-6.15/sound/soc/stm/
H A Dstm32_i2s.c198 #define STM32_I2S_IS_MASTER(x) ((x)->ms_flg == I2S_MS_MASTER)
199 #define STM32_I2S_IS_SLAVE(x) ((x)->ms_flg == I2S_MS_SLAVE)
260 int ms_flg; member
727 i2s->ms_flg = I2S_MS_SLAVE; in stm32_i2s_set_dai_fmt()
730 i2s->ms_flg = I2S_MS_MASTER; in stm32_i2s_set_dai_fmt()
1282 i2s->ms_flg = I2S_MS_NOT_SET; in stm32_i2s_probe()