Searched refs:hcd_port_deinit (Results 1 – 5 of 5) sorted by relevance
241 esp_err_t hcd_port_deinit(hcd_port_handle_t port_hdl);
915 ESP_ERROR_CHECK(hcd_port_deinit(port_hdl)); in hub_install()931 ESP_ERROR_CHECK(hcd_port_deinit(hub_driver_obj->constant.root_port_hdl)); in hub_uninstall()
140 …nt's responsibility to ensure that events and pipes are cleared before calling `hcd_port_deinit()`.
1356 esp_err_t hcd_port_deinit(hcd_port_handle_t port_hdl) in hcd_port_deinit() function
171 TEST_ASSERT_EQUAL(ESP_OK, hcd_port_deinit(port_hdl)); in test_hcd_teardown()