Searched refs:ep0_expect_in (Results 1 – 2 of 2) sorted by relevance
132 direction = !dwc->ep0_expect_in; in __dwc3_gadget_ep0_queue()177 direction = dwc->ep0_expect_in; in __dwc3_gadget_ep0_queue()791 dwc->ep0_expect_in = false; in dwc3_ep0_inspect_setup()795 dwc->ep0_expect_in = !!(ctrl->bRequestType & USB_DIR_IN); in dwc3_ep0_inspect_setup()1070 if (dwc->ep0_expect_in != event->endpoint_number) { in dwc3_ep0_xfernotready()1071 struct dwc3_ep *dep = dwc->eps[dwc->ep0_expect_in]; in dwc3_ep0_xfernotready()
1138 unsigned ep0_expect_in:1; member