Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/components/usb/
Dusb_host.c50 typedef struct endpoint_s endpoint_t; typedef
85 endpoint_t *endpoints[0];
338 endpoint_t *ep_obj = (endpoint_t *)user_arg; in pipe_callback()
571 endpoint_t *ep_obj = TAILQ_FIRST(&client_obj->dynamic.pending_ep_tailq); in _handle_pending_ep()
918 …ice_handle_t dev_hdl, const usb_ep_desc_t *ep_desc, interface_t *intf_obj, endpoint_t **ep_obj_ret) in endpoint_alloc()
920 endpoint_t *ep_obj = heap_caps_calloc(1, sizeof(endpoint_t), MALLOC_CAP_DEFAULT); in endpoint_alloc()
950 static void endpoint_free(usb_device_handle_t dev_hdl, endpoint_t *ep_obj) in endpoint_free()
963 …interface_t *intf_obj = heap_caps_calloc(1, sizeof(interface_t) + (sizeof(endpoint_t *) * intf_des… in interface_alloc()
1010 endpoint_t *ep_obj; in interface_claim()
1062 endpoint_t *ep_obj = intf_obj->constant.endpoints[i]; in interface_release()
[all …]