Lines Matching refs:ep0_reply
314 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()
1630 udc->ep0_reply); in bcm63xx_ep0_one_round()
1639 udc->ep0_reply = NULL; in bcm63xx_ep0_one_round()
1685 struct usb_request *r = udc->ep0_reply; in bcm63xx_ep0_one_round()
1694 udc->ep0_reply = NULL; in bcm63xx_ep0_one_round()
2134 udc->ep0_reply ? "reply " : ""); in bcm63xx_usbd_dbg_show()