| /hal_nxp-latest/mcux/mcux-sdk/components/osa/ |
| D | fsl_os_abstraction_zephyr.c | 382 return KOSA_StatusSuccess; in OSA_TaskCreate() 405 return KOSA_StatusSuccess; in OSA_TaskDestroy() 516 return KOSA_StatusSuccess; in OSA_TaskSetPriority() 538 return KOSA_StatusSuccess; in OSA_MutexCreate() 557 return KOSA_StatusSuccess; /* Mutex locked */ in OSA_MutexLock() 577 return KOSA_StatusSuccess; in OSA_MutexUnlock() 604 return KOSA_StatusSuccess; in OSA_MutexDestroy() 625 return KOSA_StatusSuccess; in OSA_EventCreate() 637 return KOSA_StatusSuccess; in OSA_EventSet() 683 return KOSA_StatusSuccess; in OSA_EventWait() [all …]
|
| D | fsl_os_abstraction_threadx.c | 363 return KOSA_StatusSuccess; in OSA_TaskSetPriority() 400 status = KOSA_StatusSuccess; in OSA_TaskCreate() 419 osa_status_t status = KOSA_StatusSuccess; in OSA_TaskDestroy() 471 return KOSA_StatusSuccess; in OSA_SemaphorePrecreate() 483 osa_status_t status = KOSA_StatusSuccess; in OSA_SemaphoreCreate() 517 osa_status_t status = KOSA_StatusSuccess; in OSA_SemaphoreDestroy() 544 osa_status_t status = KOSA_StatusSuccess; in OSA_SemaphoreWait() 582 osa_status_t status = KOSA_StatusSuccess; in OSA_SemaphorePost() 605 osa_status_t status = KOSA_StatusSuccess; in OSA_MutexCreate() 629 osa_status_t status = KOSA_StatusSuccess; in OSA_MutexLock() [all …]
|
| D | fsl_os_abstraction_free_rtos.c | 348 return KOSA_StatusSuccess; in OSA_TaskSetPriority() 396 status = KOSA_StatusSuccess; in OSA_TaskCreate() 412 status = KOSA_StatusSuccess; in OSA_TaskCreate() 441 status = KOSA_StatusSuccess; in OSA_TaskDestroy() 497 return KOSA_StatusSuccess; in OSA_SemaphorePrecreate() 531 return KOSA_StatusSuccess; in OSA_SemaphoreCreate() 567 return KOSA_StatusSuccess; in OSA_SemaphoreCreateBinary() 585 return KOSA_StatusSuccess; in OSA_SemaphoreDestroy() 623 return KOSA_StatusSuccess; /* semaphore taken */ in OSA_SemaphoreWait() 649 status = KOSA_StatusSuccess; in OSA_SemaphorePost() [all …]
|
| D | fsl_os_abstraction_bm.c | 454 return KOSA_StatusSuccess; in OSA_TaskSetPriority() 508 return KOSA_StatusSuccess; in OSA_TaskCreate() 534 return KOSA_StatusSuccess; in OSA_TaskCreate() 555 return KOSA_StatusSuccess; in OSA_TaskDestroy() 642 return KOSA_StatusSuccess; in OSA_SemaphorePrecreate() 672 return KOSA_StatusSuccess; in OSA_SemaphoreCreate() 700 return KOSA_StatusSuccess; in OSA_SemaphoreCreateBinary() 718 return KOSA_StatusSuccess; in OSA_SemaphoreDestroy() 756 return KOSA_StatusSuccess; in OSA_SemaphoreWait() 833 return KOSA_StatusSuccess; in OSA_SemaphorePost() [all …]
|
| /hal_nxp-latest/mcux/middleware/mcux-sdk-middleware-connectivity-framework/platform/rw61x/ |
| D | fwk_platform_ble.c | 372 assert(status == KOSA_StatusSuccess); in PLATFORM_InitBle() 374 assert(status == KOSA_StatusSuccess); in PLATFORM_InitBle() 383 assert(status == KOSA_StatusSuccess); in PLATFORM_InitBle() 410 assert(status == KOSA_StatusSuccess); in PLATFORM_InitBle() 462 if (OSA_EventDestroy((osa_event_handle_t)wakeUpEventGroup) != KOSA_StatusSuccess) in PLATFORM_TerminateBle() 468 if (OSA_MutexDestroy((osa_mutex_handle_t)bleMutexHandle) != KOSA_StatusSuccess) in PLATFORM_TerminateBle() 642 if (OSA_MutexLock((osa_mutex_handle_t)bleMutexHandle, osaWaitForever_c) != KOSA_StatusSuccess) in PLATFORM_RequestBleWakeUp() 667 if (((events & (uint32_t)ble_awake_event) == 0U) || (status != KOSA_StatusSuccess)) in PLATFORM_RequestBleWakeUp() 673 if (OSA_MutexUnlock((osa_mutex_handle_t)bleMutexHandle) != KOSA_StatusSuccess) in PLATFORM_RequestBleWakeUp() 709 …SA_EventSet((osa_event_handle_t)wakeUpEventGroup, (uint32_t)ble_awake_event) != KOSA_StatusSuccess) in PLATFORM_HandleControllerPowerState() [all …]
|
| /hal_nxp-latest/mcux/middleware/wifi_nxp/port/osa/ |
| D | osa.c | 39 if (status != KOSA_StatusSuccess) 44 if (status != KOSA_StatusSuccess) 49 if (status != KOSA_StatusSuccess) 63 if (status != KOSA_StatusSuccess) 87 if (status != KOSA_StatusSuccess) 102 if (status != KOSA_StatusSuccess) 121 if (status != KOSA_StatusSuccess)
|
| D | osa_zephyr.c | 42 osa_status_t status = KOSA_StatusSuccess; in OSA_TimerCreate() 75 osa_status_t status = KOSA_StatusSuccess; in OSA_TimerActivate() 96 osa_status_t status = KOSA_StatusSuccess; in OSA_TimerChange() 138 osa_status_t status = KOSA_StatusSuccess; in OSA_TimerDeactivate() 151 osa_status_t status = KOSA_StatusSuccess; in OSA_TimerDestroy()
|
| /hal_nxp-latest/mcux/mcux-sdk/components/common_task/ |
| D | fsl_component_common_task.c | 59 if (KOSA_StatusSuccess == in COMMON_TASK_task() 82 assert(KOSA_StatusSuccess == status); in COMMON_TASK_init() 86 assert(KOSA_StatusSuccess == status); in COMMON_TASK_init() 112 if (KOSA_StatusSuccess != OSA_MsgQPut((osa_msgq_handle_t)s_commonTaskState->msgqhandle, &msg)) in COMMON_TASK_post_message()
|
| /hal_nxp-latest/mcux/middleware/wifi_nxp/wifidriver/ |
| D | wifi.c | 285 if (status != KOSA_StatusSuccess) in wifi_get_command_lock() 302 if (status != KOSA_StatusSuccess) in wifi_put_command_lock() 316 if (status != KOSA_StatusSuccess) in wifi_get_mcastf_lock() 330 if (status != KOSA_StatusSuccess) in wifi_put_mcastf_lock() 1333 if (OSA_MsgQPut((osa_msgq_handle_t)wm_wifi.wlc_mgr_event_queue, &msg) != KOSA_StatusSuccess) in wifi_event_completion() 1730 if (status == KOSA_StatusSuccess) in wifi_drv_task() 1876 if (status == KOSA_StatusSuccess) in wifi_powersave_task() 1919 if (status != KOSA_StatusSuccess) in wifi_core_init() 1926 if (status != KOSA_StatusSuccess) in wifi_core_init() 1933 if (status != KOSA_StatusSuccess) in wifi_core_init() [all …]
|
| D | wifi-sdio.c | 268 if (status != KOSA_StatusSuccess) in wlan_init_struct() 274 if (status != KOSA_StatusSuccess) in wlan_init_struct() 281 if (status != KOSA_StatusSuccess) in wlan_init_struct() 294 if (status != KOSA_StatusSuccess) in wlan_deinit_struct() 301 if (status != KOSA_StatusSuccess) in wlan_deinit_struct() 308 if (status != KOSA_StatusSuccess) in wlan_deinit_struct() 647 if (status != KOSA_StatusSuccess) in wlan_decode_rx_packet() 687 if (status != KOSA_StatusSuccess) in wlan_decode_rx_packet()
|
| /hal_nxp-latest/mcux/middleware/mcux-sdk-middleware-usb/output/source/device/class/ |
| D | usb_device_cdc_acm.c | 784 if (KOSA_StatusSuccess != OSA_MutexCreate((cdcAcmHandle->bulkIn.mutex))) in USB_DeviceCdcAcmInit() 791 if (KOSA_StatusSuccess != OSA_MutexCreate((cdcAcmHandle->bulkOut.mutex))) in USB_DeviceCdcAcmInit() 798 if (KOSA_StatusSuccess != OSA_MutexCreate((cdcAcmHandle->interruptIn.mutex))) in USB_DeviceCdcAcmInit() 828 if (KOSA_StatusSuccess != OSA_MutexDestroy((cdcAcmHandle->bulkIn.mutex))) in USB_DeviceCdcAcmDeinit() 834 if (KOSA_StatusSuccess != OSA_MutexDestroy((cdcAcmHandle->bulkOut.mutex))) in USB_DeviceCdcAcmDeinit() 840 if (KOSA_StatusSuccess != OSA_MutexDestroy((cdcAcmHandle->interruptIn.mutex))) in USB_DeviceCdcAcmDeinit()
|
| /hal_nxp-latest/mcux/middleware/wifi_nxp/wlcmgr/ |
| D | wlan.c | 1089 if (OSA_MsgQPut((osa_msgq_handle_t)mon_thread_events, &msg) != KOSA_StatusSuccess) in wlan_hs_send_event() 6691 osa_status_t status = KOSA_StatusSuccess; in wifi_get_wls_csi_sem() 6695 if (status != KOSA_StatusSuccess) in wifi_get_wls_csi_sem() 6705 osa_status_t status = KOSA_StatusSuccess; in wifi_put_wls_csi_sem() 6709 if (status != KOSA_StatusSuccess) in wifi_put_wls_csi_sem() 6813 if (status != KOSA_StatusSuccess) in wlan_cpu_loading_request() 6821 if (status != KOSA_StatusSuccess) in wlan_cpu_loading_request() 7402 if (status == KOSA_StatusSuccess) in wlcmgr_task() 7490 if (status != KOSA_StatusSuccess) in wps_task() 7558 if (OSA_MsgQPut((osa_msgq_handle_t)wlan.events, &msg) == KOSA_StatusSuccess) in send_user_request() [all …]
|
| /hal_nxp-latest/mcux/mcux-sdk/components/sdu/ |
| D | fsl_adapter_sdu.c | 766 if (KOSA_StatusSuccess == 809 if (KOSA_StatusSuccess == in SDU_RecvTask() 1408 osa_status_t status = KOSA_StatusSuccess; in SDU_RecvCmd() 1415 if (KOSA_StatusSuccess == status) in SDU_RecvCmd() 1478 osa_status_t status = KOSA_StatusSuccess; in SDU_RecvData() 1486 if (KOSA_StatusSuccess == status) in SDU_RecvData() 1885 …if (KOSA_StatusSuccess != OSA_TaskCreate((osa_task_handle_t)ctrl_sdu.recvTaskId, OSA_TASK(SDU_Recv… in SDU_Init() 1893 if (KOSA_StatusSuccess != OSA_EventCreate((osa_event_handle_t)ctrl_sdu.event, 1U)) in SDU_Init()
|
| /hal_nxp-latest/mcux/mcux-sdk/components/button/ |
| D | fsl_component_button.c | 218 if (KOSA_StatusSuccess == in BUTTON_Task() 364 assert(KOSA_StatusSuccess == osaStatus); 367 assert(KOSA_StatusSuccess == osaStatus);
|
| /hal_nxp-latest/mcux/mcux-sdk/components/timer_manager/ |
| D | fsl_component_timer_manager.c | 497 if (KOSA_StatusSuccess == in TimerManagerTask() 612 assert(KOSA_StatusSuccess == (osa_status_t)osaStatus); in TM_Init() 616 assert(KOSA_StatusSuccess == (osa_status_t)osaStatus); in TM_Init() 620 assert(KOSA_StatusSuccess == (osa_status_t)osaStatus); in TM_Init()
|
| /hal_nxp-latest/mcux/middleware/mcux-sdk-middleware-usb/device/ |
| D | usb_device_dci.c | 708 … if (KOSA_StatusSuccess != OSA_MsgQPut(deviceHandle->notificationQueue, (osa_msg_handle_t)message)) in USB_DeviceNotificationTrigger() 821 if (KOSA_StatusSuccess != in USB_DeviceInit() 931 if (KOSA_StatusSuccess != OSA_MsgQDestroy(deviceHandle->notificationQueue)) in USB_DeviceDeinit() 1418 if (KOSA_StatusSuccess == in USB_DeviceTaskFunction()
|
| /hal_nxp-latest/mcux/mcux-sdk/devices/LPC5534/utilities/ |
| D | fsl_shell.c | 291 …if (KOSA_StatusSuccess == OSA_EventWait((osa_event_handle_t)shellContextHandle->event, osaEventFla… in SHELL_Task() 881 … if (KOSA_StatusSuccess != OSA_EventCreate((osa_event_handle_t)shellContextHandle->event, 1U)) 886 if (KOSA_StatusSuccess !=
|
| /hal_nxp-latest/mcux/mcux-sdk/devices/MKE18F16/utilities/ |
| D | fsl_shell.c | 291 …if (KOSA_StatusSuccess == OSA_EventWait((osa_event_handle_t)shellContextHandle->event, osaEventFla… in SHELL_Task() 881 … if (KOSA_StatusSuccess != OSA_EventCreate((osa_event_handle_t)shellContextHandle->event, 1U)) 886 if (KOSA_StatusSuccess !=
|
| /hal_nxp-latest/mcux/mcux-sdk/devices/MKV58F24/utilities/ |
| D | fsl_shell.c | 291 …if (KOSA_StatusSuccess == OSA_EventWait((osa_event_handle_t)shellContextHandle->event, osaEventFla… in SHELL_Task() 881 … if (KOSA_StatusSuccess != OSA_EventCreate((osa_event_handle_t)shellContextHandle->event, 1U)) 886 if (KOSA_StatusSuccess !=
|
| /hal_nxp-latest/mcux/mcux-sdk/devices/LPC5536/utilities/ |
| D | fsl_shell.c | 291 …if (KOSA_StatusSuccess == OSA_EventWait((osa_event_handle_t)shellContextHandle->event, osaEventFla… in SHELL_Task() 881 … if (KOSA_StatusSuccess != OSA_EventCreate((osa_event_handle_t)shellContextHandle->event, 1U)) 886 if (KOSA_StatusSuccess !=
|
| /hal_nxp-latest/mcux/mcux-sdk/devices/MK22F12/utilities/ |
| D | fsl_shell.c | 291 …if (KOSA_StatusSuccess == OSA_EventWait((osa_event_handle_t)shellContextHandle->event, osaEventFla… in SHELL_Task() 881 … if (KOSA_StatusSuccess != OSA_EventCreate((osa_event_handle_t)shellContextHandle->event, 1U)) 886 if (KOSA_StatusSuccess !=
|
| /hal_nxp-latest/mcux/mcux-sdk/devices/MKV56F24/utilities/ |
| D | fsl_shell.c | 291 …if (KOSA_StatusSuccess == OSA_EventWait((osa_event_handle_t)shellContextHandle->event, osaEventFla… in SHELL_Task() 881 … if (KOSA_StatusSuccess != OSA_EventCreate((osa_event_handle_t)shellContextHandle->event, 1U)) 886 if (KOSA_StatusSuccess !=
|
| /hal_nxp-latest/mcux/mcux-sdk/devices/MKE16F16/utilities/ |
| D | fsl_shell.c | 291 …if (KOSA_StatusSuccess == OSA_EventWait((osa_event_handle_t)shellContextHandle->event, osaEventFla… in SHELL_Task() 881 … if (KOSA_StatusSuccess != OSA_EventCreate((osa_event_handle_t)shellContextHandle->event, 1U)) 886 if (KOSA_StatusSuccess !=
|
| /hal_nxp-latest/mcux/mcux-sdk/devices/MKE14F16/utilities/ |
| D | fsl_shell.c | 291 …if (KOSA_StatusSuccess == OSA_EventWait((osa_event_handle_t)shellContextHandle->event, osaEventFla… in SHELL_Task() 881 … if (KOSA_StatusSuccess != OSA_EventCreate((osa_event_handle_t)shellContextHandle->event, 1U)) 886 if (KOSA_StatusSuccess !=
|
| /hal_nxp-latest/mcux/mcux-sdk/devices/LPC55S36/utilities/ |
| D | fsl_shell.c | 291 …if (KOSA_StatusSuccess == OSA_EventWait((osa_event_handle_t)shellContextHandle->event, osaEventFla… in SHELL_Task() 881 … if (KOSA_StatusSuccess != OSA_EventCreate((osa_event_handle_t)shellContextHandle->event, 1U)) 886 if (KOSA_StatusSuccess !=
|