'\" t .\" Title: usb_unlink_anchored_urbs .\" Author: [FIXME: author] [see http://docbook.sf.net/el/author] .\" Generator: DocBook XSL Stylesheets v1.79.1 .\" Date: April 2019 .\" Manual: USB Core APIs .\" Source: Kernel Hackers Manual 4.9.168 .\" Language: English .\" .TH "USB_UNLINK_ANCHORED_" "9" "April 2019" "Kernel Hackers Manual 4\&.9\&." "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_unlink_anchored_urbs \- asynchronously cancel transfer requests en masse .SH "SYNOPSIS" .HP \w'void\ usb_unlink_anchored_urbs('u .BI "void usb_unlink_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 unlinked starting from the back of the queue\&. This function is asynchronous\&. The unlinking is just triggered\&. It may happen after this function has returned\&. .PP This routine should not be called by a driver after its disconnect method has returned\&. .SH "COPYRIGHT" .br