'\" t .\" Title: usb_composite_setup_continue .\" Author: .\" Generator: DocBook XSL Stylesheets v1.79.1 .\" Date: April 2019 .\" Manual: Kernel Mode Gadget API .\" Source: Kernel Hackers Manual 4.9.168 .\" Language: English .\" .TH "USB_COMPOSITE_SETUP_" "9" "April 2019" "Kernel Hackers Manual 4\&.9\&." "Kernel Mode Gadget API" .\" ----------------------------------------------------------------- .\" * 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" usb_composite_setup_continue \- Continue with the control transfer .SH "SYNOPSIS" .HP \w'void\ usb_composite_setup_continue('u .BI "void usb_composite_setup_continue(struct\ usb_composite_dev\ *\ " "cdev" ");" .SH "ARGUMENTS" .PP \fIcdev\fR .RS 4 the composite device who\*(Aqs control transfer was kept waiting .RE .SH "DESCRIPTION" .PP This function must be called by the USB function driver to continue with the control transfer\*(Aqs data/status stage in case it had requested to delay the data/status stages\&. A USB function\*(Aqs setup handler (e\&.g\&. \fBset_alt\fR) can request the composite framework to delay the setup request\*(Aqs data/status stages by returning USB_GADGET_DELAYED_STATUS\&. .SH "AUTHOR" .PP \fBDavid Brownell\fR <\&dbrownell@users.sourceforge.net\&> .RS 4 Author. .RE .SH "COPYRIGHT" .br