Searched refs:RTC_AIE_ON (Results 1 – 8 of 8) sorted by relevance
/openbmc/linux/Documentation/ABI/testing/ |
H A D | rtc-cdev | 13 * 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 D | rtc.h | 86 #define RTC_AIE_ON _IO('p', 0x01) /* Alarm int. enable on */ macro
|
/openbmc/linux/samples/pfsm/ |
H A D | pfsm-wakeup.c | 81 ret = ioctl(fd_rtc, RTC_AIE_ON, 0); in main()
|
/openbmc/linux/tools/testing/selftests/rtc/ |
H A D | rtctest.c | 225 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 D | dev.c | 347 case RTC_AIE_ON: in rtc_dev_ioctl()
|
/openbmc/linux/drivers/mfd/ |
H A D | menelaus.c | 1024 case RTC_AIE_ON: in menelaus_ioctl()
|
/openbmc/qemu/linux-user/ |
H A D | ioctls.h | 72 IOCTL(RTC_AIE_ON, 0, TYPE_NULL) in IOCTL()
|
/openbmc/openbmc/poky/meta/recipes-devtools/rust/files/ |
H A D | rv32-missing-syscalls.patch | 524 +pub const RTC_AIE_ON: u32 = 28673;
|