Home
last modified time | relevance | path

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

/linux/tools/usb/ffs-aio-example/simple/device_app/
H A Daio_simple.c182 static void handle_ep0(int ep0, bool *ready) in handle_ep0() function
312 handle_ep0(ep0, &ready); in main()
/linux/tools/usb/ffs-aio-example/multibuff/device_app/
H A Daio_multibuff.c176 static void handle_ep0(int ep0, bool *ready) in handle_ep0() function
317 handle_ep0(ep0, &ready); in main()
/linux/drivers/usb/gadget/udc/
H A Dpxa27x_udc.c1949 static void handle_ep0(struct pxa_udc *udc, int fifo_irq, int opc_irq) in handle_ep0() function
2163 handle_ep0(udc, !!(udcisr0 & UDCICR_FIFOERR), in irq_handle_data()