Home
last modified time | relevance | path

Searched refs:OS_OK (Results 1 – 18 of 18) sorted by relevance

/bsp/allwinner/libraries/sunxi-hal/hal/source/sdmmc/osal/os/FreeRTOS/
A Dos_mutex.c55 return OS_OK; in OS_MutexCreate()
69 return OS_OK; in OS_MutexDelete()
96 return OS_OK; in OS_MutexLock()
118 return OS_OK; in OS_MutexUnlock()
139 return OS_OK; in OS_RecursiveMutexCreate()
166 return OS_OK; in OS_RecursiveMutexLock()
189 return OS_OK; in OS_RecursiveMutexUnlock()
A Dos_semaphore.c61 return OS_OK; in OS_SemaphoreCreate()
81 return OS_OK; in OS_SemaphoreCreateBinary()
95 return OS_OK; in OS_SemaphoreDelete()
134 return OS_OK; in OS_SemaphoreWait()
169 return OS_OK; in OS_SemaphoreRelease()
185 return OS_OK; in OS_SemaphoreReset()
A Dos_timer.c96 return OS_OK; in OS_TimerCreate()
129 return OS_OK; in OS_TimerCreate()
156 return OS_OK; in OS_TimerDelete()
188 return OS_OK; in OS_TimerStart()
230 return OS_OK; in OS_TimerChangePeriod()
261 return OS_OK; in OS_TimerStop()
A Dos_queue.c58 return OS_OK; in OS_QueueCreate()
80 return OS_OK; in OS_QueueDelete()
119 return OS_OK; in OS_QueueSend()
157 return OS_OK; in OS_QueueReceive()
A Dos_thread.c73 return OS_OK; in OS_ThreadCreate()
95 return OS_OK; in OS_ThreadDelete()
113 return OS_OK; in OS_ThreadDelete()
/bsp/allwinner/libraries/sunxi-hal/include/hal/sdmmc/osal/
A Dhal_os.h105 (OS_SemaphoreCreate(sem, initCount, maxCount) == OS_OK ? HAL_OK : HAL_ERROR)
108 (OS_SemaphoreCreateBinary(sem) == OS_OK ? HAL_OK : HAL_ERROR)
111 (OS_SemaphoreDelete(sem) == OS_OK ? HAL_OK : HAL_ERROR)
114 (OS_SemaphoreWait(sem, msec) == OS_OK ? HAL_OK : HAL_ERROR)
117 (OS_SemaphoreRelease(sem) == OS_OK ? HAL_OK : HAL_ERROR)
129 (OS_RecursiveMutexCreate(mtx) == OS_OK ? HAL_OK : HAL_ERROR)
132 (OS_RecursiveMutexDelete(mtx) == OS_OK ? HAL_OK : HAL_ERROR)
135 (OS_RecursiveMutexLock(mtx, msec) == OS_OK ? HAL_OK : HAL_ERROR)
138 (OS_RecursiveMutexUnlock(mtx) == OS_OK ? HAL_OK : HAL_ERROR)
/bsp/allwinner/libraries/sunxi-hal/hal/source/sdmmc/osal/os/RT-Thread/
A Dos_timer.c70 return OS_OK; in OS_TimerCreate()
87 return OS_OK; in OS_TimerDelete()
109 return OS_OK; in OS_TimerStart()
153 return OS_OK; in OS_TimerChangePeriod()
169 return OS_OK; in OS_TimerStop()
178 return OS_OK; in OS_TimerStop()
A Dos_semaphore.c56 return OS_OK; in OS_SemaphoreCreate()
90 return OS_OK; in OS_SemaphoreDelete()
115 return OS_OK; in OS_SemaphoreWait()
135 return OS_OK; in OS_SemaphoreRelease()
155 return OS_OK; in OS_SemaphoreReset()
A Dos_mutex.c52 return OS_OK; in OS_MutexCreate()
72 return OS_OK; in OS_MutexDelete()
99 return OS_OK; in OS_MutexLock()
121 return OS_OK; in OS_MutexUnlock()
A Dos_queue.c56 return OS_OK; in OS_QueueCreate()
77 return OS_OK; in OS_QueueDelete()
131 return OS_OK; in OS_QueueSend()
158 return OS_OK; in OS_QueueReceive()
A Dos_thread.c72 return OS_OK; in OS_ThreadCreate()
97 return OS_OK; in OS_ThreadDelete()
117 return OS_OK; in OS_ThreadDelete()
/bsp/allwinner/libraries/sunxi-hal/include/hal/sdmmc/osal/RT-Thread/
A D_os_common.h56 OS_OK = 0, /* success */ enumerator
/bsp/allwinner/libraries/sunxi-hal/include/hal/sdmmc/osal/FreeRTOS/
A D_os_common.h64 OS_OK = 0, /* success */ enumerator
/bsp/allwinner/libraries/sunxi-hal/hal/source/sdmmc/cmd/
A Dcmd_sd.c551 2 * 1024) != OS_OK) { in cmd_sd_bench_exec()
608 2 * 1024) != OS_OK) { in cmd_sd_press_exec()
637 2 * 1024) != OS_OK) { in cmd_sd_press_exec()
/bsp/allwinner/libraries/sunxi-hal/hal/source/sdmmc/
A Dsdio_irq.c240 if (ret != OS_OK) {
A Dsdio.c2088 SDC_BUG_ON(ret!=OS_OK); in mmc_attach_sdio()
2158 SDC_BUG_ON(ret!=OS_OK); in mmc_deattach_sdio()
A Dcore.c1255 SDC_BUG_ON(ret!=OS_OK); in mmc_card_restore()
A Dhal_sdhost.c1698 return (SDC_SemPend(&host->exclusive_lock, OS_WAIT_FOREVER) == OS_OK ? 0 : -1); in HAL_SDC_Claim_Host()

Completed in 31 milliseconds