'\" t .\" Title: spi_finalize_current_transfer .\" Author: [FIXME: author] [see http://docbook.sf.net/el/author] .\" Generator: DocBook XSL Stylesheets v1.78.1 .\" Date: May 2018 .\" Manual: Serial Peripheral Interface (SPI) .\" Source: Kernel Hackers Manual 3.16.56 .\" Language: English .\" .TH "SPI_FINALIZE_CURRENT" "9" "May 2018" "Kernel Hackers Manual 3\&.16\&" "Serial Peripheral Interface (S" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- .\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .\" http://bugs.debian.org/507673 .\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html .\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .ie \n(.g .ds Aq \(aq .el .ds Aq ' .\" ----------------------------------------------------------------- .\" * set default formatting .\" ----------------------------------------------------------------- .\" disable hyphenation .nh .\" disable justification (adjust text to left margin only) .ad l .\" ----------------------------------------------------------------- .\" * MAIN CONTENT STARTS HERE * .\" ----------------------------------------------------------------- .SH "NAME" spi_finalize_current_transfer \- report completion of a transfer .SH "SYNOPSIS" .HP \w'void\ spi_finalize_current_transfer('u .BI "void spi_finalize_current_transfer(struct\ spi_master\ *\ " "master" ");" .SH "ARGUMENTS" .PP \fImaster\fR .RS 4 \-\- undescribed \-\- .RE .SH "DESCRIPTION" .PP .PP Called by SPI drivers using the core \fBtransfer_one_message\fR implementation to notify it that the current interrupt driven transfer has finished and the next one may be scheduled\&. .SH "COPYRIGHT" .br