Query: usb_poison_anchored_urbs
OS: suse
Section: 9
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
USB_POISON_ANCHORED_(9) USB Core APIs USB_POISON_ANCHORED_(9)NAMEusb_poison_anchored_urbs - cease all traffic from an anchorSYNOPSISvoid usb_poison_anchored_urbs(struct usb_anchor * anchor);ARGUMENTSanchor anchor the requests are bound toDESCRIPTIONthis allows all outstanding URBs to be poisoned starting from the back of the queue. Newly added URBs will also be poisoned This routine should not be called by a driver after its disconnect method has returned.COPYRIGHTKernel Hackers Manual 2.6. July 2010 USB_POISON_ANCHORED_(9)