Lines Matching refs:I2S_STATE_READY
283 strm->state = I2S_STATE_READY; in i2s_dma_tx_callback()
310 strm->state = I2S_STATE_READY; in i2s_dma_tx_callback()
396 strm->state = I2S_STATE_READY; in i2s_dma_rx_callback()
449 (dev_data->tx.state != I2S_STATE_READY) && in i2s_mcux_config()
451 (dev_data->rx.state != I2S_STATE_READY)) { in i2s_mcux_config()
656 dev_data->tx.state = I2S_STATE_READY; in i2s_mcux_config()
679 dev_data->rx.state = I2S_STATE_READY; in i2s_mcux_config()
885 if (strm->state != I2S_STATE_READY) { in i2s_mcux_trigger()
914 strm->state = I2S_STATE_READY; in i2s_mcux_trigger()
949 strm->state = I2S_STATE_READY; in i2s_mcux_trigger()
1002 if (strm->state != I2S_STATE_RUNNING && strm->state != I2S_STATE_READY) { in i2s_mcux_write()