1SPI_FINALIZE_CURRENT(9) Serial Peripheral Interface (S SPI_FINALIZE_CURRENT(9)
23
4
NAME
6spi_finalize_current_message - the current message is complete
7
SYNOPSIS
9void spi_finalize_current_message(struct spi_master * master);
10
ARGUMENTS
12master
13the master to return the message to
14
DESCRIPTION
16Called by the driver to notify the core that the message in the front
17of the queue is complete and can be removed from the queue.
18
COPYRIGHT
20Kernel Hackers Manual 3.10 June 2019 SPI_FINALIZE_CURRENT(9)