Searched refs:ep0_expect_in (Results 1 – 5 of 5) 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()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()
1279 unsigned ep0_expect_in:1; member
4055 dir = !!dwc->ep0_expect_in; in dwc3_gadget_disconnect_interrupt()4118 dir = !!dwc->ep0_expect_in; in dwc3_gadget_reset_interrupt()
155 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()
816 unsigned ep0_expect_in:1; member