Searched refs:handle_ep0 (Results 1 - 4 of 4) sorted by relevance

/drivers/usb/gadget/
H A Dimx_udc.c558 static int handle_ep0(struct imx_ep_struct *imx_ep) function
839 ret = handle_ep0(imx_ep);
1185 * We call handle_ep0() only if a request is queued for ep0.
1188 handle_ep0(imx_ep);
H A Dat91_udc.c1271 static void handle_ep0(struct at91_udc *udc) function
1491 handle_ep0(udc);
H A Dpxa25x_udc.c1443 static void handle_ep0 (struct pxa25x_udc *dev) function
1791 handle_ep0(dev);
H A Dpxa27x_udc.c1990 * handle_ep0 - Handle control endpoint data transfers
2007 * The remaining standard requests really handled by handle_ep0 are :
2037 static void handle_ep0(struct pxa_udc *udc, int fifo_irq, int opc_irq) function
2251 handle_ep0(udc, !!(udcisr0 & UDCICR_FIFOERR),

Completed in 126 milliseconds