Home
last modified time | relevance | path

Searched refs:usb_sg_wait (Results 1 – 9 of 9) sorted by relevance

/linux/Documentation/driver-api/usb/
H A Ddma.rst104 void usb_sg_wait(struct usb_sg_request *io);
/linux/drivers/gpu/drm/gud/
H A Dgud_pipe.c255 usb_sg_wait(&ctx.sgr); in gud_usb_bulk()
/linux/drivers/usb/core/
H A Dmessage.c651 void usb_sg_wait(struct usb_sg_request *io) in usb_sg_wait() function
711 EXPORT_SYMBOL_GPL(usb_sg_wait);
/linux/drivers/misc/cardreader/
H A Drtsx_usb.c55 usb_sg_wait(&ucr->current_sg); in rtsx_usb_bulk_transfer_sglist()
/linux/drivers/usb/storage/
H A Dtransport.c447 usb_sg_wait(&us->current_sg); in usb_stor_bulk_transfer_sglist()
/linux/drivers/input/touchscreen/
H A Dsur40.c592 usb_sg_wait(&sgr); in sur40_process_video()
/linux/include/linux/
H A Dusb.h1941 void usb_sg_wait(struct usb_sg_request *io);
/linux/drivers/mmc/host/
H A Dvub300.c1454 usb_sg_wait(&vub300->sg_request); in __command_read_data()
1571 usb_sg_wait(&vub300->sg_request); in __command_write_data()
/linux/drivers/usb/misc/
H A Dusbtest.c628 usb_sg_wait(req); in perform_sglist()