Searched refs:EP0_STALL (Results 1 - 8 of 8) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/gadget/
H A Ds3c2410_udc.h76 EP0_STALL, enumerator in enum:ep0_state
84 "EP0_STALL",
H A Dpxa25x_udc.h84 EP0_STALL, enumerator in enum:ep0_state
169 "EP0_END_XFER", "EP0_STALL"
H A Dgoku_udc.h238 EP0_STALL, /* data or status stages */ enumerator in enum:ep0state
H A Dimx_udc.h43 EP0_STALL, enumerator in enum:ep0_state
201 "EP0_STALL"
H A Dpxa25x_udc.c847 ep->dev->ep0state = EP0_STALL;
1456 if (dev->ep0state == EP0_STALL
1602 dev->ep0state = EP0_STALL;
1683 case EP0_STALL:
H A Dgoku_udc.c874 ep->dev->ep0state = EP0_STALL;
1081 case EP0_STALL: state = "ep0_stall"; break;
1518 dev->ep0state = EP0_STALL;
1619 * no transition {EP0_STATUS, EP0_STALL} --> EP0_IDLE; saves irqs
H A Dimx_udc.c658 ep0_chg_stat(__func__, imx_usb, EP0_STALL);
H A Ds3c2410_udc.c831 case EP0_STALL:
832 dprintk(DEBUG_NORMAL, "EP0_STALL ... what now?\n");

Completed in 108 milliseconds