Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/usb/core/
H A Dmessage.c653 void usb_sg_wait(struct usb_sg_request *io) in usb_sg_wait() function
713 EXPORT_SYMBOL_GPL(usb_sg_wait);
/OK3568_Linux_fs/kernel/drivers/misc/cardreader/
H A Drtsx_usb.c55 usb_sg_wait(&ucr->current_sg); in rtsx_usb_bulk_transfer_sglist()
/OK3568_Linux_fs/kernel/drivers/usb/storage/
H A Dtransport.c447 usb_sg_wait(&us->current_sg); in usb_stor_bulk_transfer_sglist()
/OK3568_Linux_fs/kernel/include/linux/
H A Dusb.h1938 void usb_sg_wait(struct usb_sg_request *io);
/OK3568_Linux_fs/kernel/drivers/input/touchscreen/
H A Dsur40.c592 usb_sg_wait(&sgr); in sur40_process_video()
/OK3568_Linux_fs/kernel/drivers/mmc/host/
H A Dvub300.c1456 usb_sg_wait(&vub300->sg_request); in __command_read_data()
1573 usb_sg_wait(&vub300->sg_request); in __command_write_data()
/OK3568_Linux_fs/kernel/drivers/usb/misc/
H A Dusbtest.c628 usb_sg_wait(req); in perform_sglist()