Home
last modified time | relevance | path

Searched refs:usb_sg_cancel (Results 1 – 8 of 8) sorted by relevance

/linux/drivers/usb/storage/
H A Dtransport.c442 usb_sg_cancel(&us->current_sg); in usb_stor_bulk_transfer_sglist()
949 usb_sg_cancel(&us->current_sg); in usb_stor_stop_transport()
/linux/Documentation/driver-api/usb/
H A Ddma.rst106 void usb_sg_cancel(struct usb_sg_request *io);
/linux/drivers/usb/core/
H A Dmessage.c497 * The request may be canceled with usb_sg_cancel(), either before or after
626 * is initiated by usb_sg_cancel().
630 * passed to usb_sg_cancel(), or it may be freed. It could also be
692 usb_sg_cancel(io); in usb_sg_wait()
714 * usb_sg_cancel - stop scatter/gather i/o issued by usb_sg_wait()
721 void usb_sg_cancel(struct usb_sg_request *io) in usb_sg_cancel() function
754 EXPORT_SYMBOL_GPL(usb_sg_cancel);
/linux/drivers/gpu/drm/gud/
H A Dgud_pipe.c244 usb_sg_cancel(&ctx->sgr); in gud_usb_bulk_timeout()
/linux/drivers/mmc/host/
H A Dvub300.c813 usb_sg_cancel(&vub300->sg_request); in command_res_completed()
1184 usb_sg_cancel(&vub300->sg_request); in vub300_sg_timed_out()
1636 usb_sg_cancel(&vub300->sg_request); in __vub300_command_response()
/linux/drivers/misc/cardreader/
H A Drtsx_usb.c37 usb_sg_cancel(&ucr->current_sg); in rtsx_usb_sg_timed_out()
/linux/include/linux/
H A Dusb.h1917 * as request handles passed to usb_sg_wait() or usb_sg_cancel(). Most
1957 void usb_sg_cancel(struct usb_sg_request *io);
/linux/drivers/usb/misc/
H A Dusbtest.c597 usb_sg_cancel(timeout->req); in sg_timeout()