Home
last modified time | relevance | path

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

/Linux-v5.4/sound/soc/stm/
Dstm32_i2s.c196 #define STM32_I2S_IS_MASTER(x) ((x)->ms_flg == I2S_MS_MASTER)
197 #define STM32_I2S_IS_SLAVE(x) ((x)->ms_flg == I2S_MS_SLAVE)
240 int ms_flg; member
388 i2s->ms_flg = I2S_MS_SLAVE; in stm32_i2s_set_dai_fmt()
391 i2s->ms_flg = I2S_MS_MASTER; in stm32_i2s_set_dai_fmt()
894 i2s->ms_flg = I2S_MS_NOT_SET; in stm32_i2s_probe()