Searched refs:hcd_pipe_alloc (Results 1 – 4 of 4) sorted by relevance
/hal_espressif-3.6.0/components/usb/private_include/ |
D | hcd.h | 362 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/ |
D | test_hcd_common.c | 240 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/ |
D | usbh.c | 148 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()
|
D | hcd.c | 1817 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
|