Searched refs:clear_ep_rxintr (Results 1 – 2 of 2) sorted by relevance
183 void (*clear_ep_rxintr)(struct musb *musb, int epnum); member579 if (musb->ops->clear_ep_rxintr) in musb_platform_clear_ep_rxintr()580 musb->ops->clear_ep_rxintr(musb, epnum); in musb_platform_clear_ep_rxintr()
706 .clear_ep_rxintr = dsps_musb_clear_ep_rxintr,