Lines Matching full:ep0
38 ast_vhub_ep0_handle_ack(&d->ep0, true); in ast_vhub_dev_irq()
40 ast_vhub_ep0_handle_ack(&d->ep0, false); in ast_vhub_dev_irq()
42 ast_vhub_ep0_handle_setup(&d->ep0); in ast_vhub_dev_irq()
52 /* Cleanup EP0 state */ in ast_vhub_dev_enable()
55 /* Enable device and its EP0 interrupts */ in ast_vhub_dev_enable()
70 /* Set EP0 DMA buffer address */ in ast_vhub_dev_enable()
71 writel(d->ep0.buf_dma, d->regs + AST_VHUB_DEV_EP0_DATA); in ast_vhub_dev_enable()
177 return ast_vhub_simple_reply(&d->ep0, st0, 0); in ast_vhub_dev_status()
202 return ast_vhub_simple_reply(&d->ep0, st0, 0); in ast_vhub_ep_status()
391 /* Only EP0 can be a control endpoint */ in ast_vhub_udc_match_ep()
553 ast_vhub_init_ep0(vhub, &d->ep0, d); in ast_vhub_init_dev()
585 d->gadget.ep0 = &d->ep0.ep; in ast_vhub_init_dev()