Home
last modified time | relevance | path

Searched refs:ep0_state (Results 1 – 5 of 5) sorted by relevance

/rk3399_rockchip-uboot/drivers/usb/musb-new/
H A Dmusb_gadget_ep0.c494 musb->ep0_state = MUSB_EP0_STAGE_STATUSIN; in ep0_rxstate()
550 musb->ep0_state = MUSB_EP0_STAGE_STATUSOUT; in ep0_txstate()
615 musb->ep0_state = MUSB_EP0_STAGE_ACKWAIT; in musb_read_setup()
617 musb->ep0_state = MUSB_EP0_STAGE_TX; in musb_read_setup()
624 musb->ep0_state = MUSB_EP0_STAGE_RX; in musb_read_setup()
661 decode_ep0stage(musb->ep0_state)); in musb_g_ep0_irq()
676 musb->ep0_state = MUSB_EP0_STAGE_IDLE; in musb_g_ep0_irq()
685 switch (musb->ep0_state) { in musb_g_ep0_irq()
687 musb->ep0_state = MUSB_EP0_STAGE_STATUSOUT; in musb_g_ep0_irq()
690 musb->ep0_state = MUSB_EP0_STAGE_STATUSIN; in musb_g_ep0_irq()
[all …]
H A Dmusb_core.h428 enum musb_g_ep0_state ep0_state; member
H A Dmusb_gadget.c2284 musb->ep0_state = MUSB_EP0_STAGE_SETUP; in musb_g_reset()
/rk3399_rockchip-uboot/drivers/usb/musb/
H A Dmusb_udc.c66 if ((s) != ep0_state) { \
71 ep0_state_strings[ep0_state],\
75 ep0_state = s; \
94 } ep0_state = IDLE; variable
379 (ep0_state != SET_ADDRESS)) { in musb_peri_ep0_idle()
598 if (SET_ADDRESS == ep0_state) in musb_peri_ep0()
619 if (IDLE == ep0_state) in musb_peri_ep0()
622 if (TX == ep0_state) in musb_peri_ep0()
625 if (RX == ep0_state) in musb_peri_ep0()
772 if (ep0_state != SET_ADDRESS) { in udc_irq()
/rk3399_rockchip-uboot/drivers/usb/gadget/
H A Dpxa25x_udc.h78 enum ep0_state { enum
122 enum ep0_state ep0state;