Lines Matching refs:ep0_reply
327 struct usb_request *ep0_reply; member
1168 if (udc->ep0_reply) in bcm63xx_udc_queue()
1171 udc->ep0_reply = req; in bcm63xx_udc_queue()
1423 struct usb_request *req = udc->ep0_reply; in bcm63xx_ep0_nuke_reply()
1425 udc->ep0_reply = NULL; in bcm63xx_ep0_nuke_reply()
1557 } else if (udc->ep0_reply) { in bcm63xx_ep0_do_idle()
1602 if (udc->ep0_reply) { in bcm63xx_ep0_one_round()
1604 udc->ep0_reply); in bcm63xx_ep0_one_round()
1619 udc->ep0_reply = NULL; in bcm63xx_ep0_one_round()
1635 if (udc->ep0_reply) { in bcm63xx_ep0_one_round()
1637 udc->ep0_reply); in bcm63xx_ep0_one_round()
1646 udc->ep0_reply = NULL; in bcm63xx_ep0_one_round()
1692 struct usb_request *r = udc->ep0_reply; in bcm63xx_ep0_one_round()
1701 udc->ep0_reply = NULL; in bcm63xx_ep0_one_round()
2141 udc->ep0_reply ? "reply " : ""); in bcm63xx_usbd_dbg_show()