Home
last modified time | relevance | path

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

/Linux-v6.6/include/uapi/linux/
Drtc.h87 #define RTC_AIE_OFF _IO('p', 0x02) /* ... off */ macro
/Linux-v6.6/samples/pfsm/
Dpfsm-wakeup.c111 ioctl(fd_rtc, RTC_AIE_OFF, 0); in main()
/Linux-v6.6/Documentation/ABI/testing/
Drtc-cdev13 * RTC_AIE_ON, RTC_AIE_OFF: Enable or disable the alarm interrupt
/Linux-v6.6/tools/testing/selftests/rtc/
Drtctest.c236 rc = ioctl(self->fd, RTC_AIE_OFF, 0); in TEST_F()
346 rc = ioctl(self->fd, RTC_AIE_OFF, 0);
/Linux-v6.6/drivers/rtc/
Ddev.c351 case RTC_AIE_OFF: in rtc_dev_ioctl()
/Linux-v6.6/drivers/mfd/
Dmenelaus.c1029 case RTC_AIE_OFF: in menelaus_ioctl()