Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/usb/dwc3/
H A Dep0.c41 trb = &dwc->ep0_trb[dep->trb_enqueue]; in dwc3_ep0_prepare_one_trb()
828 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.c2269 trb = &dwc->ep0_trb[dep->trb_enqueue]; in __dwc3_gadget_ep_set_halt()
4685 dwc->ep0_trb = dma_alloc_coherent(dwc->sysdev, in dwc3_gadget_init()
4686 sizeof(*dwc->ep0_trb) * 2, in dwc3_gadget_init()
4688 if (!dwc->ep0_trb) { in dwc3_gadget_init()
4784 dma_free_coherent(dwc->sysdev, sizeof(*dwc->ep0_trb) * 2, in dwc3_gadget_init()
4785 dwc->ep0_trb, dwc->ep0_trb_addr); in dwc3_gadget_init()
4804 dma_free_coherent(dwc->sysdev, sizeof(*dwc->ep0_trb) * 2, in dwc3_gadget_exit()
4805 dwc->ep0_trb, dwc->ep0_trb_addr); in dwc3_gadget_exit()
H A Dcore.h1116 struct dwc3_trb *ep0_trb; member
/OK3568_Linux_fs/u-boot/drivers/usb/dwc3/
H A Dep0.c65 trb = &dwc->ep0_trb[dep->free_slot]; in dwc3_ep0_start_trans()
790 trb = dwc->ep0_trb; in dwc3_ep0_complete_data()
875 trb = dwc->ep0_trb; in dwc3_ep0_complete_status()
H A Dgadget.c2597 dwc->ep0_trb = dma_alloc_coherent(sizeof(*dwc->ep0_trb) * 2, in dwc3_gadget_init()
2599 if (!dwc->ep0_trb) { in dwc3_gadget_init()
2656 dma_free_coherent(dwc->ep0_trb); in dwc3_gadget_init()
2677 dma_free_coherent(dwc->ep0_trb); in dwc3_gadget_exit()
H A Dcore.h724 struct dwc3_trb *ep0_trb; member