Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/usb/gadget/udc/
H A Dbcm63xx_udc.c328 struct usb_request *ep0_reply; member
1171 if (udc->ep0_reply) in bcm63xx_udc_queue()
1174 udc->ep0_reply = req; in bcm63xx_udc_queue()
1426 struct usb_request *req = udc->ep0_reply; in bcm63xx_ep0_nuke_reply()
1428 udc->ep0_reply = NULL; in bcm63xx_ep0_nuke_reply()
1560 } else if (udc->ep0_reply) { in bcm63xx_ep0_do_idle()
1605 if (udc->ep0_reply) { in bcm63xx_ep0_one_round()
1607 udc->ep0_reply); in bcm63xx_ep0_one_round()
1622 udc->ep0_reply = NULL; in bcm63xx_ep0_one_round()
1638 if (udc->ep0_reply) { in bcm63xx_ep0_one_round()
[all …]
/OK3568_Linux_fs/kernel/drivers/usb/dwc2/
H A Dcore.h1196 struct usb_request *ep0_reply; member
H A Dgadget.c1653 hsotg->ep0_reply = req; in dwc2_hsotg_send_reply()