'\" t .\" Title: usb_ep_free_request .\" Author: .\" Generator: DocBook XSL Stylesheets v1.78.1 .\" Date: May 2018 .\" Manual: Kernel Mode Gadget API .\" Source: Kernel Hackers Manual 3.16.56 .\" Language: English .\" .TH "USB_EP_FREE_REQUEST" "9" "May 2018" "Kernel Hackers Manual 3\&.16\&" "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_ep_free_request \- frees a request object .SH "SYNOPSIS" .HP \w'void\ usb_ep_free_request('u .BI "void usb_ep_free_request(struct\ usb_ep\ *\ " "ep" ", struct\ usb_request\ *\ " "req" ");" .SH "ARGUMENTS" .PP \fIep\fR .RS 4 the endpoint associated with the request .RE .PP \fIreq\fR .RS 4 the request being freed .RE .SH "DESCRIPTION" .PP Reverses the effect of \fBusb_ep_alloc_request\fR\&. Caller guarantees the request is not queued, and that it will no longer be requeued (or otherwise used)\&. .SH "AUTHOR" .PP \fBDavid Brownell\fR <\&dbrownell@users.sourceforge.net\&> .RS 4 Author. .RE .SH "COPYRIGHT" .br