Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/usb/dwc3/
H A Dep0.c132 direction = !dwc->ep0_expect_in; in __dwc3_gadget_ep0_queue()
177 direction = dwc->ep0_expect_in; in __dwc3_gadget_ep0_queue()
809 dwc->ep0_expect_in = false; in dwc3_ep0_inspect_setup()
813 dwc->ep0_expect_in = !!(ctrl->bRequestType & USB_DIR_IN); in dwc3_ep0_inspect_setup()
1065 unsigned int direction = !dwc->ep0_expect_in; in dwc3_ep0_send_delayed_status()
1107 if (dwc->ep0_expect_in != event->endpoint_number) { in dwc3_ep0_xfernotready()
1108 struct dwc3_ep *dep = dwc->eps[dwc->ep0_expect_in]; in dwc3_ep0_xfernotready()
H A Dcore.h1013 * @ep0_expect_in: true when we expect a DATA IN transfer
1222 unsigned ep0_expect_in:1; member
/kernel/linux/linux-6.6/drivers/usb/dwc3/
H A Dep0.c134 direction = !dwc->ep0_expect_in; in __dwc3_gadget_ep0_queue()
179 direction = dwc->ep0_expect_in; in __dwc3_gadget_ep0_queue()
835 dwc->ep0_expect_in = false; in dwc3_ep0_inspect_setup()
839 dwc->ep0_expect_in = !!(ctrl->bRequestType & USB_DIR_IN); in dwc3_ep0_inspect_setup()
1091 unsigned int direction = !dwc->ep0_expect_in; in dwc3_ep0_send_delayed_status()
1141 if (dwc->ep0_expect_in != event->endpoint_number) { in dwc3_ep0_xfernotready()
1142 struct dwc3_ep *dep = dwc->eps[dwc->ep0_expect_in]; in dwc3_ep0_xfernotready()
H A Dcore.h1068 * @ep0_expect_in: true when we expect a DATA IN transfer
1302 unsigned ep0_expect_in:1; member
H A Dgadget.c147 dir = !!dwc->ep0_expect_in; in dwc3_ep0_reset_state()
/kernel/linux/linux-6.6/drivers/usb/cdns3/
H A Dcdnsp-ep0.c451 pdev->ep0_expect_in = false; in cdnsp_setup_analyze()
454 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()
2047 field |= TRB_IOC | (pdev->ep0_expect_in ? 0 : TRB_ISP); in cdnsp_queue_ctrl_tx()
2049 if (pdev->ep0_expect_in) in cdnsp_queue_ctrl_tx()
2065 if (!pdev->ep0_expect_in) in cdnsp_queue_ctrl_tx()
2088 if (preq->request.length > 0 && pdev->ep0_expect_in) in cdnsp_queue_ctrl_tx()
H A Dcdnsp-gadget.h1363 * @ep0_expect_in: Data IN expected for control transfer.
1419 u8 ep0_expect_in; member

Completed in 22 milliseconds