Home
last modified time | relevance | path

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

/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
/linux/drivers/usb/dwc3/
H A Dcore.h1362 unsigned ep0_expect_in:1; member
H A Dgadget.c147 dir = !!dwc->ep0_expect_in; in dwc3_ep0_reset_state()