Home
last modified time | relevance | path

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

/linux-6.12.1/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-6.12.1/include/uapi/linux/
Drtc.h86 #define RTC_AIE_ON _IO('p', 0x01) /* Alarm int. enable on */ macro
/linux-6.12.1/samples/pfsm/
Dpfsm-wakeup.c81 ret = ioctl(fd_rtc, RTC_AIE_ON, 0); in main()
/linux-6.12.1/tools/testing/selftests/rtc/
Drtctest.c225 rc = ioctl(self->fd, RTC_AIE_ON, 0); in TEST_F()
335 rc = ioctl(self->fd, RTC_AIE_ON, 0);
/linux-6.12.1/drivers/rtc/
Ddev.c347 case RTC_AIE_ON: in rtc_dev_ioctl()
/linux-6.12.1/drivers/mfd/
Dmenelaus.c1023 case RTC_AIE_ON: in menelaus_ioctl()