Searched refs:clear_ep_rxintr (Results 1 – 2 of 2) sorted by relevance
192 void (*clear_ep_rxintr)(struct musb *musb, int epnum); member591 if (musb->ops->clear_ep_rxintr) in musb_platform_clear_ep_rxintr()592 musb->ops->clear_ep_rxintr(musb, epnum); in musb_platform_clear_ep_rxintr()
707 .clear_ep_rxintr = dsps_musb_clear_ep_rxintr,