1. NAME

usb_kill_anchored_urbs - cancel transfer requests en masse

2. SYNOPSIS

void usb_kill_anchored_urbs(struct usb_anchor *  anchor );

3. ARGUMENTS

anchor
    anchor the requests are bound to

4. DESCRIPTION

this allows all outstanding URBs to be killed starting from the back of the queue

This routine should not be called by a driver after its disconnect method has returned.

5. COPYRIGHT