Home
last modified time | relevance | path

Searched refs:usb_sg_request (Results 1 – 5 of 5) sorted by relevance

/linux/Documentation/driver-api/usb/
H A Ddma.rst100 int usb_sg_init(struct usb_sg_request *io, struct usb_device *dev,
104 void usb_sg_wait(struct usb_sg_request *io);
106 void usb_sg_cancel(struct usb_sg_request *io);
/linux/drivers/usb/storage/
H A Dusb.h130 struct usb_sg_request current_sg; /* scatter-gather req. */
/linux/include/linux/
H A Dusb.h1956 struct usb_sg_request { struct
1977 struct usb_sg_request *io, argument
1986 void usb_sg_cancel(struct usb_sg_request *io);
1987 void usb_sg_wait(struct usb_sg_request *io);
/linux/drivers/usb/core/
H A Dmessage.c452 static void sg_clean(struct usb_sg_request *io) in sg_clean()
466 struct usb_sg_request *io = urb->context; in sg_complete()
560 int usb_sg_init(struct usb_sg_request *io, struct usb_device *dev, in usb_sg_init()
709 void usb_sg_wait(struct usb_sg_request *io) in usb_sg_wait()
779 void usb_sg_cancel(struct usb_sg_request *io) in usb_sg_cancel()
/linux/drivers/mmc/host/
H A Dvub300.c345 struct usb_sg_request sg_request;