Searched refs:mux_protected (Results 1 – 2 of 2) sorted by relevance
/hal_espressif-3.6.0/components/usb/ |
D | usbh.c | 63 } mux_protected; member 87 } mux_protected; member 268 if (dev_obj->mux_protected.ep_in[i] != NULL) { in handle_pipe_halt_and_flush() 269 ESP_ERROR_CHECK(hcd_pipe_command(dev_obj->mux_protected.ep_in[i], HCD_PIPE_CMD_HALT)); in handle_pipe_halt_and_flush() 270 ESP_ERROR_CHECK(hcd_pipe_command(dev_obj->mux_protected.ep_in[i], HCD_PIPE_CMD_FLUSH)); in handle_pipe_halt_and_flush() 272 if (dev_obj->mux_protected.ep_out[i] != NULL) { in handle_pipe_halt_and_flush() 273 ESP_ERROR_CHECK(hcd_pipe_command(dev_obj->mux_protected.ep_out[i], HCD_PIPE_CMD_HALT)); in handle_pipe_halt_and_flush() 274 ESP_ERROR_CHECK(hcd_pipe_command(dev_obj->mux_protected.ep_out[i], HCD_PIPE_CMD_FLUSH)); in handle_pipe_halt_and_flush() 293 p_usbh_obj->mux_protected.num_device--; in handle_dev_free() 294 bool all_free = (p_usbh_obj->mux_protected.num_device == 0); in handle_dev_free() [all …]
|
D | usb_host.c | 79 } mux_protected; member 114 } mux_protected; member 145 } mux_protected; member 236 TAILQ_FOREACH(client_obj, &p_host_lib_obj->mux_protected.client_tailq, dynamic.tailq_entry) { in send_event_msg_to_clients() 376 TAILQ_INIT(&host_lib_obj->mux_protected.client_tailq); in usb_host_install() 635 TAILQ_INIT(&client_obj->mux_protected.interface_tailq); in usb_host_client_register() 647 TAILQ_INSERT_TAIL(&p_host_lib_obj->mux_protected.client_tailq, client_obj, dynamic.tailq_entry); in usb_host_client_register() 697 TAILQ_REMOVE(&p_host_lib_obj->mux_protected.client_tailq, client_obj, dynamic.tailq_entry); in usb_host_client_deregister() 838 TAILQ_FOREACH(intf_obj, &client_obj->mux_protected.interface_tailq, mux_protected.tailq_entry) { in usb_host_device_close() 1019 …TAILQ_INSERT_TAIL(&client_obj->mux_protected.interface_tailq, intf_obj, mux_protected.tailq_entry); in interface_claim() [all …]
|