Home
last modified time | relevance | path

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

/linux/drivers/usb/dwc3/
H A Dep0.c43 trb = &dwc->ep0_trb[dep->trb_enqueue]; in dwc3_ep0_prepare_one_trb()
829 struct usb_ctrlrequest *ctrl = (void *) dwc->ep0_trb; in dwc3_ep0_inspect_setup()
878 trb = dwc->ep0_trb; in dwc3_ep0_complete_data()
929 trb = dwc->ep0_trb; in dwc3_ep0_complete_status()
1020 req->trb = &dwc->ep0_trb[dep->trb_enqueue - 1]; in __dwc3_ep0_do_control_data()
1042 req->trb = &dwc->ep0_trb[dep->trb_enqueue - 1]; in __dwc3_ep0_do_control_data()
1062 req->trb = &dwc->ep0_trb[dep->trb_enqueue]; in __dwc3_ep0_do_control_data()
H A Dgadget.c2216 trb = &dwc->ep0_trb[dep->trb_enqueue]; in __dwc3_gadget_ep_set_halt()
4710 dwc->ep0_trb = dma_alloc_coherent(dwc->sysdev, in dwc3_gadget_init()
4711 sizeof(*dwc->ep0_trb) * 2, in dwc3_gadget_init()
4713 if (!dwc->ep0_trb) { in dwc3_gadget_init()
4814 dma_free_coherent(dwc->sysdev, sizeof(*dwc->ep0_trb) * 2, in dwc3_gadget_init()
4815 dwc->ep0_trb, dwc->ep0_trb_addr); in dwc3_gadget_init()
4836 dma_free_coherent(dwc->sysdev, sizeof(*dwc->ep0_trb) * 2, in dwc3_gadget_exit()
4837 dwc->ep0_trb, dwc->ep0_trb_addr); in dwc3_gadget_exit()
H A Dcore.h1186 struct dwc3_trb *ep0_trb; member