Searched refs:RTC_AIE_OFF (Results 1 – 7 of 7) sorted by relevance
/openbmc/linux/include/uapi/linux/ |
H A D | rtc.h | 87 #define RTC_AIE_OFF _IO('p', 0x02) /* ... off */ macro
|
/openbmc/linux/samples/pfsm/ |
H A D | pfsm-wakeup.c | 111 ioctl(fd_rtc, RTC_AIE_OFF, 0); in main()
|
/openbmc/linux/tools/testing/selftests/rtc/ |
H A D | rtctest.c | 236 rc = ioctl(self->fd, RTC_AIE_OFF, 0); in TEST_F() 346 rc = ioctl(self->fd, RTC_AIE_OFF, 0);
|
/openbmc/linux/Documentation/ABI/testing/ |
H A D | rtc-cdev | 13 * RTC_AIE_ON, RTC_AIE_OFF: Enable or disable the alarm interrupt
|
/openbmc/linux/drivers/rtc/ |
H A D | dev.c | 351 case RTC_AIE_OFF: in rtc_dev_ioctl()
|
/openbmc/linux/drivers/mfd/ |
H A D | menelaus.c | 1029 case RTC_AIE_OFF: in menelaus_ioctl()
|
/openbmc/qemu/linux-user/ |
H A D | ioctls.h | 73 IOCTL(RTC_AIE_OFF, 0, TYPE_NULL) in IOCTL()
|