Home
last modified time | relevance | path

Searched refs:epts (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/u-boot/drivers/usb/gadget/
H A Dci_udc.c155 return &controller.epts[(ep_num * 2) + dir_in]; in ci_get_qh()
891 writel((unsigned long)controller.epts, &udc->epinitaddr); in ci_pullup()
925 controller.epts = memalign(eplist_align, eplist_sz); in ci_udc_probe()
926 if (!controller.epts) in ci_udc_probe()
928 memset(controller.epts, 0, eplist_sz); in ci_udc_probe()
932 free(controller.epts); in ci_udc_probe()
945 head = controller.epts + i; in ci_udc_probe()
994 free(controller.epts); in ci_udc_probe()
1045 free(controller.epts); in usb_gadget_unregister_driver()
H A Dci_udc.h105 struct ept_queue_head *epts; member