Home
last modified time | relevance | path

Searched refs:OSA_SemaphoreDestroy (Results 1 – 14 of 14) sorted by relevance

/hal_nxp-latest/mcux/middleware/wifi_nxp/port/osa/
Dosa.c138 (void)OSA_SemaphoreDestroy((osa_semaphore_handle_t)lock->rw_lock);
/hal_nxp-latest/mcux/middleware/wireless/framework_5.3.3/OSAbstraction/Interface/
Dfsl_os_abstraction.h341 osaStatus_t OSA_SemaphoreDestroy(osaSemaphoreId_t semId);
/hal_nxp-latest/mcux/middleware/wifi_nxp/wifidriver/
Dwifi.c2111 … (void)OSA_SemaphoreDestroy((osa_semaphore_handle_t)mlan_adap->priv[i]->rx_reorder_tbl_lock); in wifi_core_deinit()
2132 (void)OSA_SemaphoreDestroy((osa_semaphore_handle_t)txbuf_sem); in wifi_core_deinit()
2138 (void)OSA_SemaphoreDestroy((osa_semaphore_handle_t)wm_wifi.command_resp_sem); in wifi_core_deinit()
2141 (void)OSA_SemaphoreDestroy((osa_semaphore_handle_t)wm_wifi.tx_data_sem); in wifi_core_deinit()
2160 (void)OSA_SemaphoreDestroy((osa_semaphore_handle_t)csi_buff_stat.csi_data_sem); in wifi_core_deinit()
2163 (void)OSA_SemaphoreDestroy((osa_semaphore_handle_t)ecsa_status_control.ecsa_sem); in wifi_core_deinit()
Dmlan_init.c493 OSA_SemaphoreDestroy((osa_semaphore_handle_t)priv->rx_reorder_tbl_lock); in wlan_init_lock_list()
Dwifi-sdio.c307 status = OSA_SemaphoreDestroy((osa_semaphore_handle_t)sdio_command_resp_sem); in wlan_deinit_struct()
Dmlan_glue.c538 if (OSA_SemaphoreDestroy((osa_semaphore_handle_t)plock) != KOSA_StatusSuccess) in wrapper_moal_free_semaphore()
/hal_nxp-latest/mcux/mcux-sdk/components/osa/
Dfsl_os_abstraction.h773 osa_status_t OSA_SemaphoreDestroy(osa_semaphore_handle_t semaphoreHandle);
Dfsl_os_abstraction_threadx.c515 osa_status_t OSA_SemaphoreDestroy(osa_semaphore_handle_t semaphoreHandle) in OSA_SemaphoreDestroy() function
Dfsl_os_abstraction_zephyr.c926 osa_status_t OSA_SemaphoreDestroy(osa_semaphore_handle_t semaphoreHandle) in OSA_SemaphoreDestroy() function
Dfsl_os_abstraction_free_rtos.c579 osa_status_t OSA_SemaphoreDestroy(osa_semaphore_handle_t semaphoreHandle) in OSA_SemaphoreDestroy() function
Dfsl_os_abstraction_bm.c710 osa_status_t OSA_SemaphoreDestroy(osa_semaphore_handle_t semaphoreHandle) in OSA_SemaphoreDestroy() function
/hal_nxp-latest/mcux/mcux-sdk/components/timer_manager/
Dfsl_component_timer_manager.c644 (void)OSA_SemaphoreDestroy((osa_semaphore_handle_t)s_timermanager.halTimerTaskSemaphoreHandle); in TM_Deinit()
/hal_nxp-latest/mcux/middleware/wifi_nxp/wlcmgr/
Dwlan.c8032 OSA_SemaphoreDestroy((osa_semaphore_handle_t)wlan.scan_lock); in wlan_start()
8068 OSA_SemaphoreDestroy((osa_semaphore_handle_t)wlan.scan_lock); in wlan_start()
8098 OSA_SemaphoreDestroy((osa_semaphore_handle_t)wlan.scan_lock); in wlan_start()
8284 status = OSA_SemaphoreDestroy((osa_semaphore_handle_t)wlan.scan_lock); in wlan_stop()
8389 OSA_SemaphoreDestroy((osa_semaphore_handle_t)wakelock); in wlan_stop()
8392 (void)OSA_SemaphoreDestroy((osa_semaphore_handle_t)wls_csi_sem); in wlan_stop()
8430 OSA_SemaphoreDestroy((osa_semaphore_handle_t)uapsd_sem); in wlan_stop()
10494 OSA_SemaphoreDestroy((osa_semaphore_handle_t)wlan_wps.wps_scan_done); in wlan_destroy_all_tasks()
12383 (void)OSA_SemaphoreDestroy((osa_semaphore_handle_t)wlan_dtim_sem); in wlan_get_dtim_period()
12394 (void)OSA_SemaphoreDestroy((osa_semaphore_handle_t)wlan_dtim_sem); in wlan_get_dtim_period()
/hal_nxp-latest/mcux/mcux-sdk/components/serial_manager/
Dfsl_component_serial_manager.c1564 (void)OSA_SemaphoreDestroy((osa_event_handle_t)serHandle->serSemaphore);