Searched refs:UDC_USB_RESET (Results 1 - 4 of 4) 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 Domap_udc.h60 # define UDC_USB_RESET (1 << 5) macro
H A Domap_udc.c1787 if (change & (UDC_USB_RESET|UDC_ATT)) {
1815 if (change & UDC_USB_RESET) {
1816 if (devstat & UDC_USB_RESET) {
1826 change &= ~UDC_USB_RESET;
2448 (tmp & UDC_USB_RESET) ? " usb_reset" : "",
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/usb/gadget/
H A Domap_udc.h60 # define UDC_USB_RESET (1 << 5) macro
H A Domap_udc.c1787 if (change & (UDC_USB_RESET|UDC_ATT)) {
1815 if (change & UDC_USB_RESET) {
1816 if (devstat & UDC_USB_RESET) {
1826 change &= ~UDC_USB_RESET;
2448 (tmp & UDC_USB_RESET) ? " usb_reset" : "",

Completed in 73 milliseconds