Searched refs:p_host_lib_obj (Results 1 – 1 of 1) sorted by relevance
154 static host_lib_t *p_host_lib_obj = NULL; variable207 …if (!p_host_lib_obj->dynamic.flags.process_pending && !p_host_lib_obj->dynamic.flags.handling_even… in _unblock_lib()208 p_host_lib_obj->dynamic.flags.process_pending = 1; in _unblock_lib()219 xSemaphoreGiveFromISR(p_host_lib_obj->constant.event_sem, &xTaskWoken); in _unblock_lib()222 xSemaphoreGive(p_host_lib_obj->constant.event_sem); in _unblock_lib()233 xSemaphoreTake(p_host_lib_obj->constant.mux_lock, portMAX_DELAY); in send_event_msg_to_clients()236 TAILQ_FOREACH(client_obj, &p_host_lib_obj->mux_protected.client_tailq, dynamic.tailq_entry) { in send_event_msg_to_clients()256 xSemaphoreGive(p_host_lib_obj->constant.mux_lock); in send_event_msg_to_clients()269 p_host_lib_obj->dynamic.process_pending_flags |= PROCESS_PENDING_FLAG_USBH; in notif_callback()272 p_host_lib_obj->dynamic.process_pending_flags |= PROCESS_PENDING_FLAG_HUB; in notif_callback()[all …]