Home
last modified time | relevance | path

Searched refs:ep0req_completion (Results 1 - 8 of 8) sorted by relevance

/kernel/linux/linux-5.10/drivers/usb/gadget/function/
H A Du_fs.h176 struct completion ep0req_completion; /* P: mutex */ member
H A Du_generic.h225 struct completion ep0req_completion; /* P: mutex */ member
H A Df_generic.c266 complete(&ffs->ep0req_completion); in ffs_ep0_complete()
309 reinit_completion(&ffs->ep0req_completion);
315 ret = wait_for_completion_interruptible(&ffs->ep0req_completion);
649 reinit_completion(&ffs->ep0req_completion); in ffs_ep0_iorw()
661 ret = wait_for_completion_interruptible_timeout(&ffs->ep0req_completion, io_data->timeout); in ffs_ep0_iorw()
670 wait_for_completion(&ffs->ep0req_completion); in ffs_ep0_iorw()
675 wait_for_completion(&ffs->ep0req_completion); in ffs_ep0_iorw()
679 ret = wait_for_completion_interruptible(&ffs->ep0req_completion); in ffs_ep0_iorw()
682 wait_for_completion(&ffs->ep0req_completion); in ffs_ep0_iorw()
1619 swait_active(&ffs->ep0req_completion in ffs_data_put()
[all...]
H A Df_fs.c272 complete(&ffs->ep0req_completion); in ffs_ep0_complete()
301 reinit_completion(&ffs->ep0req_completion);
307 ret = wait_for_completion_interruptible(&ffs->ep0req_completion);
1712 swait_active(&ffs->ep0req_completion.wait) || in ffs_data_put()
1776 init_completion(&ffs->ep0req_completion); in ffs_data_new()
/kernel/linux/linux-6.6/drivers/usb/gadget/function/
H A Du_fs.h174 struct completion ep0req_completion; /* P: mutex */ member
H A Du_generic.h225 struct completion ep0req_completion; /* P: mutex */ member
H A Df_generic.c267 complete(&ffs->ep0req_completion); in ffs_ep0_complete()
310 reinit_completion(&ffs->ep0req_completion);
316 ret = wait_for_completion_interruptible(&ffs->ep0req_completion);
650 reinit_completion(&ffs->ep0req_completion); in ffs_ep0_iorw()
662 ret = wait_for_completion_interruptible_timeout(&ffs->ep0req_completion, io_data->timeout); in ffs_ep0_iorw()
671 wait_for_completion(&ffs->ep0req_completion); in ffs_ep0_iorw()
676 wait_for_completion(&ffs->ep0req_completion); in ffs_ep0_iorw()
680 ret = wait_for_completion_interruptible(&ffs->ep0req_completion); in ffs_ep0_iorw()
683 wait_for_completion(&ffs->ep0req_completion); in ffs_ep0_iorw()
1621 swait_active(&ffs->ep0req_completion in ffs_data_put()
[all...]
H A Df_fs.c273 complete(&ffs->ep0req_completion); in ffs_ep0_complete()
302 reinit_completion(&ffs->ep0req_completion);
308 ret = wait_for_completion_interruptible(&ffs->ep0req_completion);
1671 swait_active(&ffs->ep0req_completion.wait) || in ffs_data_put()
1731 init_completion(&ffs->ep0req_completion); in ffs_data_new()

Completed in 17 milliseconds