Searched refs:event_list_mutex (Results 1 – 3 of 3) sorted by relevance
/hal_infineon-3.4.0/wifi-host-driver/WiFi_Host_Driver/src/ |
D | whd_events.c | 212 … res = cy_rtos_get_semaphore(&error_info->event_list_mutex, CY_RTOS_NEVER_TIMEOUT, WHD_FALSE); in whd_set_error_handler_locally() 218 CHECK_RETURN(cy_rtos_set_semaphore(&error_info->event_list_mutex, WHD_FALSE) ); in whd_set_error_handler_locally() 381 res = cy_rtos_get_semaphore(&cdc_bdc_info->event_list_mutex, CY_RTOS_NEVER_TIMEOUT, WHD_FALSE); in whd_management_set_event_handler() 431 CHECK_RETURN(cy_rtos_set_semaphore(&cdc_bdc_info->event_list_mutex, WHD_FALSE) ); in whd_management_set_event_handler() 438 CHECK_RETURN(cy_rtos_set_semaphore(&cdc_bdc_info->event_list_mutex, WHD_FALSE) ); in whd_management_set_event_handler() 476 res = cy_rtos_get_semaphore(&cdc_bdc_info->event_list_mutex, CY_RTOS_NEVER_TIMEOUT, WHD_FALSE); in whd_wifi_set_event_handler() 527 CHECK_RETURN(cy_rtos_set_semaphore(&cdc_bdc_info->event_list_mutex, WHD_FALSE) ); in whd_wifi_set_event_handler() 534 CHECK_RETURN(cy_rtos_set_semaphore(&cdc_bdc_info->event_list_mutex, WHD_FALSE) ); in whd_wifi_set_event_handler()
|
D | whd_cdc_bdc.c | 110 (void)cy_rtos_deinit_semaphore(&cdc_bdc_info->event_list_mutex); in whd_cdc_bdc_info_deinit() 113 (void)cy_rtos_deinit_semaphore(&error_info->event_list_mutex); in whd_cdc_bdc_info_deinit() 140 if (cy_rtos_init_semaphore(&cdc_bdc_info->event_list_mutex, 1, 0) != WHD_SUCCESS) in whd_cdc_bdc_info_init() 146 if (cy_rtos_set_semaphore(&cdc_bdc_info->event_list_mutex, WHD_FALSE) != WHD_SUCCESS) in whd_cdc_bdc_info_init() 156 if (cy_rtos_init_semaphore(&error_info->event_list_mutex, 1, 0) != WHD_SUCCESS) in whd_cdc_bdc_info_init() 161 if (cy_rtos_set_semaphore(&error_info->event_list_mutex, WHD_FALSE) != WHD_SUCCESS) in whd_cdc_bdc_info_init() 706 …if (cy_rtos_get_semaphore(&cdc_bdc_info->event_list_mutex, CY_RTOS_NEVER_TIMEOUT, WHD_FALSE) != WH… in whd_process_bdc_event() 747 result = cy_rtos_set_semaphore(&cdc_bdc_info->event_list_mutex, WHD_FALSE); in whd_process_bdc_event()
|
/hal_infineon-3.4.0/wifi-host-driver/WiFi_Host_Driver/src/include/ |
D | whd_cdc_bdc.h | 112 cy_semaphore_t event_list_mutex; member 141 cy_semaphore_t event_list_mutex; member
|