Lines Matching full:ep0
44 ast_vhub_ep0_handle_ack(&d->ep0, true); in ast_vhub_dev_irq()
46 ast_vhub_ep0_handle_ack(&d->ep0, false); in ast_vhub_dev_irq()
48 ast_vhub_ep0_handle_setup(&d->ep0); in ast_vhub_dev_irq()
58 /* Cleanup EP0 state */ in ast_vhub_dev_enable()
61 /* Enable device and its EP0 interrupts */ in ast_vhub_dev_enable()
76 /* Set EP0 DMA buffer address */ in ast_vhub_dev_enable()
77 writel(d->ep0.buf_dma, d->regs + AST_VHUB_DEV_EP0_DATA); in ast_vhub_dev_enable()
172 return ast_vhub_simple_reply(&d->ep0, st0, 0); in ast_vhub_dev_status()
197 return ast_vhub_simple_reply(&d->ep0, st0, 0); in ast_vhub_ep_status()
386 /* Only EP0 can be a control endpoint */ in ast_vhub_udc_match_ep()
548 ast_vhub_init_ep0(vhub, &d->ep0, d); in ast_vhub_init_dev()
580 d->gadget.ep0 = &d->ep0.ep; in ast_vhub_init_dev()