Lines Matching refs:ep0_reply
334 struct usb_request *ep0_reply; member
1182 if (udc->ep0_reply) in bcm63xx_udc_queue()
1185 udc->ep0_reply = req; in bcm63xx_udc_queue()
1437 struct usb_request *req = udc->ep0_reply; in bcm63xx_ep0_nuke_reply()
1439 udc->ep0_reply = NULL; in bcm63xx_ep0_nuke_reply()
1571 } else if (udc->ep0_reply) { in bcm63xx_ep0_do_idle()
1616 if (udc->ep0_reply) { in bcm63xx_ep0_one_round()
1618 udc->ep0_reply); in bcm63xx_ep0_one_round()
1633 udc->ep0_reply = NULL; in bcm63xx_ep0_one_round()
1649 if (udc->ep0_reply) { in bcm63xx_ep0_one_round()
1651 udc->ep0_reply); in bcm63xx_ep0_one_round()
1660 udc->ep0_reply = NULL; in bcm63xx_ep0_one_round()
1706 struct usb_request *r = udc->ep0_reply; in bcm63xx_ep0_one_round()
1715 udc->ep0_reply = NULL; in bcm63xx_ep0_one_round()
2155 udc->ep0_reply ? "reply " : ""); in bcm63xx_usbd_dbg_show()