Searched refs:current_msg (Results 1 – 3 of 3) sorted by relevance
149 * @current_msg: The current message that this SPI driver is180 struct spi_message *current_msg; member 359 if (data->current_msg->complete) { in pch_spi_handler() 361 data->current_msg->status = -EIO; in pch_spi_handler() 362 data->current_msg->complete(data->current_msg->context); in pch_spi_handler() 364 data->current_msg = NULL; in pch_spi_handler() 533 (data->current_msg->spi->bits_per_word != data->cur_trans->bits_per_word)) { in pch_spi_set_tx() 539 *bpw = data->current_msg->spi->bits_per_word; in pch_spi_set_tx() 615 data->current_msg in pch_spi_nomore_transfer() [all...]
121 buffer->current_msg = msg; in sclp_initialize_mto()143 msg = buffer->current_msg; in sclp_finalize_mto()159 buffer->current_msg = NULL; in sclp_finalize_mto()217 buffer->current_msg->mdb.go.general_msg_flags |= in sclp_write()
69 struct msg_buf *current_msg; member