Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/components/usb/private_include/
Dhcd.h362 esp_err_t hcd_pipe_alloc(hcd_port_handle_t port_hdl, const hcd_pipe_config_t *pipe_config, hcd_pipe…
/hal_espressif-3.6.0/components/usb/test/hcd/
Dtest_hcd_common.c240 TEST_ASSERT_EQUAL(ESP_OK, hcd_pipe_alloc(port_hdl, &pipe_config, &pipe_hdl)); in test_hcd_pipe_alloc()
/hal_espressif-3.6.0/components/usb/
Dusbh.c148 ret = hcd_pipe_alloc(port_hdl, &pipe_config, &default_pipe_hdl); in device_alloc()
763 ret = hcd_pipe_alloc(dev_obj->constant.port_hdl, &pipe_config, &pipe_hdl); in usbh_ep_alloc()
Dhcd.c1817 esp_err_t hcd_pipe_alloc(hcd_port_handle_t port_hdl, const hcd_pipe_config_t *pipe_config, hcd_pipe… in hcd_pipe_alloc() function