Home
last modified time | relevance | path

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

/linux/Documentation/driver-api/usb/
H A Ddma.rst104 void usb_sg_wait(struct usb_sg_request *io);
/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/usb/storage/
H A Dtransport.c447 usb_sg_wait(&us->current_sg); in usb_stor_bulk_transfer_sglist()
/linux/drivers/mmc/host/
H A Dvub300.c1452 usb_sg_wait(&vub300->sg_request); in __command_read_data()
1569 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()