Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/usb/dwc3/
H A Dep0.c132 direction = !dwc->ep0_expect_in; in __dwc3_gadget_ep0_queue()
177 direction = dwc->ep0_expect_in; in __dwc3_gadget_ep0_queue()
841 dwc->ep0_expect_in = false; in dwc3_ep0_inspect_setup()
845 dwc->ep0_expect_in = !!(ctrl->bRequestType & USB_DIR_IN); in dwc3_ep0_inspect_setup()
1097 unsigned int direction = !dwc->ep0_expect_in; in dwc3_ep0_send_delayed_status()
1150 if (dwc->ep0_expect_in != event->endpoint_number) { in dwc3_ep0_xfernotready()
1151 struct dwc3_ep *dep = dwc->eps[dwc->ep0_expect_in]; in dwc3_ep0_xfernotready()
H A Dcore.h1279 unsigned ep0_expect_in:1; member
H A Dgadget.c4055 dir = !!dwc->ep0_expect_in; in dwc3_gadget_disconnect_interrupt()
4118 dir = !!dwc->ep0_expect_in; in dwc3_gadget_reset_interrupt()
/OK3568_Linux_fs/u-boot/drivers/usb/dwc3/
H A Dep0.c155 direction = !dwc->ep0_expect_in; in __dwc3_gadget_ep0_queue()
202 direction = dwc->ep0_expect_in; in __dwc3_gadget_ep0_queue()
749 dwc->ep0_expect_in = false; in dwc3_ep0_inspect_setup()
753 dwc->ep0_expect_in = !!(ctrl->bRequestType & USB_DIR_IN); in dwc3_ep0_inspect_setup()
1061 if (dwc->ep0_expect_in != event->endpoint_number) { in dwc3_ep0_xfernotready()
1062 struct dwc3_ep *dep = dwc->eps[dwc->ep0_expect_in]; in dwc3_ep0_xfernotready()
H A Dcore.h816 unsigned ep0_expect_in:1; member