Searched refs:epts (Results 1 – 2 of 2) sorted by relevance
155 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()
105 struct ept_queue_head *epts; member