Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/components/usb/
Dusb_host.c71 interface_t *intf_obj; member
339 client_t *client_obj = (client_t *)ep_obj->constant.intf_obj->constant.client_obj; in pipe_callback()
837 interface_t *intf_obj; in usb_host_device_close() local
838 TAILQ_FOREACH(intf_obj, &client_obj->mux_protected.interface_tailq, mux_protected.tailq_entry) { in usb_host_device_close()
839 if (intf_obj->constant.dev_hdl == dev_hdl) { in usb_host_device_close()
918 …usb_device_handle_t dev_hdl, const usb_ep_desc_t *ep_desc, interface_t *intf_obj, endpoint_t **ep_… in endpoint_alloc() argument
939 ep_obj->constant.intf_obj = intf_obj; in endpoint_alloc()
963 …interface_t *intf_obj = heap_caps_calloc(1, sizeof(interface_t) + (sizeof(endpoint_t *) * intf_des… in interface_alloc() local
964 if (intf_obj == NULL) { in interface_alloc()
967 intf_obj->constant.intf_desc = intf_desc; in interface_alloc()
[all …]