'\" t .\" Title: usb_kill_anchored_urbs .\" Author: [FIXME: author] [see http://docbook.sf.net/el/author] .\" Generator: DocBook XSL Stylesheets v1.78.1 .\" Date: January 2017 .\" Manual: USB Core APIs .\" Source: Kernel Hackers Manual 4.8.15 .\" Language: English .\" .TH "USB_KILL_ANCHORED_UR" "9" "January 2017" "Kernel Hackers Manual 4\&.8\&." "USB Core APIs" .\" ----------------------------------------------------------------- .\" * 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_kill_anchored_urbs \- cancel transfer requests en masse .SH "SYNOPSIS" .HP \w'void\ usb_kill_anchored_urbs('u .BI "void usb_kill_anchored_urbs(struct\ usb_anchor\ *\ " "anchor" ");" .SH "ARGUMENTS" .PP \fIanchor\fR .RS 4 anchor the requests are bound to .RE .SH "DESCRIPTION" .PP this allows all outstanding URBs to be killed starting from the back of the queue .PP This routine should not be called by a driver after its disconnect method has returned\&. .SH "COPYRIGHT" .br