/drivers/hdf_core/adapter/khdf/linux/osal/src/ |
D | osal_sem.c | 28 int32_t OsalSemInit(struct OsalSem *sem, uint32_t value) in OsalSemInit() 49 int32_t OsalSemWait(struct OsalSem *sem, uint32_t millisec) in OsalSemWait() 78 int32_t OsalSemPost(struct OsalSem *sem) in OsalSemPost() 91 int32_t OsalSemDestroy(struct OsalSem *sem) in OsalSemDestroy()
|
/drivers/hdf_core/framework/support/posix/src/ |
D | osal_sem.c | 21 int32_t OsalSemInit(struct OsalSem *sem, uint32_t value) in OsalSemInit() 48 int32_t OsalSemWait(struct OsalSem *sem, uint32_t ms) in OsalSemWait() 84 int32_t OsalSemPost(struct OsalSem *sem) in OsalSemPost() 99 int32_t OsalSemDestroy(struct OsalSem *sem) in OsalSemDestroy()
|
/drivers/hdf_core/adapter/khdf/liteos/osal/src/ |
D | osal_sem.c | 40 int32_t OsalSemInit(struct OsalSem *sem, uint32_t value) in OsalSemInit() 61 int32_t OsalSemWait(struct OsalSem *sem, uint32_t ms) in OsalSemWait() 82 int32_t OsalSemPost(struct OsalSem *sem) in OsalSemPost() 100 int32_t OsalSemDestroy(struct OsalSem *sem) in OsalSemDestroy()
|
/drivers/hdf_core/adapter/khdf/liteos_m/osal/src/ |
D | osal_sem.c | 44 int32_t OsalSemInit(struct OsalSem *sem, uint32_t value) in OsalSemInit() 65 int32_t OsalSemWait(struct OsalSem *sem, uint32_t ms) in OsalSemWait() 86 int32_t OsalSemPost(struct OsalSem *sem) in OsalSemPost() 104 int32_t OsalSemDestroy(struct OsalSem *sem) in OsalSemDestroy()
|
/drivers/hdf_core/adapter/khdf/uniproton/osal/src/ |
D | osal_sem.c | 39 int32_t OsalSemInit(struct OsalSem *sem, uint32_t value) in OsalSemInit() 60 int32_t OsalSemWait(struct OsalSem *sem, uint32_t ms) in OsalSemWait() 82 int32_t OsalSemPost(struct OsalSem *sem) in OsalSemPost() 100 int32_t OsalSemDestroy(struct OsalSem *sem) in OsalSemDestroy()
|
/drivers/hdf_core/interfaces/inner_api/osal/shared/ |
D | osal_sem.h | 52 #define OSAL_DECLARE_SEMAPHORE(sem) struct OsalSem sem argument
|
/drivers/hdf_core/adapter/khdf/linux/platform/mipi_dsi/ |
D | mipi_tx_dev.c | 59 struct semaphore sem; member 206 static int32_t SemaInit(struct semaphore *sem, uint16_t val) in SemaInit() 216 static void SemaDestroy(struct semaphore *sem) in SemaDestroy() 222 static int32_t SemaDownInterruptable(struct semaphore *sem) in SemaDownInterruptable() 227 static void SemaUp(struct semaphore *sem) in SemaUp() 499 struct semaphore *sem = NULL; in MipiDsiDevIoctl() local
|
/drivers/hdf_core/framework/utils/include/ |
D | hdf_task_queue.h | 26 struct OsalSem sem; member
|
/drivers/hdf_core/framework/support/platform/include/hdmi/ |
D | hdmi_event.h | 38 struct OsalSem sem; member
|
/drivers/hdf_core/framework/support/platform/include/fwk/ |
D | platform_event.h | 26 struct OsalSem sem; member
|
D | platform_queue.h | 38 struct OsalSem sem; member
|
/drivers/hdf_core/framework/test/unittest/platform/common/ |
D | platform_queue_test.c | 21 struct OsalSem sem; member
|
/drivers/peripheral/usb/ddk/host/include/ |
D | usb_raw_api_library.h | 70 struct OsalSem sem; member
|
D | usb_ddk_request.h | 94 struct OsalSem sem; member
|
/drivers/hdf_core/framework/support/platform/src/fwk/ |
D | platform_event.c | 24 struct OsalSem sem; member
|
/drivers/hdf_core/adapter/platform/spi/ |
D | spi_bes.h | 57 struct OsalSem sem; member
|
D | spi_stm32f4xx.c | 151 struct OsalSem* sem; member
|
/drivers/peripheral/usb/sample/host/src/ |
D | usbhost_nosdk_speed.c | 56 static struct OsalSem sem; variable
|
D | usbhost_sdkraw_speed.c | 56 static struct OsalSem sem; variable
|
/drivers/hdf_core/framework/support/platform/include/can/ |
D | can_core.h | 64 struct OsalSem sem; member
|
/drivers/hdf_core/framework/model/storage/include/mmc/ |
D | mmc_sdio.h | 47 struct OsalSem sem; member
|
/drivers/hdf_core/framework/support/platform/include/gpio/ |
D | gpio_core.h | 84 struct OsalSem sem; member
|
/drivers/hdf_core/framework/model/network/wifi/platform/include/ |
D | flow_control.h | 214 struct OsalSem sem[FLOW_DIR_COUNT]; /**< Array of semaphores */ member
|
/drivers/hdf_core/framework/test/unittest/platform/virtual/ |
D | spi_virtual.c | 29 struct OsalSem sem; member
|
/drivers/peripheral/usb/sample/host/liteos_test/src/ |
D | usbhost_sdkraw_speed.c | 58 static struct OsalSem sem; variable
|