Home
last modified time | relevance | path

Searched refs:usb_sg_request (Results 1 – 8 of 8) 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.h1948 struct usb_sg_request { struct
1969 struct usb_sg_request *io, argument
1978 void usb_sg_cancel(struct usb_sg_request *io);
1979 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/gpu/drm/gud/
H A Dgud_pipe.c236 struct usb_sg_request sgr;
/linux/drivers/usb/misc/
H A Dusbtest.c590 struct usb_sg_request *req;
604 struct usb_sg_request *req, in perform_sglist()
2187 struct usb_sg_request req; in usbtest_do_ioctl()
/linux/drivers/input/touchscreen/
H A Dsur40.c533 struct usb_sg_request sgr; in sur40_process_video()
/linux/drivers/mmc/host/
H A Dvub300.c345 struct usb_sg_request sg_request;