Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/usb/dwc3/
Dep0.c132 direction = !dwc->ep0_expect_in; in __dwc3_gadget_ep0_queue()
177 direction = dwc->ep0_expect_in; in __dwc3_gadget_ep0_queue()
803 dwc->ep0_expect_in = false; in dwc3_ep0_inspect_setup()
807 dwc->ep0_expect_in = !!(ctrl->bRequestType & USB_DIR_IN); in dwc3_ep0_inspect_setup()
1059 unsigned int direction = !dwc->ep0_expect_in; in dwc3_ep0_send_delayed_status()
1101 if (dwc->ep0_expect_in != event->endpoint_number) { in dwc3_ep0_xfernotready()
1102 struct dwc3_ep *dep = dwc->eps[dwc->ep0_expect_in]; in dwc3_ep0_xfernotready()
Dcore.h1216 unsigned ep0_expect_in:1; member