Searched refs:hcd_port_init (Results 1 – 4 of 4) sorted by relevance
229 esp_err_t hcd_port_init(int port_number, const hcd_port_config_t *port_config, hcd_port_handle_t *p…
158 TEST_ASSERT_EQUAL(ESP_OK, hcd_port_init(PORT_NUM, &port_config, &port_hdl)); in test_hcd_setup()
890 ret = hcd_port_init(HUB_ROOT_PORT_NUM, &port_config, &port_hdl); in hub_install()
1303 esp_err_t hcd_port_init(int port_number, const hcd_port_config_t *port_config, hcd_port_handle_t *p… in hcd_port_init() function