Home
last modified time | relevance | path

Searched refs:ept (Results 1 – 7 of 7) sorted by relevance

/lk-master/platform/lpc43xx/
A Dudc.c95 ept = malloc(sizeof(*ept)); in _udc_endpoint_alloc()
106 ept->bit = EPT_TX(ept->num); in _udc_endpoint_alloc()
108 ept->bit = EPT_RX(ept->num); in _udc_endpoint_alloc()
114 ept->head = usb->qh + (num * 2) + (ept->in); in _udc_endpoint_alloc()
120 num, in ? "in":"out", ept, ept->head, max_pkt, ept->bit); in _udc_endpoint_alloc()
267 ept->num, ept->in ? "in" : "out", ept->req); in handle_ept_complete()
387 for (ept = usb->ept_list; ept; ept = ept->next) { in handle_setup()
418 for (ept = usb->ept_list; ept; ept = ept->next) { in handle_setup()
519 for (ept = usb->ept_list; ept; ept = ept->next) { in lpc43xx_USB0_IRQ()
537 for (ept = usb->ept_list; ept; ept = ept->next) { in lpc43xx_USB0_IRQ()
[all …]
A Dudc-common.h70 void udc_ept_desc_fill(udc_endpoint_t *ept, unsigned char *data);
A Dudc-common.c108 udc_ept_desc_fill(g->ept[n], data); in udc_ifc_desc_fill()
/lk-master/dev/include/dev/
A Dudc.h50 int udc_request_queue(udc_endpoint_t *ept, udc_request_t *req);
51 int udc_request_cancel(udc_endpoint_t *ept, udc_request_t *req);
57 void udc_endpoint_free(udc_endpoint_t *ept);
75 udc_endpoint_t **ept; member
/lk-master/app/mdebug/
A Dmdebug.c119 .ept = mdebug_endpoints,
136 void swo_init(udc_endpoint_t *ept);
/lk-master/app/udctest/
A Dudctest.c64 .ept = udctest_endpoints,
/lk-master/app/lpcboot/
A Dlpcboot.c101 .ept = lpcboot_endpoints,

Completed in 9 milliseconds