Home
last modified time | relevance | path

Searched refs:current_msg (Results 1 – 3 of 3) sorted by relevance

/linux-5.19.10/drivers/spi/
Dspi-topcliff-pch.c180 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()
562 (data->current_msg->spi->bits_per_word != data->cur_trans->bits_per_word)) { in pch_spi_set_tx()
568 *bpw = data->current_msg->spi->bits_per_word; in pch_spi_set_tx()
644 data->current_msg->status = 0; in pch_spi_nomore_transfer()
646 if (data->current_msg->complete) { in pch_spi_nomore_transfer()
649 data->current_msg->complete(data->current_msg->context); in pch_spi_nomore_transfer()
[all …]
/linux-5.19.10/drivers/s390/char/
Dsclp_rw.c121 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()
Dsclp_rw.h69 struct msg_buf *current_msg; member