Home
last modified time | relevance | path

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

/openbmc/linux/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
/openbmc/linux/include/uapi/linux/
H A Drtc.h86 #define RTC_AIE_ON _IO('p', 0x01) /* Alarm int. enable on */ macro
/openbmc/linux/samples/pfsm/
H A Dpfsm-wakeup.c81 ret = ioctl(fd_rtc, RTC_AIE_ON, 0); in main()
/openbmc/linux/tools/testing/selftests/rtc/
H A Drtctest.c225 rc = ioctl(self->fd, RTC_AIE_ON, 0); in TEST_F()
335 rc = ioctl(self->fd, RTC_AIE_ON, 0);
/openbmc/linux/drivers/rtc/
H A Ddev.c347 case RTC_AIE_ON: in rtc_dev_ioctl()
/openbmc/linux/drivers/mfd/
H A Dmenelaus.c1024 case RTC_AIE_ON: in menelaus_ioctl()
/openbmc/qemu/linux-user/
H A Dioctls.h72 IOCTL(RTC_AIE_ON, 0, TYPE_NULL) in IOCTL()
/openbmc/openbmc/poky/meta/recipes-devtools/rust/files/
H A Drv32-missing-syscalls.patch524 +pub const RTC_AIE_ON: u32 = 28673;