Searched refs:ep0_expect_in (Results 1 – 5 of 5) sorted by relevance
463 pdev->ep0_expect_in = false; in cdnsp_setup_analyze()466 pdev->ep0_expect_in = !!(ctrl->bRequestType & USB_DIR_IN); in cdnsp_setup_analyze()
302 !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()
1436 u8 ep0_expect_in; member
1362 unsigned ep0_expect_in:1; member
147 dir = !!dwc->ep0_expect_in; in dwc3_ep0_reset_state()