1USB_SG_CANCEL(9)                 USB Core APIs                USB_SG_CANCEL(9)
2
3
4

NAME

6       usb_sg_cancel - stop scatter/gather i/o issued by usb_sg_wait
7

SYNOPSIS

9       void usb_sg_cancel(struct usb_sg_request * io);
10

ARGUMENTS

12       io
13           request block, initialized with usb_sg_init
14

DESCRIPTION

16       This stops a request after it has been started by usb_sg_wait. It can
17       also prevents one initialized by usb_sg_init from starting, so that
18       call just frees resources allocated to the request.
19
21Kernel Hackers Manual 3.10         June 2019                  USB_SG_CANCEL(9)
Impressum