Home
last modified time | relevance | path

Searched refs:ep0_trb (Results 1 – 3 of 3) sorted by relevance

/linux-6.15/drivers/usb/dwc3/
H A Dep0.c43 trb = &dwc->ep0_trb[dep->trb_enqueue]; in dwc3_ep0_prepare_one_trb()
826 struct usb_ctrlrequest *ctrl = (void *) dwc->ep0_trb; in dwc3_ep0_inspect_setup()
875 trb = dwc->ep0_trb; in dwc3_ep0_complete_data()
926 trb = dwc->ep0_trb; in dwc3_ep0_complete_status()
1017 req->trb = &dwc->ep0_trb[dep->trb_enqueue - 1]; in __dwc3_ep0_do_control_data()
1039 req->trb = &dwc->ep0_trb[dep->trb_enqueue - 1]; in __dwc3_ep0_do_control_data()
1059 req->trb = &dwc->ep0_trb[dep->trb_enqueue]; in __dwc3_ep0_do_control_data()
H A Dgadget.c2207 trb = &dwc->ep0_trb[dep->trb_enqueue]; in __dwc3_gadget_ep_set_halt()
4689 dwc->ep0_trb = dma_alloc_coherent(dwc->sysdev, in dwc3_gadget_init()
4690 sizeof(*dwc->ep0_trb) * 2, in dwc3_gadget_init()
4692 if (!dwc->ep0_trb) { in dwc3_gadget_init()
4793 dma_free_coherent(dwc->sysdev, sizeof(*dwc->ep0_trb) * 2, in dwc3_gadget_init()
4794 dwc->ep0_trb, dwc->ep0_trb_addr); in dwc3_gadget_init()
4814 dma_free_coherent(dwc->sysdev, sizeof(*dwc->ep0_trb) * 2, in dwc3_gadget_exit()
4815 dwc->ep0_trb, dwc->ep0_trb_addr); in dwc3_gadget_exit()
H A Dcore.h1173 struct dwc3_trb *ep0_trb; member