Searched defs:timer (Results 1 – 10 of 10) sorted by relevance
| /drivers/adapter/khdf/linux/osal/src/ |
| D | osal_timer.c | 37 struct timer_list timer; member 81 int32_t OsalTimerCreate(OsalTimer *timer, uint32_t interval, OsalTimerFunc func, uintptr_t arg) in OsalTimerCreate() 108 static int32_t OsalTimerStart(OsalTimer *timer, OsalTimerMode mode) in OsalTimerStart() 128 int32_t OsalTimerStartOnce(OsalTimer *timer) in OsalTimerStartOnce() 134 int32_t OsalTimerStartLoop(OsalTimer *timer) in OsalTimerStartLoop() 141 int32_t OsalTimerSetTimeout(OsalTimer *timer, uint32_t interval) in OsalTimerSetTimeout() 162 int32_t OsalTimerDelete(OsalTimer *timer) in OsalTimerDelete()
|
| /drivers/adapter/khdf/liteos/osal/src/ |
| D | osal_timer.c | 47 int32_t OsalTimerCreate(OsalTimer *timer, uint32_t interval, OsalTimerFunc func, uintptr_t arg) in OsalTimerCreate() 72 static int32_t OsalStartTimer(OsalTimer *timer, UINT8 mode) in OsalStartTimer() 113 int32_t OsalTimerStartLoop(OsalTimer *timer) in OsalTimerStartLoop() 118 int32_t OsalTimerStartOnce(OsalTimer *timer) in OsalTimerStartOnce() 123 int32_t OsalTimerSetTimeout(OsalTimer *timer, uint32_t interval) in OsalTimerSetTimeout() 158 int32_t OsalTimerDelete(OsalTimer *timer) in OsalTimerDelete()
|
| /drivers/adapter/khdf/liteos_m/osal/src/ |
| D | osal_timer.c | 47 int32_t OsalTimerCreate(OsalTimer *timer, uint32_t interval, OsalTimerFunc func, uintptr_t arg) in OsalTimerCreate() 71 static int32_t OsalStartTimer(OsalTimer *timer, UINT8 mode) in OsalStartTimer() 117 int32_t OsalTimerStartLoop(OsalTimer *timer) in OsalTimerStartLoop() 122 int32_t OsalTimerStartOnce(OsalTimer *timer) in OsalTimerStartOnce() 127 int32_t OsalTimerSetTimeout(OsalTimer *timer, uint32_t interval) in OsalTimerSetTimeout() 162 int32_t OsalTimerDelete(OsalTimer *timer) in OsalTimerDelete()
|
| /drivers/framework/include/osal/ |
| D | osal_timer.h | 55 #define OSAL_DECLARE_TIMER(timer) OsalTimer timer argument
|
| /drivers/framework/test/unittest/sensor/ |
| D | hdf_sensor_test.h | 22 OsalTimer timer; member
|
| /drivers/framework/model/input/driver/ |
| D | hdf_encoder.h | 23 OsalTimer timer; member
|
| /drivers/framework/model/misc/vibrator/driver/include/ |
| D | vibrator_haptic.h | 50 OsalTimer timer; member
|
| /drivers/framework/model/misc/light/driver/include/ |
| D | light_driver.h | 113 OsalTimer timer; member
|
| /drivers/framework/model/display/driver/ |
| D | hdf_disp.h | 156 OsalTimer **timer; member
|
| /drivers/liteos/tzdriver/src/ |
| D | tz_spi_notify.c | 92 struct NotifyContextTimer timer; member
|