Lines Matching refs:mux_protected
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()
1047 …TAILQ_FOREACH(intf_obj_iter, &client_obj->mux_protected.interface_tailq, mux_protected.tailq_entry… in interface_release()
1081 TAILQ_REMOVE(&client_obj->mux_protected.interface_tailq, intf_obj, mux_protected.tailq_entry); in interface_release()