ep0_expect_in 1194 drivers/usb/dwc3/core.h unsigned ep0_expect_in:1; ep0_expect_in 132 drivers/usb/dwc3/ep0.c direction = !dwc->ep0_expect_in; ep0_expect_in 177 drivers/usb/dwc3/ep0.c direction = dwc->ep0_expect_in; ep0_expect_in 798 drivers/usb/dwc3/ep0.c dwc->ep0_expect_in = false; ep0_expect_in 802 drivers/usb/dwc3/ep0.c dwc->ep0_expect_in = !!(ctrl->bRequestType & USB_DIR_IN); ep0_expect_in 1077 drivers/usb/dwc3/ep0.c if (dwc->ep0_expect_in != event->endpoint_number) { ep0_expect_in 1078 drivers/usb/dwc3/ep0.c struct dwc3_ep *dep = dwc->eps[dwc->ep0_expect_in];