Home
last modified time | relevance | path

Searched refs:RTC_AIE_ON (Results 1 – 7 of 7) sorted by relevance

/OK3568_Linux_fs/kernel/Documentation/ABI/testing/
H A Drtc-cdev13 * RTC_AIE_ON, RTC_AIE_OFF: Enable or disable the alarm interrupt
18 future. Requires a separate RTC_AIE_ON call to enable the
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/
H A Drtc.h71 #define RTC_AIE_ON _IO('p', 0x01) /* Alarm int. enable on */ macro
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/
H A Drtc.h71 #define RTC_AIE_ON _IO('p', 0x01) /* Alarm int. enable on */ macro
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Drtc.h74 #define RTC_AIE_ON _IO('p', 0x01) /* Alarm int. enable on */ macro
/OK3568_Linux_fs/kernel/tools/testing/selftests/rtc/
H A Drtctest.c140 rc = ioctl(self->fd, RTC_AIE_ON, 0); in TEST_F()
242 rc = ioctl(self->fd, RTC_AIE_ON, 0);
/OK3568_Linux_fs/kernel/drivers/rtc/
H A Ddev.c345 case RTC_AIE_ON: in rtc_dev_ioctl()
/OK3568_Linux_fs/kernel/drivers/mfd/
H A Dmenelaus.c1024 case RTC_AIE_ON: in menelaus_ioctl()