Home
last modified time | relevance | path

Searched defs:alarmIndex (Results 1 – 6 of 6) sorted by relevance

/drivers/hdf_core/framework/support/platform/src/rtc/
Drtc_if.c62 int32_t RtcReadAlarm(DevHandle handle, enum RtcAlarmIndex alarmIndex, struct RtcTime *time) in RtcReadAlarm()
72 int32_t RtcWriteAlarm(DevHandle handle, enum RtcAlarmIndex alarmIndex, const struct RtcTime *time) in RtcWriteAlarm()
87 int32_t RtcRegisterAlarmCallback(DevHandle handle, enum RtcAlarmIndex alarmIndex, RtcAlarmCallback … in RtcRegisterAlarmCallback()
97 int32_t RtcAlarmInterruptEnable(DevHandle handle, enum RtcAlarmIndex alarmIndex, uint8_t enable) in RtcAlarmInterruptEnable()
Drtc_core.c46 int32_t RtcHostReadAlarm(struct RtcHost *host, enum RtcAlarmIndex alarmIndex, struct RtcTime *time) in RtcHostReadAlarm()
61 int32_t RtcHostWriteAlarm(struct RtcHost *host, enum RtcAlarmIndex alarmIndex, const struct RtcTime… in RtcHostWriteAlarm()
76 int32_t RtcHostRegisterAlarmCallback(struct RtcHost *host, enum RtcAlarmIndex alarmIndex, RtcAlarmC… in RtcHostRegisterAlarmCallback()
91 int32_t RtcHostAlarmInterruptEnable(struct RtcHost *host, enum RtcAlarmIndex alarmIndex, uint8_t en… in RtcHostAlarmInterruptEnable()
Drtc_if_u.c159 int32_t RtcReadAlarm(DevHandle handle, enum RtcAlarmIndex alarmIndex, struct RtcTime *time) in RtcReadAlarm()
229 int32_t RtcWriteAlarm(DevHandle handle, enum RtcAlarmIndex alarmIndex, const struct RtcTime *time) in RtcWriteAlarm()
281 static int32_t RtcRegListener(struct HdfIoService *service, enum RtcAlarmIndex alarmIndex, RtcAlarm… in RtcRegListener()
303 int32_t RtcRegisterAlarmCallback(DevHandle handle, enum RtcAlarmIndex alarmIndex, RtcAlarmCallback … in RtcRegisterAlarmCallback()
351 int32_t RtcAlarmInterruptEnable(DevHandle handle, enum RtcAlarmIndex alarmIndex, uint8_t enable) in RtcAlarmInterruptEnable()
Drtc_service.c62 uint32_t alarmIndex = 0; in RtcServiceIoReadAlarm() local
88 uint32_t alarmIndex = 0; in RtcServiceIoWriteAlarm() local
144 uint32_t alarmIndex; in RtcServiceIoRegisterAlarmCallback() local
161 uint32_t alarmIndex = 0; in RtcServiceIoInterruptEnable() local
/drivers/hdf_core/adapter/khdf/linux/platform/rtc/
Drtc_adapter.c108 static int32_t HiReadAlarm(struct RtcHost *host, enum RtcAlarmIndex alarmIndex, struct RtcTime *hdf… in HiReadAlarm()
130 static int32_t HiWriteAlarm(struct RtcHost *host, enum RtcAlarmIndex alarmIndex, const struct RtcTi… in HiWriteAlarm()
155 static int32_t HiAlarmInterruptEnable(struct RtcHost *host, enum RtcAlarmIndex alarmIndex, uint8_t … in HiAlarmInterruptEnable()
/drivers/hdf_core/framework/test/unittest/platform/common/
Drtc_test.c111 static int32_t RtcAlarmACallback(enum RtcAlarmIndex alarmIndex) in RtcAlarmACallback()