Home
last modified time | relevance | path

Searched refs:osaWaitForever_c (Results 1 – 25 of 157) sorted by relevance

1234567

/hal_nxp-latest/mcux/middleware/wifi_nxp/port/osa/
Dmem_pool.c127 OSA_MutexLock((osa_mutex_handle_t)MemPool->Lock, osaWaitForever_c); in OSA_MemoryPoolAllocate()
158 OSA_MutexLock((osa_mutex_handle_t)MemPool->Lock, osaWaitForever_c); in OSA_MemoryPoolFree()
Dosa.c62 osa_status_t status = OSA_MutexLock((osa_mutex_handle_t)lock->reader_mutex, osaWaitForever_c);
101 osa_status_t status = OSA_MutexLock((osa_mutex_handle_t)lock->reader_mutex, osaWaitForever_c);
/hal_nxp-latest/mcux/mcux-sdk/components/osa/
Dfsl_os_abstraction_threadx.c550 if (millisec == osaWaitForever_c) in OSA_SemaphoreWait()
634 if (millisec == osaWaitForever_c) in OSA_MutexLock()
837 if (millisec == osaWaitForever_c) in OSA_EventWait()
966 if (millisec == osaWaitForever_c) in OSA_MsgQGet()
Dfsl_os_abstraction_free_rtos.c608 if (millisec == osaWaitForever_c) in OSA_SemaphoreWait()
723 if (millisec == osaWaitForever_c) in OSA_MutexLock()
973 if (millisec == osaWaitForever_c) in OSA_EventWait()
1120 if (millisec == osaWaitForever_c) in OSA_MsgQGet()
Dfsl_os_abstraction_bm.c779 else if (millisec != osaWaitForever_c) /* If don't wait forever, start the timer */ in OSA_SemaphoreWait()
913 else if (millisec != osaWaitForever_c) /* If dont't wait forever, start timer. */ in OSA_MutexLock()
1158 else if (millisec != osaWaitForever_c) /* If no timeout, don't start the timer */ in OSA_EventWait()
1348 else if (millisec != osaWaitForever_c) /* If no timeout, don't start the timer */ in OSA_MsgQGet()
/hal_nxp-latest/mcux/mcux-sdk/components/rpmsg/
Dfsl_adapter_rfimu.c215 if (KOSA_StatusSuccess == OSA_SemaphoreWait(gdmaSemHandle, osaWaitForever_c)) in HAL_ImuGdmaCopyData()
220 …OSA_EventWait((osa_event_handle_t)gdmaFlagsRef, HAL_GDMA_DONE_EVENT, 0, osaWaitForever_c, &Events); in HAL_ImuGdmaCopyData()
1354 …)OSA_EventWait((osa_event_handle_t)ImuQFlagsRef, IMU_EVENT_TRIGGERS, 0, osaWaitForever_c, &Events); in HAL_ImuMain()
1407 …SA_EventWait((osa_event_handle_t)ImuQ13FlagsRef, IMU_EVENT_TRIGGERS, 0, osaWaitForever_c, &Events); in HAL_ImuMainCpu13()
1456 …SA_EventWait((osa_event_handle_t)ImuQ23FlagsRef, IMU_EVENT_TRIGGERS, 0, osaWaitForever_c, &Events); in HAL_ImuMainCpu23()
1776 osaWaitForever_c, &Events); in HAL_RpmsgInit()
1783 … RPMSG_EVENT_ENDPOINT_QUERY_RSP << imuHandle->imuLink, 0, osaWaitForever_c, &Events); in HAL_RpmsgInit()
2184 status = OSA_MutexLock((osa_mutex_handle_t)imu_task_lock, osaWaitForever_c); in HAL_ImuGetTaskLock()
/hal_nxp-latest/mcux/mcux-sdk/components/imu_adapter/
Dfsl_adapter_imu.c218 if (KOSA_StatusSuccess == OSA_SemaphoreWait(gdmaSemHandle, osaWaitForever_c)) in HAL_ImuGdmaCopyData()
223 …OSA_EventWait((osa_event_handle_t)gdmaFlagsRef, HAL_GDMA_DONE_EVENT, 0, osaWaitForever_c, &Events); in HAL_ImuGdmaCopyData()
1357 …)OSA_EventWait((osa_event_handle_t)ImuQFlagsRef, IMU_EVENT_TRIGGERS, 0, osaWaitForever_c, &Events); in HAL_ImuMain()
1410 …SA_EventWait((osa_event_handle_t)ImuQ13FlagsRef, IMU_EVENT_TRIGGERS, 0, osaWaitForever_c, &Events); in HAL_ImuMainCpu13()
1459 …SA_EventWait((osa_event_handle_t)ImuQ23FlagsRef, IMU_EVENT_TRIGGERS, 0, osaWaitForever_c, &Events); in HAL_ImuMainCpu23()
1779 osaWaitForever_c, &Events); in HAL_ImumcInit()
1786 … IMUMC_EVENT_ENDPOINT_QUERY_RSP << imuHandle->imuLink, 0, osaWaitForever_c, &Events); in HAL_ImumcInit()
2187 status = OSA_MutexLock((osa_mutex_handle_t)imu_task_lock, osaWaitForever_c); in HAL_ImuGetTaskLock()
/hal_nxp-latest/mcux/middleware/wifi_nxp/wifidriver/
Dwifi.c283 status = OSA_MutexLock((osa_mutex_handle_t)wm_wifi.command_lock, osaWaitForever_c); in wifi_get_command_lock()
314 status = OSA_MutexLock((osa_mutex_handle_t)wm_wifi.mcastf_mutex, osaWaitForever_c); in wifi_get_mcastf_lock()
1222 OSA_SemaphoreWait((osa_semaphore_handle_t)uapsd_sem, osaWaitForever_c); in wifi_wait_for_cmdresp()
1729 status = OSA_MsgQGet((osa_msgq_handle_t)wm_wifi.io_events, &msg, osaWaitForever_c); in wifi_drv_task()
1784 (void)OSA_TaskNotifyGet(osaWaitForever_c); in wifi_core_task()
1839 (void)OSA_TaskNotifyGet(osaWaitForever_c); in wifi_scan_task()
1875 status = OSA_MsgQGet((osa_msgq_handle_t)wm_wifi.powersave_queue, &msg, osaWaitForever_c); in wifi_powersave_task()
1949 (void)wifi_get_command_resp_sem(osaWaitForever_c); in wifi_core_init()
3447 (void)OSA_MutexLock((osa_mutex_handle_t)sleep_rwlock.write_mutex, osaWaitForever_c); in wifi_tx_card_awake_lock()
3932 status = OSA_MsgQGet((osa_msgq_handle_t)wm_wifi.tx_data, &msg, osaWaitForever_c); in wifi_drv_tx_task()
[all …]
Dwifi_pwrmgr.c378 (void)OSA_MutexLock((osa_mutex_handle_t)sleep_rwlock.write_mutex, osaWaitForever_c); in send_sleep_confirm_command()
603 int ret = OSA_RWLockWriteLock(&sleep_rwlock, osaWaitForever_c); in wifi_process_ps_enh_response()
Dwifi-imu.c188 return OSA_MutexLock((osa_mutex_handle_t)txrx_mutex, osaWaitForever_c); in wifi_imu_lock()
1264 OSA_SemaphoreWait((osa_semaphore_handle_t)uapsd_sem, osaWaitForever_c); in wlan_xmit_wmm_pkt()
1362 OSA_SemaphoreWait((osa_semaphore_handle_t)uapsd_sem, osaWaitForever_c); in wlan_xmit_wmm_amsdu_pkt()
Dwifi-sdio.c179 return OSA_MutexLock((osa_mutex_handle_t)txrx_mutex, osaWaitForever_c); in wifi_sdio_lock()
190 return OSA_MutexLock((osa_mutex_handle_t)ind_reset_mutex, osaWaitForever_c); in wifi_ind_reset_lock()
1808 OSA_SemaphoreWait((osa_semaphore_handle_t)uapsd_sem, osaWaitForever_c); in wlan_xmit_wmm_pkt()
1951 OSA_SemaphoreWait((osa_semaphore_handle_t)uapsd_sem, osaWaitForever_c); in wlan_xmit_wmm_pkt()
2791 …t((osa_event_handle_t)wm_wifi.wifi_event_Handle, flagsToWait, false, osaWaitForever_c, &pSetFlags); in wifi_raw_packet_recv()
/hal_nxp-latest/mcux/middleware/mcux-sdk-middleware-connectivity-framework/platform/rw61x/
Dfwk_platform_ble.c373 status = OSA_MutexLock((osa_mutex_handle_t)bleMutexHandle, osaWaitForever_c); in PLATFORM_InitBle()
642 if (OSA_MutexLock((osa_mutex_handle_t)bleMutexHandle, osaWaitForever_c) != KOSA_StatusSuccess) in PLATFORM_RequestBleWakeUp()
Dfwk_platform_flash.c121 (void)OSA_MutexLock((osa_mutex_handle_t)mLfsMutexId, osaWaitForever_c); in lfs_mutex_lock()
/hal_nxp-latest/mcux/mcux-sdk/components/common_task/
Dfsl_component_common_task.c60 … OSA_MsgQGet((osa_msgq_handle_t)commonTaskStateHandle->msgqhandle, &msg, osaWaitForever_c)) in COMMON_TASK_task()
/hal_nxp-latest/mcux/middleware/mcux-sdk-middleware-connectivity-framework/platform/rt1060/
Dfwk_platform_flash.c122 (void)OSA_MutexLock((osa_mutex_handle_t)mLfsMutexId, osaWaitForever_c); in lfs_mutex_lock()
/hal_nxp-latest/mcux/middleware/mcux-sdk-middleware-connectivity-framework/platform/rt1170/
Dfwk_platform_flash.c122 (void)OSA_MutexLock((osa_mutex_handle_t)mLfsMutexId, osaWaitForever_c); in lfs_mutex_lock()
/hal_nxp-latest/mcux/mcux-sdk/components/sdu/
Dfsl_adapter_sdu.c767 … OSA_EventWait((osa_event_handle_t)ctrl->event, osaEventFlagsAll_c, 0U, osaWaitForever_c, &ev))
810 … OSA_EventWait((osa_event_handle_t)ctrl->event, osaEventFlagsAll_c, 0U, osaWaitForever_c, &ev)) in SDU_RecvTask()
1413 …= OSA_EventWait((osa_event_handle_t)(ctrl_sdu.event), SDU_CMD_RECEIVED, 0U, osaWaitForever_c, &ev); in SDU_RecvCmd()
1484 … OSA_EventWait((osa_event_handle_t)(ctrl_sdu.event), SDU_DATA_RECEIVED, 0U, osaWaitForever_c, &ev); in SDU_RecvData()
/hal_nxp-latest/mcux/middleware/wireless/framework_5.3.3/OSAbstraction/Interface/
Dfsl_os_abstraction.h144 #define osaWaitForever_c ((uint32_t)(-1)) macro
/hal_nxp-latest/mcux/middleware/mcux-sdk-middleware-ieee_802.15.4/ieee_802_15_4/phy/source/SerialDevice/
DPhy.c68 uint32_t dt = osaWaitForever_c; in wait_response()
/hal_nxp-latest/mcux/mcux-sdk/devices/MK65F18/utilities/
Dfsl_shell.c85 #define SHELL_ENTER_CRITICAL() (void)OSA_MutexLock(s_shellMutex, osaWaitForever_c)
337 0U, osaWaitForever_c, &ev)) in SHELL_Task()
/hal_nxp-latest/mcux/mcux-sdk/devices/MK63F12/utilities/
Dfsl_shell.c85 #define SHELL_ENTER_CRITICAL() (void)OSA_MutexLock(s_shellMutex, osaWaitForever_c)
337 0U, osaWaitForever_c, &ev)) in SHELL_Task()
/hal_nxp-latest/mcux/mcux-sdk/devices/MK24F12/utilities/
Dfsl_shell.c85 #define SHELL_ENTER_CRITICAL() (void)OSA_MutexLock(s_shellMutex, osaWaitForever_c)
337 0U, osaWaitForever_c, &ev)) in SHELL_Task()
/hal_nxp-latest/mcux/mcux-sdk/devices/MK26F18/utilities/
Dfsl_shell.c85 #define SHELL_ENTER_CRITICAL() (void)OSA_MutexLock(s_shellMutex, osaWaitForever_c)
337 0U, osaWaitForever_c, &ev)) in SHELL_Task()
/hal_nxp-latest/mcux/mcux-sdk/devices/MK64F12/utilities/
Dfsl_shell.c85 #define SHELL_ENTER_CRITICAL() (void)OSA_MutexLock(s_shellMutex, osaWaitForever_c)
337 0U, osaWaitForever_c, &ev)) in SHELL_Task()
/hal_nxp-latest/mcux/mcux-sdk/devices/MKE04Z1284/utilities/
Dfsl_shell.c85 #define SHELL_ENTER_CRITICAL() (void)OSA_MutexLock(s_shellMutex, osaWaitForever_c)
337 0U, osaWaitForever_c, &ev)) in SHELL_Task()

1234567