Home
last modified time | relevance | path

Searched refs:ep0_in_setup (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/usb/dwc3/
H A Dcore.h1004 * @ep0_in_setup: one control transfer is completed and enter setup phase
1180 struct completion ep0_in_setup; member
H A Dgadget.c2723 reinit_completion(&dwc->ep0_in_setup); in dwc3_gadget_soft_disconnect()
2725 ret = wait_for_completion_timeout(&dwc->ep0_in_setup, in dwc3_gadget_soft_disconnect()
4709 init_completion(&dwc->ep0_in_setup); in dwc3_gadget_init()