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

/linux-master/drivers/usb/dwc3/
H A Dep0.c134 direction = !dwc->ep0_expect_in;
179 direction = dwc->ep0_expect_in;
837 dwc->ep0_expect_in = false;
841 dwc->ep0_expect_in = !!(ctrl->bRequestType & USB_DIR_IN);
1093 unsigned int direction = !dwc->ep0_expect_in;
1143 if (dwc->ep0_expect_in != event->endpoint_number) {
1144 struct dwc3_ep *dep = dwc->eps[dwc->ep0_expect_in];
H A Dcore.h1076 * @ep0_expect_in: true when we expect a DATA IN transfer
1316 unsigned ep0_expect_in:1; member in struct:dwc3
H A Dgadget.c147 dir = !!dwc->ep0_expect_in;
/linux-master/drivers/usb/cdns3/
H A Dcdnsp-ep0.c451 pdev->ep0_expect_in = false;
454 pdev->ep0_expect_in = !!(ctrl->bRequestType & USB_DIR_IN);
H A Dcdnsp-ring.c302 !pdev->ep0_expect_in)
2047 field |= TRB_IOC | (pdev->ep0_expect_in ? 0 : TRB_ISP);
2049 if (pdev->ep0_expect_in)
2065 if (!pdev->ep0_expect_in)
2088 if (preq->request.length > 0 && pdev->ep0_expect_in)
H A Dcdnsp-gadget.h1361 * @ep0_expect_in: Data IN expected for control transfer.
1417 u8 ep0_expect_in; member in struct:cdnsp_device

Completed in 276 milliseconds