Lines Matching refs:direction
203 if (config->direction & MSP_DIR_TX) in configure_protocol()
205 if (config->direction & MSP_DIR_RX) in configure_protocol()
370 if ((config->direction & MSP_DIR_RX) && in enable_msp()
376 if ((config->direction == MSP_DIR_TX) && in enable_msp()
384 if (config->direction & MSP_DIR_RX) in enable_msp()
386 if (config->direction & MSP_DIR_TX) in enable_msp()
448 tx_sel = (config->direction & MSP_DIR_TX) > 0; in ux500_msp_i2s_open()
449 rx_sel = (config->direction & MSP_DIR_RX) > 0; in ux500_msp_i2s_open()
575 int ux500_msp_i2s_trigger(struct ux500_msp *msp, int cmd, int direction) in ux500_msp_i2s_trigger() argument
589 if (direction == SNDRV_PCM_STREAM_PLAYBACK) in ux500_msp_i2s_trigger()
600 if (direction == SNDRV_PCM_STREAM_PLAYBACK) in ux500_msp_i2s_trigger()