Searched refs:hcd_pipe_free (Results 1 – 4 of 4) sorted by relevance
376 esp_err_t hcd_pipe_free(hcd_pipe_handle_t pipe_hdl);
189 ESP_ERROR_CHECK(hcd_pipe_free(dev_obj->constant.default_pipe)); in device_free()802 ESP_ERROR_CHECK(hcd_pipe_free(pipe_hdl)); in usbh_ep_alloc()841 ESP_ERROR_CHECK(hcd_pipe_free(pipe_hdl)); in usbh_ep_free()
1908 esp_err_t hcd_pipe_free(hcd_pipe_handle_t pipe_hdl) in hcd_pipe_free() function
251 TEST_ASSERT_EQUAL(ESP_OK, hcd_pipe_free(pipe_hdl)); in test_hcd_pipe_free()