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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/spi/
H A Dep93xx_spi.c70 * @current_msg and @msg_queue
82 * @current_msg: message that is currently processed (or %NULL if none)
90 * @current_msg is used to hold pointer to the message that is currently
91 * processed. If @current_msg is %NULL, it means that no processing is going
95 * taking the @lock. Fields that are accessed concurrently are: @current_msg,
111 struct spi_message *current_msg; member in struct:ep93xx_spi
427 struct spi_message *msg = espi->current_msg;
484 struct spi_message *msg = espi->current_msg;
689 if (!espi->running || espi->current_msg ||
696 espi->current_msg
[all...]

Completed in 114 milliseconds