Searched refs:usb_sg_wait (Results 1 - 15 of 15) sorted by relevance
/kernel/linux/linux-6.6/drivers/gpu/drm/gud/ |
H A D | gud_pipe.c | 253 usb_sg_wait(&ctx.sgr); in gud_usb_bulk()
|
/kernel/linux/linux-5.10/drivers/misc/cardreader/ |
H A D | rtsx_usb.c | 55 usb_sg_wait(&ucr->current_sg); in rtsx_usb_bulk_transfer_sglist()
|
/kernel/linux/linux-5.10/drivers/usb/storage/ |
H A D | transport.c | 447 usb_sg_wait(&us->current_sg); in usb_stor_bulk_transfer_sglist()
|
/kernel/linux/linux-6.6/drivers/misc/cardreader/ |
H A D | rtsx_usb.c | 55 usb_sg_wait(&ucr->current_sg); in rtsx_usb_bulk_transfer_sglist()
|
/kernel/linux/linux-6.6/drivers/usb/storage/ |
H A D | transport.c | 447 usb_sg_wait(&us->current_sg); in usb_stor_bulk_transfer_sglist()
|
/kernel/linux/linux-5.10/drivers/usb/core/ |
H A D | message.c | 468 /* on the last completion, signal usb_sg_wait() */ in sg_complete() 480 * @io: request block being initialized. until usb_sg_wait() returns, 496 * The request must be issued using usb_sg_wait(), which waits for the I/O to 501 * usb_sg_wait() is called. 610 * usb_sg_wait - synchronously execute scatter/gather request 653 void usb_sg_wait(struct usb_sg_request *io) in usb_sg_wait() function 713 EXPORT_SYMBOL_GPL(usb_sg_wait); variable 716 * usb_sg_cancel - stop scatter/gather i/o issued by usb_sg_wait() 719 * This stops a request after it has been started by usb_sg_wait().
|
/kernel/linux/linux-6.6/drivers/usb/core/ |
H A D | message.c | 465 /* on the last completion, signal usb_sg_wait() */ in sg_complete() 477 * @io: request block being initialized. until usb_sg_wait() returns, 493 * The request must be issued using usb_sg_wait(), which waits for the I/O to 498 * usb_sg_wait() is called. 607 * usb_sg_wait - synchronously execute scatter/gather request 651 void usb_sg_wait(struct usb_sg_request *io) in usb_sg_wait() function 711 EXPORT_SYMBOL_GPL(usb_sg_wait); variable 714 * usb_sg_cancel - stop scatter/gather i/o issued by usb_sg_wait() 717 * This stops a request after it has been started by usb_sg_wait().
|
/kernel/linux/linux-5.10/drivers/mmc/host/ |
H A D | vub300.c | 1456 usb_sg_wait(&vub300->sg_request); in __command_read_data() 1573 usb_sg_wait(&vub300->sg_request); in __command_write_data()
|
/kernel/linux/linux-6.6/drivers/mmc/host/ |
H A D | vub300.c | 1454 usb_sg_wait(&vub300->sg_request); in __command_read_data() 1571 usb_sg_wait(&vub300->sg_request); in __command_write_data()
|
/kernel/linux/linux-5.10/drivers/input/touchscreen/ |
H A D | sur40.c | 592 usb_sg_wait(&sgr); in sur40_process_video() 594 dev_err(sur40->dev, "error %d in usb_sg_wait\n", sgr.status); in sur40_process_video()
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | usb.h | 1870 * as request handles passed to usb_sg_wait() or usb_sg_cancel(). Most 1873 * The status and bytecount values are valid only after usb_sg_wait() 1911 void usb_sg_wait(struct usb_sg_request *io);
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | usb.h | 1915 * as request handles passed to usb_sg_wait() or usb_sg_cancel(). Most 1918 * The status and bytecount values are valid only after usb_sg_wait() 1956 void usb_sg_wait(struct usb_sg_request *io);
|
/kernel/linux/linux-6.6/drivers/input/touchscreen/ |
H A D | sur40.c | 592 usb_sg_wait(&sgr); in sur40_process_video() 594 dev_err(sur40->dev, "error %d in usb_sg_wait\n", sgr.status); in sur40_process_video()
|
/kernel/linux/linux-5.10/drivers/usb/misc/ |
H A D | usbtest.c | 628 usb_sg_wait(req); in perform_sglist()
|
/kernel/linux/linux-6.6/drivers/usb/misc/ |
H A D | usbtest.c | 628 usb_sg_wait(req); in perform_sglist()
|
Completed in 37 milliseconds