Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/usb/gadget/udc/
H A Dmax3420_udc.c688 static int max3420_do_data(struct max3420_udc *udc, int ep_id, int in) in max3420_do_data() function
821 if (epirq & OUT0DAVIRQ && max3420_do_data(udc, 0, 0)) { in max3420_handle_irqs()
826 if (epirq & IN0BAVIRQ && max3420_do_data(udc, 0, 1)) in max3420_handle_irqs()
829 if (epirq & OUT1DAVIRQ && max3420_do_data(udc, 1, 0)) { in max3420_handle_irqs()
834 if (epirq & IN2BAVIRQ && max3420_do_data(udc, 2, 1)) in max3420_handle_irqs()
837 if (epirq & IN3BAVIRQ && max3420_do_data(udc, 3, 1)) in max3420_handle_irqs()
888 max3420_do_data(udc, 0, 1); /* get done with the EP0 ZLP */ in max3420_thread()