Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/usb/gadget/udc/
Dbcm63xx_udc.c314 struct usb_request *ep0_reply; member
1161 if (udc->ep0_reply) in bcm63xx_udc_queue()
1164 udc->ep0_reply = req; in bcm63xx_udc_queue()
1416 struct usb_request *req = udc->ep0_reply; in bcm63xx_ep0_nuke_reply()
1418 udc->ep0_reply = NULL; in bcm63xx_ep0_nuke_reply()
1550 } else if (udc->ep0_reply) { in bcm63xx_ep0_do_idle()
1595 if (udc->ep0_reply) { in bcm63xx_ep0_one_round()
1597 udc->ep0_reply); in bcm63xx_ep0_one_round()
1612 udc->ep0_reply = NULL; in bcm63xx_ep0_one_round()
1628 if (udc->ep0_reply) { in bcm63xx_ep0_one_round()
[all …]
/linux-4.1.27/drivers/usb/dwc2/
Dcore.h711 struct usb_request *ep0_reply; member
Dgadget.c938 hsotg->ep0_reply = req; in s3c_hsotg_send_reply()