Home
last modified time | relevance | path

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

/Linux-v4.19/Documentation/ABI/testing/
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
/Linux-v4.19/include/uapi/linux/
Drtc.h71 #define RTC_AIE_ON _IO('p', 0x01) /* Alarm int. enable on */ macro
/Linux-v4.19/tools/testing/selftests/rtc/
Drtctest.c140 rc = ioctl(self->fd, RTC_AIE_ON, 0); in TEST_F()
/Linux-v4.19/drivers/char/
Defirtc.c163 case RTC_AIE_ON: in efi_rtc_ioctl()
Drtc.c393 case RTC_AIE_ON: in rtc_do_ioctl()
412 case RTC_AIE_ON: /* Allow alarm interrupts. */ in rtc_do_ioctl()
/Linux-v4.19/drivers/rtc/
Drtc-dev.c351 case RTC_AIE_ON: in rtc_dev_ioctl()
/Linux-v4.19/drivers/input/misc/
Dhp_sdc_rtc.c528 case RTC_AIE_ON: /* Allow alarm interrupts. */ in hp_sdc_rtc_ioctl()
/Linux-v4.19/drivers/mfd/
Dmenelaus.c1037 case RTC_AIE_ON: in menelaus_ioctl()
/Linux-v4.19/fs/
Dcompat_ioctl.c810 COMPATIBLE_IOCTL(RTC_AIE_ON)