Searched refs:ep0_expect_in (Results 1 – 2 of 2) sorted by relevance
154 direction = !dwc->ep0_expect_in; in __dwc3_gadget_ep0_queue()201 direction = dwc->ep0_expect_in; in __dwc3_gadget_ep0_queue()745 dwc->ep0_expect_in = false; in dwc3_ep0_inspect_setup()749 dwc->ep0_expect_in = !!(ctrl->bRequestType & USB_DIR_IN); in dwc3_ep0_inspect_setup()1057 if (dwc->ep0_expect_in != event->endpoint_number) { in dwc3_ep0_xfernotready()1058 struct dwc3_ep *dep = dwc->eps[dwc->ep0_expect_in]; in dwc3_ep0_xfernotready()
793 unsigned ep0_expect_in:1; member