Searched defs:port_hdl (Results 1 – 4 of 4) sorted by relevance
/hal_espressif-3.6.0/components/usb/test/hcd/ |
D | test_hcd_common.c | 29 hcd_port_handle_t port_hdl; member 50 static bool port_callback(hcd_port_handle_t port_hdl, hcd_port_event_t port_event, void *user_arg, … in port_callback() 94 void test_hcd_expect_port_event(hcd_port_handle_t port_hdl, hcd_port_event_t expected_event) in test_hcd_expect_port_event() 121 int test_hcd_get_num_port_events(hcd_port_handle_t port_hdl) in test_hcd_get_num_port_events() 157 hcd_port_handle_t port_hdl; in test_hcd_setup() local 165 void test_hcd_teardown(hcd_port_handle_t port_hdl) in test_hcd_teardown() 178 usb_speed_t test_hcd_wait_for_conn(hcd_port_handle_t port_hdl) in test_hcd_wait_for_conn() 204 void test_hcd_wait_for_disconn(hcd_port_handle_t port_hdl, bool already_disabled) in test_hcd_wait_for_disconn() 225 hcd_pipe_handle_t test_hcd_pipe_alloc(hcd_port_handle_t port_hdl, const usb_ep_desc_t *ep_desc, uin… in test_hcd_pipe_alloc()
|
/hal_espressif-3.6.0/components/usb/ |
D | hcd.c | 1303 …t hcd_port_init(int port_number, const hcd_port_config_t *port_config, hcd_port_handle_t *port_hdl) in hcd_port_init() 1356 esp_err_t hcd_port_deinit(hcd_port_handle_t port_hdl) in hcd_port_deinit() 1374 esp_err_t hcd_port_command(hcd_port_handle_t port_hdl, hcd_port_cmd_t command) in hcd_port_command() 1415 hcd_port_state_t hcd_port_get_state(hcd_port_handle_t port_hdl) in hcd_port_get_state() 1425 esp_err_t hcd_port_get_speed(hcd_port_handle_t port_hdl, usb_speed_t *speed) in hcd_port_get_speed() 1442 hcd_port_event_t hcd_port_handle_event(hcd_port_handle_t port_hdl) in hcd_port_handle_event() 1477 esp_err_t hcd_port_recover(hcd_port_handle_t port_hdl) in hcd_port_recover() 1500 void *hcd_port_get_context(hcd_port_handle_t port_hdl) in hcd_port_get_context() 1510 esp_err_t hcd_port_set_fifo_bias(hcd_port_handle_t port_hdl, hcd_port_fifo_bias_t bias) in hcd_port_set_fifo_bias() 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()
|
D | usbh.c | 67 hcd_port_handle_t port_hdl; member 129 static esp_err_t device_alloc(hcd_port_handle_t port_hdl, usb_speed_t speed, device_t **dev_obj_ret) in device_alloc() 453 hcd_port_handle_t port_hdl = dev_obj->constant.port_hdl; in usbh_process() local 902 esp_err_t usbh_hub_add_dev(hcd_port_handle_t port_hdl, usb_speed_t dev_speed, usb_device_handle_t *… in usbh_hub_add_dev()
|
D | hub.c | 700 static bool root_port_callback(hcd_port_handle_t port_hdl, hcd_port_event_t port_event, void *user_… in root_port_callback() 718 static void usbh_hub_req_callback(hcd_port_handle_t port_hdl, usbh_hub_req_t hub_req, void *arg) in usbh_hub_req_callback() 889 hcd_port_handle_t port_hdl; in hub_install() local
|