Searched refs:ep0state (Results 1 - 3 of 3) sorted by relevance

/netgear-R7800-V1.0.2.28/target/linux/ramips/files/drivers/usb/dwc_otg/
H A Ddwc_otg_pcd.h160 ep0state_e ep0state; member in struct:dwc_otg_pcd
H A Ddwc_otg_pcd_intr.c66 switch (pcd->ep0state) {
92 DWC_DEBUGPL(DBG_ANY, "%s(%d)\n", str, pcd->ep0state);
545 if (pcd->ep0state == EP0_DISCONNECT) {
549 pcd->ep0state = EP0_DISCONNECT;
929 if (pcd->ep0state == EP0_DISCONNECT) {
930 pcd->ep0state = EP0_IDLE;
932 else if (pcd->ep0state == EP0_STALL) {
933 pcd->ep0state = EP0_IDLE;
936 pcd->ep0state = EP0_IDLE;
1080 pcd->ep0state
[all...]
H A Ddwc_otg_pcd.c608 switch (pcd->ep0state) {
622 pcd->ep0state = EP0_IN_STATUS_PHASE;
634 pcd->ep0state);
816 ep->pcd->ep0state = EP0_STALL;
826 ep->pcd->ep0state = EP0_STALL;
2166 pcd->ep0state = EP0_DISCONNECT;

Completed in 37 milliseconds