Searched defs:pipe_hdl (Results 1 – 5 of 5) sorted by relevance
/hal_espressif-3.6.0/components/usb/test/hcd/ |
D | test_hcd_common.c | 34 hcd_pipe_handle_t pipe_hdl; member 75 static bool pipe_callback(hcd_pipe_handle_t pipe_hdl, hcd_pipe_event_t pipe_event, void *user_arg, … in pipe_callback() 108 void test_hcd_expect_pipe_event(hcd_pipe_handle_t pipe_hdl, hcd_pipe_event_t expected_event) in test_hcd_expect_pipe_event() 129 int test_hcd_get_num_pipe_events(hcd_pipe_handle_t pipe_hdl) in test_hcd_get_num_pipe_events() 239 hcd_pipe_handle_t pipe_hdl; in test_hcd_pipe_alloc() local 245 void test_hcd_pipe_free(hcd_pipe_handle_t pipe_hdl) in test_hcd_pipe_free()
|
/hal_espressif-3.6.0/components/usb/ |
D | hcd.c | 1817 …lloc(hcd_port_handle_t port_hdl, const hcd_pipe_config_t *pipe_config, hcd_pipe_handle_t *pipe_hdl) in hcd_pipe_alloc() 1908 esp_err_t hcd_pipe_free(hcd_pipe_handle_t pipe_hdl) in hcd_pipe_free() 1932 esp_err_t hcd_pipe_update_mps(hcd_pipe_handle_t pipe_hdl, int mps) in hcd_pipe_update_mps() 1948 esp_err_t hcd_pipe_update_dev_addr(hcd_pipe_handle_t pipe_hdl, uint8_t dev_addr) in hcd_pipe_update_dev_addr() 1964 esp_err_t hcd_pipe_update_callback(hcd_pipe_handle_t pipe_hdl, hcd_pipe_callback_t callback, void *… in hcd_pipe_update_callback() 1979 esp_err_t hcd_pipe_set_persist_reset(hcd_pipe_handle_t pipe_hdl) in hcd_pipe_set_persist_reset() 1993 void *hcd_pipe_get_context(hcd_pipe_handle_t pipe_hdl) in hcd_pipe_get_context() 2003 hcd_pipe_state_t hcd_pipe_get_state(hcd_pipe_handle_t pipe_hdl) in hcd_pipe_get_state() 2013 esp_err_t hcd_pipe_command(hcd_pipe_handle_t pipe_hdl, hcd_pipe_cmd_t command) in hcd_pipe_command() 2044 hcd_pipe_event_t hcd_pipe_get_event(hcd_pipe_handle_t pipe_hdl) in hcd_pipe_get_event() [all …]
|
D | usbh.c | 215 static bool default_pipe_callback(hcd_pipe_handle_t pipe_hdl, hcd_pipe_event_t pipe_event, void *us… in default_pipe_callback() 762 hcd_pipe_handle_t pipe_hdl; in usbh_ep_alloc() local 815 hcd_pipe_handle_t pipe_hdl; in usbh_ep_free() local 858 hcd_pipe_handle_t pipe_hdl; in usbh_ep_get_context() local
|
D | usb_host.c | 69 hcd_pipe_handle_t pipe_hdl; member 336 static bool pipe_callback(hcd_pipe_handle_t pipe_hdl, hcd_pipe_event_t pipe_event, void *user_arg, … in pipe_callback() 931 hcd_pipe_handle_t pipe_hdl; in endpoint_alloc() local
|
D | hub.c | 709 static bool enum_dflt_pipe_callback(hcd_pipe_handle_t pipe_hdl, hcd_pipe_event_t pipe_event, void *… in enum_dflt_pipe_callback()
|