Searched refs:EP0_FIFO_SIZE (Results 1 - 14 of 14) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/usb/gadget/
H A Ds3c2410_udc.h50 #define EP0_FIFO_SIZE 8 macro
H A Dpxa27x_udc.h264 #define USB_EP_CTRL USB_EP_DEF(0, "ep0", 0, 0, EP0_FIFO_SIZE)
289 #define PXA_EP_CTRL PXA_EP_DEF(0, 0, 0, 0, EP0_FIFO_SIZE, 0, 0, 0)
409 #define EP0_FIFO_SIZE 16U macro
H A Dpxa25x_udc.h87 #define EP0_FIFO_SIZE ((unsigned)16) macro
H A Datmel_usba_udc.h215 #define EP0_FIFO_SIZE 64 macro
H A Dpxa25x_udc.c489 count = write_packet(&UDDR0, req, EP0_FIFO_SIZE);
493 is_short = (count != EP0_FIFO_SIZE);
508 if (count >= EP0_FIFO_SIZE) {
1874 .maxpacket = EP0_FIFO_SIZE,
H A Dpxa27x_udc.c1071 count = write_packet(ep, req, EP0_FIFO_SIZE);
1074 is_short = (count < EP0_FIFO_SIZE);
1075 is_last = ((count == 0) || (count < EP0_FIFO_SIZE));
H A Ds3c2410_udc.c1742 .maxpacket = EP0_FIFO_SIZE,
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/usb/gadget/
H A Ds3c2410_udc.h50 #define EP0_FIFO_SIZE 8 macro
H A Dpxa27x_udc.h264 #define USB_EP_CTRL USB_EP_DEF(0, "ep0", 0, 0, EP0_FIFO_SIZE)
289 #define PXA_EP_CTRL PXA_EP_DEF(0, 0, 0, 0, EP0_FIFO_SIZE, 0, 0, 0)
409 #define EP0_FIFO_SIZE 16U macro
H A Dpxa25x_udc.h87 #define EP0_FIFO_SIZE ((unsigned)16) macro
H A Datmel_usba_udc.h215 #define EP0_FIFO_SIZE 64 macro
H A Dpxa25x_udc.c489 count = write_packet(&UDDR0, req, EP0_FIFO_SIZE);
493 is_short = (count != EP0_FIFO_SIZE);
508 if (count >= EP0_FIFO_SIZE) {
1874 .maxpacket = EP0_FIFO_SIZE,
H A Dpxa27x_udc.c1071 count = write_packet(ep, req, EP0_FIFO_SIZE);
1074 is_short = (count < EP0_FIFO_SIZE);
1075 is_last = ((count == 0) || (count < EP0_FIFO_SIZE));
H A Ds3c2410_udc.c1742 .maxpacket = EP0_FIFO_SIZE,

Completed in 212 milliseconds