Home
last modified time | relevance | path

Searched refs:ep0_expect_in (Results 1 – 2 of 2) sorted by relevance

/linux-4.1.27/drivers/usb/dwc3/
Dep0.c153 direction = !dwc->ep0_expect_in; in __dwc3_gadget_ep0_queue()
201 direction = dwc->ep0_expect_in; in __dwc3_gadget_ep0_queue()
753 dwc->ep0_expect_in = false; in dwc3_ep0_inspect_setup()
757 dwc->ep0_expect_in = !!(ctrl->bRequestType & USB_DIR_IN); in dwc3_ep0_inspect_setup()
1044 if (dwc->ep0_expect_in != event->endpoint_number) { in dwc3_ep0_xfernotready()
1045 struct dwc3_ep *dep = dwc->eps[dwc->ep0_expect_in]; in dwc3_ep0_xfernotready()
Dcore.h823 unsigned ep0_expect_in:1; member