Searched refs:ep0_expect_in (Results 1 – 2 of 2) sorted by relevance
163 direction = !dwc->ep0_expect_in; in __dwc3_gadget_ep0_queue()211 direction = dwc->ep0_expect_in; in __dwc3_gadget_ep0_queue()763 dwc->ep0_expect_in = false; in dwc3_ep0_inspect_setup()767 dwc->ep0_expect_in = !!(ctrl->bRequestType & USB_DIR_IN); in dwc3_ep0_inspect_setup()1076 if (dwc->ep0_expect_in != event->endpoint_number) { in dwc3_ep0_xfernotready()1077 struct dwc3_ep *dep = dwc->eps[dwc->ep0_expect_in]; in dwc3_ep0_xfernotready()
847 unsigned ep0_expect_in:1; member