Home
last modified time | relevance | path

Searched refs:RTC_AIE_OFF (Results 1 – 7 of 7) sorted by relevance

/openbmc/linux/include/uapi/linux/
H A Drtc.h87 #define RTC_AIE_OFF _IO('p', 0x02) /* ... off */ macro
/openbmc/linux/samples/pfsm/
H A Dpfsm-wakeup.c111 ioctl(fd_rtc, RTC_AIE_OFF, 0); in main()
/openbmc/linux/tools/testing/selftests/rtc/
H A Drtctest.c236 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 Drtc-cdev13 * RTC_AIE_ON, RTC_AIE_OFF: Enable or disable the alarm interrupt
/openbmc/linux/drivers/rtc/
H A Ddev.c351 case RTC_AIE_OFF: in rtc_dev_ioctl()
/openbmc/linux/drivers/mfd/
H A Dmenelaus.c1029 case RTC_AIE_OFF: in menelaus_ioctl()
/openbmc/qemu/linux-user/
H A Dioctls.h73 IOCTL(RTC_AIE_OFF, 0, TYPE_NULL) in IOCTL()