Home
last modified time | relevance | path

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

/Linux-v4.19/sound/soc/stm/
Dstm32_i2s.c185 #define STM32_I2S_IS_MASTER(x) ((x)->ms_flg == I2S_MS_MASTER)
186 #define STM32_I2S_IS_SLAVE(x) ((x)->ms_flg == I2S_MS_SLAVE)
228 int ms_flg; member
372 i2s->ms_flg = I2S_MS_SLAVE; in stm32_i2s_set_dai_fmt()
375 i2s->ms_flg = I2S_MS_MASTER; in stm32_i2s_set_dai_fmt()
867 i2s->ms_flg = I2S_MS_NOT_SET; in stm32_i2s_probe()