Home
last modified time | relevance | path

Searched refs:ep0_reply (Results 1 – 3 of 3) sorted by relevance

/Linux-v4.19/drivers/usb/gadget/udc/
Dbcm63xx_udc.c327 struct usb_request *ep0_reply; member
1170 if (udc->ep0_reply) in bcm63xx_udc_queue()
1173 udc->ep0_reply = req; in bcm63xx_udc_queue()
1425 struct usb_request *req = udc->ep0_reply; in bcm63xx_ep0_nuke_reply()
1427 udc->ep0_reply = NULL; in bcm63xx_ep0_nuke_reply()
1559 } else if (udc->ep0_reply) { in bcm63xx_ep0_do_idle()
1604 if (udc->ep0_reply) { in bcm63xx_ep0_one_round()
1606 udc->ep0_reply); in bcm63xx_ep0_one_round()
1621 udc->ep0_reply = NULL; in bcm63xx_ep0_one_round()
1637 if (udc->ep0_reply) { in bcm63xx_ep0_one_round()
[all …]
/Linux-v4.19/drivers/usb/dwc2/
Dcore.h1143 struct usb_request *ep0_reply; member
Dgadget.c1509 hsotg->ep0_reply = req; in dwc2_hsotg_send_reply()