Home
last modified time | relevance | path

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

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