Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/usb/dwc3/
Dep0.c132 direction = !dwc->ep0_expect_in; in __dwc3_gadget_ep0_queue()
177 direction = dwc->ep0_expect_in; in __dwc3_gadget_ep0_queue()
829 dwc->ep0_expect_in = false; in dwc3_ep0_inspect_setup()
833 dwc->ep0_expect_in = !!(ctrl->bRequestType & USB_DIR_IN); in dwc3_ep0_inspect_setup()
1085 unsigned int direction = !dwc->ep0_expect_in; in dwc3_ep0_send_delayed_status()
1135 if (dwc->ep0_expect_in != event->endpoint_number) { in dwc3_ep0_xfernotready()
1136 struct dwc3_ep *dep = dwc->eps[dwc->ep0_expect_in]; in dwc3_ep0_xfernotready()
Dcore.h1285 unsigned ep0_expect_in:1; member
Dgadget.c3816 dir = !!dwc->ep0_expect_in; in dwc3_gadget_disconnect_interrupt()
3879 dir = !!dwc->ep0_expect_in; in dwc3_gadget_reset_interrupt()
/Linux-v6.1/drivers/usb/cdns3/
Dcdnsp-ep0.c466 pdev->ep0_expect_in = false; in cdnsp_setup_analyze()
469 pdev->ep0_expect_in = !!(ctrl->bRequestType & USB_DIR_IN); in cdnsp_setup_analyze()
Dcdnsp-ring.c302 !pdev->ep0_expect_in) in cdnsp_ring_ep_doorbell()
2027 if (pdev->ep0_expect_in) in cdnsp_queue_ctrl_tx()
2039 if (pdev->ep0_expect_in) in cdnsp_queue_ctrl_tx()
2061 if (preq->request.length > 0 && pdev->ep0_expect_in) in cdnsp_queue_ctrl_tx()
Dcdnsp-gadget.h1419 u8 ep0_expect_in; member