Home
last modified time | relevance | path

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

/openbmc/linux/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)
253 int ms_flg; member
598 i2s->ms_flg = I2S_MS_SLAVE; in stm32_i2s_set_dai_fmt()
601 i2s->ms_flg = I2S_MS_MASTER; in stm32_i2s_set_dai_fmt()
1118 i2s->ms_flg = I2S_MS_NOT_SET; in stm32_i2s_probe()