Searched refs:max3420_do_data (Results 1 – 1 of 1) sorted by relevance
/linux/drivers/usb/gadget/udc/ |
H A D | max3420_udc.c | 684 static int max3420_do_data(struct max3420_udc *udc, int ep_id, int in) in max3420_do_data() function 817 if (epirq & OUT0DAVIRQ && max3420_do_data(udc, 0, 0)) { in max3420_handle_irqs() 822 if (epirq & IN0BAVIRQ && max3420_do_data(udc, 0, 1)) in max3420_handle_irqs() 825 if (epirq & OUT1DAVIRQ && max3420_do_data(udc, 1, 0)) { in max3420_handle_irqs() 830 if (epirq & IN2BAVIRQ && max3420_do_data(udc, 2, 1)) in max3420_handle_irqs() 833 if (epirq & IN3BAVIRQ && max3420_do_data(udc, 3, 1)) in max3420_handle_irqs() 884 max3420_do_data(udc, 0, 1); /* get done with the EP0 ZLP */ in max3420_thread()
|