Lines Matching defs:direction
200 if (config->direction & MSP_DIR_TX)
202 if (config->direction & MSP_DIR_RX)
367 if ((config->direction & MSP_DIR_RX) &&
373 if ((config->direction == MSP_DIR_TX) &&
381 if (config->direction & MSP_DIR_RX)
383 if (config->direction & MSP_DIR_TX)
445 tx_sel = (config->direction & MSP_DIR_TX) > 0;
446 rx_sel = (config->direction & MSP_DIR_RX) > 0;
448 dev_err(msp->dev, "%s: Error: No direction selected!\n",
571 int ux500_msp_i2s_trigger(struct ux500_msp *msp, int cmd, int direction)
585 if (direction == SNDRV_PCM_STREAM_PLAYBACK)
596 if (direction == SNDRV_PCM_STREAM_PLAYBACK)