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