Home
last modified time | relevance | path

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

/linux/drivers/usb/dwc3/
H A Dep0.c135 direction = !dwc->ep0_expect_in; in __dwc3_gadget_ep0_queue()
180 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()
1104 unsigned int direction = !dwc->ep0_expect_in; in dwc3_ep0_send_delayed_status()
1157 if (dwc->ep0_expect_in != event->endpoint_number) { in dwc3_ep0_xfernotready()
1158 struct dwc3_ep *dep = dwc->eps[dwc->ep0_expect_in]; in dwc3_ep0_xfernotready()
H A Dcore.h1360 unsigned ep0_expect_in:1; member
H A Dgadget.c147 dir = !!dwc->ep0_expect_in; in dwc3_ep0_reset_state()
/linux/drivers/usb/cdns3/
H A Dcdnsp-ep0.c463 pdev->ep0_expect_in = false; in cdnsp_setup_analyze()
466 pdev->ep0_expect_in = !!(ctrl->bRequestType & USB_DIR_IN); in cdnsp_setup_analyze()
H A Dcdnsp-ring.c302 !pdev->ep0_expect_in) in cdnsp_ring_ep_doorbell()
2080 field |= TRB_IOC | (pdev->ep0_expect_in ? 0 : TRB_ISP); in cdnsp_queue_ctrl_tx()
2082 if (pdev->ep0_expect_in) in cdnsp_queue_ctrl_tx()
2098 if (!pdev->ep0_expect_in) in cdnsp_queue_ctrl_tx()
2121 if (preq->request.length > 0 && pdev->ep0_expect_in) in cdnsp_queue_ctrl_tx()
H A Dcdnsp-gadget.h1436 u8 ep0_expect_in; member