Searched refs:usbh_ep_alloc (Results 1 – 3 of 3) sorted by relevance
286 esp_err_t usbh_ep_alloc(usb_device_handle_t dev_hdl, usbh_ep_config_t *ep_config, hcd_pipe_handle_t…
747 esp_err_t usbh_ep_alloc(usb_device_handle_t dev_hdl, usbh_ep_config_t *ep_config, hcd_pipe_handle_t… in usbh_ep_alloc() function
932 ret = usbh_ep_alloc(dev_hdl, &ep_config, &pipe_hdl); in endpoint_alloc()