Searched refs:udc_endpoint_t (Results 1 – 7 of 7) sorted by relevance
38 typedef struct udc_endpoint udc_endpoint_t; typedef50 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);56 udc_endpoint_t *udc_endpoint_alloc(unsigned type, unsigned maxpkt);57 void udc_endpoint_free(udc_endpoint_t *ept);75 udc_endpoint_t **ept;
44 udc_endpoint_t *ep0in;45 udc_endpoint_t *ep0out;50 udc_endpoint_t *ept_list;71 udc_endpoint_t *next;90 static udc_endpoint_t *_udc_endpoint_alloc(usb_t *usb, in _udc_endpoint_alloc()92 udc_endpoint_t *ept; in _udc_endpoint_alloc()126 udc_endpoint_t *ept; in udc_endpoint_alloc()153 static void endpoint_flush(usb_t *usb, udc_endpoint_t *ept) { in endpoint_flush()164 static void endpoint_reset(usb_t *usb, udc_endpoint_t *ept) { in endpoint_reset()410 udc_endpoint_t *ept; in handle_setup()[all …]
70 void udc_ept_desc_fill(udc_endpoint_t *ept, unsigned char *data);
41 static udc_endpoint_t *txept;42 static udc_endpoint_t *rxept;111 static udc_endpoint_t *mdebug_endpoints[2];136 void swo_init(udc_endpoint_t *ept);
51 static udc_endpoint_t *txept;82 void swo_init(udc_endpoint_t *_txept) { in swo_init()
19 udc_endpoint_t *txept;20 udc_endpoint_t *rxept;55 static udc_endpoint_t *udctest_endpoints[2];
39 static udc_endpoint_t *txept;40 static udc_endpoint_t *rxept;93 static udc_endpoint_t *lpcboot_endpoints[2];
Completed in 11 milliseconds