ms_flg            196 sound/soc/stm/stm32_i2s.c #define STM32_I2S_IS_MASTER(x)		((x)->ms_flg == I2S_MS_MASTER)
ms_flg            197 sound/soc/stm/stm32_i2s.c #define STM32_I2S_IS_SLAVE(x)		((x)->ms_flg == I2S_MS_SLAVE)
ms_flg            240 sound/soc/stm/stm32_i2s.c 	int ms_flg;
ms_flg            388 sound/soc/stm/stm32_i2s.c 		i2s->ms_flg = I2S_MS_SLAVE;
ms_flg            391 sound/soc/stm/stm32_i2s.c 		i2s->ms_flg = I2S_MS_MASTER;
ms_flg            894 sound/soc/stm/stm32_i2s.c 	i2s->ms_flg = I2S_MS_NOT_SET;