Searched refs:next_ep0_request (Results 1 – 2 of 2) sorted by relevance
16 #define next_ep0_request(mtu) next_request((mtu)->ep0) macro543 mreq = next_ep0_request(mtu); in ep0_rx_state()586 struct mtu3_request *mreq = next_ep0_request(mtu); in ep0_tx_state()641 mreq = next_ep0_request(mtu); in ep0_read_setup()695 mreq = next_ep0_request(mtu); in ep0_handle_setup()708 mreq = next_ep0_request(mtu); in ep0_handle_setup()768 mreq = next_ep0_request(mtu); in mtu3_ep0_isr()
31 #define next_ep0_request(musb) next_in_request(&(musb)->endpoints[0]) macro477 request = next_ep0_request(musb); in ep0_rxstate()528 struct musb_request *req = next_ep0_request(musb); in ep0_txstate()601 r = next_ep0_request(musb); in musb_read_setup()755 req = next_ep0_request(musb); in musb_g_ep0_irq()
Completed in 5 milliseconds