Home
last modified time | relevance | path

Searched refs:OSA_MutexUnlock (Results 1 – 25 of 126) sorted by relevance

123456

/hal_nxp-latest/mcux/middleware/wifi_nxp/port/osa/
Dosa.c76 (void)OSA_MutexUnlock((osa_mutex_handle_t)lock->reader_mutex);
90 (void)OSA_MutexUnlock((osa_mutex_handle_t)lock->reader_mutex);
95 (void)OSA_MutexUnlock((osa_mutex_handle_t)lock->reader_mutex);
114 (void)OSA_MutexUnlock((osa_mutex_handle_t)lock->reader_mutex);
Dmem_pool.c131 OSA_MutexUnlock((osa_mutex_handle_t)MemPool->Lock); in OSA_MemoryPoolAllocate()
137 OSA_MutexUnlock((osa_mutex_handle_t)MemPool->Lock); in OSA_MemoryPoolAllocate()
162 OSA_MutexUnlock((osa_mutex_handle_t)MemPool->Lock); in OSA_MemoryPoolFree()
/hal_nxp-latest/mcux/middleware/mcux-sdk-middleware-connectivity-framework/platform/rw61x/
Dfwk_platform_ble.c409 status = OSA_MutexUnlock((osa_mutex_handle_t)bleMutexHandle); in PLATFORM_InitBle()
673 if (OSA_MutexUnlock((osa_mutex_handle_t)bleMutexHandle) != KOSA_StatusSuccess) in PLATFORM_RequestBleWakeUp()
Dfwk_platform_flash.c128 (void)OSA_MutexUnlock((osa_mutex_handle_t)mLfsMutexId); in lfs_mutex_unlock()
/hal_nxp-latest/mcux/middleware/mcux-sdk-middleware-usb/host/
Dusb_host_hci.h19 #define USB_HostUnlock() OSA_MutexUnlock(hostInstance->hostMutex)
Dusb_host_khci.h149 #define USB_HostKhciUnlock() (void)OSA_MutexUnlock(usbHostPointer->khciMutex)
Dusb_host_ehci.h113 #define USB_HostEhciUnlock() (void)OSA_MutexUnlock(ehciInstance->ehciMutex)
Dusb_host_ohci.h370 #define USB_HostOhciUnlock() (void)OSA_MutexUnlock(usbHostState->mutex)
Dusb_host_ip3516hs.h523 #define USB_HostIp3516HsUnlock() (void)OSA_MutexUnlock(usbHostState->mutex)
/hal_nxp-latest/mcux/middleware/mcux-sdk-middleware-connectivity-framework/platform/rt1060/
Dfwk_platform_flash.c129 (void)OSA_MutexUnlock((osa_mutex_handle_t)mLfsMutexId); in lfs_mutex_unlock()
/hal_nxp-latest/mcux/middleware/mcux-sdk-middleware-connectivity-framework/platform/rt1170/
Dfwk_platform_flash.c129 (void)OSA_MutexUnlock((osa_mutex_handle_t)mLfsMutexId); in lfs_mutex_unlock()
/hal_nxp-latest/mcux/middleware/wireless/framework_5.3.3/OSAbstraction/Interface/
Dfsl_os_abstraction.h415 osaStatus_t OSA_MutexUnlock(osaMutexId_t mutexId);
/hal_nxp-latest/mcux/middleware/wifi_nxp/wifidriver/incl/
Dmlan_wmm.h94 OSA_MutexUnlock((osa_mutex_handle_t)priv->tx_ba_stream_tbl_lock); in wlan_release_ralist_lock()
/hal_nxp-latest/mcux/mcux-sdk/components/osa/
Dfsl_os_abstraction.h867 osa_status_t OSA_MutexUnlock(osa_mutex_handle_t mutexHandle);
Dfsl_os_abstraction_threadx.c657 osa_status_t OSA_MutexUnlock(osa_mutex_handle_t mutexHandle) in OSA_MutexUnlock() function
Dfsl_os_abstraction_zephyr.c565 osa_status_t OSA_MutexUnlock(osa_mutex_handle_t mutexHandle) in OSA_MutexUnlock() function
Dfsl_os_abstraction_free_rtos.c748 osa_status_t OSA_MutexUnlock(osa_mutex_handle_t mutexHandle) in OSA_MutexUnlock() function
/hal_nxp-latest/mcux/middleware/wifi_nxp/wifidriver/
Dwifi_pwrmgr.c382 OSA_MutexUnlock((osa_mutex_handle_t)sleep_rwlock.write_mutex); in send_sleep_confirm_command()
/hal_nxp-latest/mcux/middleware/mcux-sdk-middleware-usb/output/source/device/class/
Dusb_device_cdc_rndis.c30 #define USB_CDC_RNDIS_MUTEX_UNLOCK(_X_) (void)OSA_MutexUnlock(_X_)
/hal_nxp-latest/mcux/mcux-sdk/devices/MK65F18/utilities/
Dfsl_shell.c86 #define SHELL_EXIT_CRITICAL() (void)OSA_MutexUnlock(s_shellMutex)
/hal_nxp-latest/mcux/mcux-sdk/devices/MK63F12/utilities/
Dfsl_shell.c86 #define SHELL_EXIT_CRITICAL() (void)OSA_MutexUnlock(s_shellMutex)
/hal_nxp-latest/mcux/mcux-sdk/devices/MK24F12/utilities/
Dfsl_shell.c86 #define SHELL_EXIT_CRITICAL() (void)OSA_MutexUnlock(s_shellMutex)
/hal_nxp-latest/mcux/mcux-sdk/devices/MK26F18/utilities/
Dfsl_shell.c86 #define SHELL_EXIT_CRITICAL() (void)OSA_MutexUnlock(s_shellMutex)
/hal_nxp-latest/mcux/mcux-sdk/devices/MK64F12/utilities/
Dfsl_shell.c86 #define SHELL_EXIT_CRITICAL() (void)OSA_MutexUnlock(s_shellMutex)
/hal_nxp-latest/mcux/mcux-sdk/devices/MKE04Z1284/utilities/
Dfsl_shell.c86 #define SHELL_EXIT_CRITICAL() (void)OSA_MutexUnlock(s_shellMutex)

123456