Home
last modified time | relevance | path

Searched refs:OSA_SemaphorePost (Results 1 – 20 of 20) sorted by relevance

/hal_nxp-latest/mcux/middleware/wifi_nxp/port/osa/
Dosa.c53 OSA_SemaphorePost((osa_semaphore_handle_t)plock->rw_lock);
112 (void)OSA_SemaphorePost((osa_semaphore_handle_t)lock->rw_lock);
131 (void)OSA_SemaphorePost((osa_semaphore_handle_t)lock->rw_lock);
/hal_nxp-latest/mcux/middleware/wifi_nxp/wifidriver/
Dwifi.c187 ret = OSA_SemaphorePost((osa_semaphore_handle_t)wakelock); in wakelock_get()
271 return OSA_SemaphorePost((osa_semaphore_handle_t)wm_wifi.command_resp_sem); in wifi_put_command_resp_sem()
1296 OSA_SemaphorePost((osa_semaphore_handle_t)uapsd_sem); in wifi_wait_for_cmdresp()
1938 OSA_SemaphorePost((osa_semaphore_handle_t)wm_wifi.command_resp_sem); in wifi_core_init()
2025 OSA_SemaphorePost((osa_semaphore_handle_t)wm_wifi.tx_data_sem); in wifi_core_init()
2063 OSA_SemaphorePost((osa_semaphore_handle_t)csi_buff_stat.csi_data_sem); in wifi_core_init()
2629 OSA_SemaphorePost((osa_semaphore_handle_t)os_mem_stat_sem); in wifi_register_data_input_callback()
2667 OSA_SemaphorePost((osa_semaphore_handle_t)os_mem_stat_sem); in wifi_register_gen_pbuf_from_data2_callback()
4009 OSA_SemaphorePost((osa_semaphore_handle_t)uapsd_sem); in wifi_drv_tx_task()
4019 OSA_SemaphorePost((osa_semaphore_handle_t)uapsd_sem); in wifi_drv_tx_task()
[all …]
Dmlan_sta_event.c99 OSA_SemaphorePost((osa_semaphore_handle_t)uapsd_sem); in wlan_reset_connect_state()
Dmlan_init.c462 OSA_SemaphorePost((osa_semaphore_handle_t)priv->rx_reorder_tbl_lock); in wlan_init_lock_list()
Dwifi-sdio.c225 return OSA_SemaphorePost((osa_semaphore_handle_t)sdio_command_resp_sem); in wifi_sdio_put_command_resp_sem()
2070 OSA_SemaphorePost((osa_semaphore_handle_t)txbuf_sem); in wlan_interrupt()
Dmlan_11n_rxreorder.c364 OSA_SemaphorePost((osa_semaphore_handle_t)priv->rx_reorder_tbl_lock); in wlan_11n_delete_rxreorder_tbl_entry()
Dwifi-imu.c1545 OSA_SemaphorePost((osa_semaphore_handle_t)txbuf_sem); in rpmsg_ctrl_handler()
Dmlan_glue.c529 OSA_SemaphorePost((osa_semaphore_handle_t)plock); in wrapper_moal_init_semaphore()
557 if (OSA_SemaphorePost((osa_semaphore_handle_t)plock) != KOSA_StatusSuccess) in wrapper_moal_semaphore_put()
5665 OSA_SemaphorePost((osa_semaphore_handle_t)uapsd_sem); in wifi_handle_fw_event()
Dmlan_api.c5300 OSA_SemaphorePost((osa_semaphore_handle_t)ecsa_status_control.ecsa_sem); in wifi_put_ecsa_sem()
/hal_nxp-latest/mcux/mcux-sdk/components/serial_manager/
Dfsl_component_serial_manager.c786 (void)OSA_SemaphorePost((osa_semaphore_handle_t)serHandle->serSemaphore);
808 (void)OSA_SemaphorePost((osa_semaphore_handle_t)serHandle->serSemaphore);
856 (void)OSA_SemaphorePost((osa_semaphore_handle_t)serHandle->serSemaphore);
942 (void)OSA_SemaphorePost((osa_semaphore_handle_t)serHandle->serSemaphore);
968 (void)OSA_SemaphorePost((osa_semaphore_handle_t)serHandle->serSemaphore);
1091 (void)OSA_SemaphorePost((osa_semaphore_handle_t)serHandle->serSemaphore);
1813 …(void)OSA_SemaphorePost((osa_semaphore_handle_t)serialWriteHandle->serialManagerHandle->serSemapho…
1879 …(void)OSA_SemaphorePost((osa_semaphore_handle_t)serialWriteHandle->serialManagerHandle->serSemapho…
/hal_nxp-latest/mcux/middleware/wireless/framework_5.3.3/OSAbstraction/Interface/
Dfsl_os_abstraction.h373 osaStatus_t OSA_SemaphorePost(osaSemaphoreId_t semId);
/hal_nxp-latest/mcux/middleware/wifi_nxp/wlcmgr/
Dwlan.c3052 (void)OSA_SemaphorePost((osa_semaphore_handle_t)wlan.scan_lock); in wlcm_process_scan_result_event()
3099 (void)OSA_SemaphorePost((osa_semaphore_handle_t)wlan.scan_lock); in wlcm_process_scan_result_event()
3670 (void)OSA_SemaphorePost((osa_semaphore_handle_t)wlan.scan_lock); in wlcm_process_association_event()
3678 (void)OSA_SemaphorePost((osa_semaphore_handle_t)wlan.scan_lock); in wlcm_process_association_event()
6201 (void)OSA_SemaphorePost((osa_semaphore_handle_t)wlan.scan_lock); in wlcm_request_scan()
6222 (void)OSA_SemaphorePost((osa_semaphore_handle_t)wlan.scan_lock); in wlcm_request_scan()
6283 (void)OSA_SemaphorePost((osa_semaphore_handle_t)wlan.scan_lock); in wlcm_request_scan()
6413 (void)OSA_SemaphorePost((osa_semaphore_handle_t)wlan.scan_lock); in wlcm_request_disconnect()
6545 (void)OSA_SemaphorePost((osa_semaphore_handle_t)wlan.scan_lock); in wlcm_request_connect()
6707 status = OSA_SemaphorePost((osa_semaphore_handle_t)wls_csi_sem); in wifi_put_wls_csi_sem()
[all …]
/hal_nxp-latest/mcux/mcux-sdk/components/osa/
Dfsl_os_abstraction.h805 osa_status_t OSA_SemaphorePost(osa_semaphore_handle_t semaphoreHandle);
Dfsl_os_abstraction_threadx.c580 osa_status_t OSA_SemaphorePost(osa_semaphore_handle_t semaphoreHandle) in OSA_SemaphorePost() function
Dfsl_os_abstraction_zephyr.c962 osa_status_t OSA_SemaphorePost(osa_semaphore_handle_t semaphoreHandle) in OSA_SemaphorePost() function
Dfsl_os_abstraction_free_rtos.c636 osa_status_t OSA_SemaphorePost(osa_semaphore_handle_t semaphoreHandle) in OSA_SemaphorePost() function
Dfsl_os_abstraction_bm.c807 osa_status_t OSA_SemaphorePost(osa_semaphore_handle_t semaphoreHandle) in OSA_SemaphorePost() function
/hal_nxp-latest/mcux/mcux-sdk/components/timer_manager/
Dfsl_component_timer_manager.c272 (void)OSA_SemaphorePost((osa_semaphore_handle_t)s_timermanager.halTimerTaskSemaphoreHandle); in NotifyTimersTask()
/hal_nxp-latest/mcux/mcux-sdk/components/rpmsg/
Dfsl_adapter_rfimu.c221 OSA_SemaphorePost(gdmaSemHandle); in HAL_ImuGdmaCopyData()
/hal_nxp-latest/mcux/mcux-sdk/components/imu_adapter/
Dfsl_adapter_imu.c224 OSA_SemaphorePost(gdmaSemHandle); in HAL_ImuGdmaCopyData()