MSP_DIR_RX        319 sound/soc/ux500/ux500_msp_dai.c 				MSP_DIR_TX : MSP_DIR_RX;
MSP_DIR_RX        441 sound/soc/ux500/ux500_msp_dai.c 				is_playback ? MSP_DIR_TX : MSP_DIR_RX)) {
MSP_DIR_RX        202 sound/soc/ux500/ux500_msp_i2s.c 	if (config->direction & MSP_DIR_RX)
MSP_DIR_RX        367 sound/soc/ux500/ux500_msp_i2s.c 	if ((config->direction & MSP_DIR_RX) &&
MSP_DIR_RX        381 sound/soc/ux500/ux500_msp_i2s.c 	if (config->direction & MSP_DIR_RX)
MSP_DIR_RX        446 sound/soc/ux500/ux500_msp_i2s.c 	rx_sel = (config->direction & MSP_DIR_RX) > 0;
MSP_DIR_RX        454 sound/soc/ux500/ux500_msp_i2s.c 	rx_busy = (msp->dir_busy & MSP_DIR_RX) > 0;
MSP_DIR_RX        464 sound/soc/ux500/ux500_msp_i2s.c 	msp->dir_busy |= (tx_sel ? MSP_DIR_TX : 0) | (rx_sel ? MSP_DIR_RX : 0);
MSP_DIR_RX        514 sound/soc/ux500/ux500_msp_i2s.c 	msp->dir_busy &= ~MSP_DIR_RX;