Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/usb/gadget/
H A Dci_udc.c158 return &controller.epts[(ep_num * 2) + dir_in]; in ci_get_qh()
896 writel((unsigned long)controller.epts, &udc->epinitaddr); in ci_pullup()
931 controller.epts = memalign(eplist_align, eplist_sz); in ci_udc_probe()
932 if (!controller.epts) in ci_udc_probe()
934 memset(controller.epts, 0, eplist_sz); in ci_udc_probe()
938 free(controller.epts); in ci_udc_probe()
951 head = controller.epts + i; in ci_udc_probe()
1000 free(controller.epts); in ci_udc_probe()
1051 free(controller.epts); in usb_gadget_unregister_driver()
H A Dci_udc.h105 struct ept_queue_head *epts; member