Searched refs:usb_sg_cancel (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/core/
H A Dmessage.c354 * The request may be canceled with usb_sg_cancel(), either before or after
479 * is initiated by usb_sg_cancel().
483 * passed to usb_sg_cancel(), or it may be freed. It could also be
549 usb_sg_cancel(io);
571 * usb_sg_cancel - stop scatter/gather i/o issued by usb_sg_wait()
578 void usb_sg_cancel(struct usb_sg_request *io) function
604 EXPORT_SYMBOL_GPL(usb_sg_cancel); variable
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/storage/
H A Dtransport.c495 usb_sg_cancel(&us->current_sg);
922 usb_sg_cancel(&us->current_sg);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dusb.h1372 * as request handles passed to usb_sg_wait() or usb_sg_cancel(). Most
1412 void usb_sg_cancel(struct usb_sg_request *io);

Completed in 56 milliseconds