Home
last modified time | relevance | path

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

/Linux-v5.10/include/uapi/linux/
Drtc.h75 #define RTC_AIE_OFF _IO('p', 0x02) /* ... off */ macro
/Linux-v5.10/tools/testing/selftests/rtc/
Drtctest.c151 rc = ioctl(self->fd, RTC_AIE_OFF, 0); in TEST_F()
253 rc = ioctl(self->fd, RTC_AIE_OFF, 0);
/Linux-v5.10/Documentation/ABI/testing/
Drtc-cdev13 * RTC_AIE_ON, RTC_AIE_OFF: Enable or disable the alarm interrupt
/Linux-v5.10/drivers/rtc/
Ddev.c349 case RTC_AIE_OFF: in rtc_dev_ioctl()
/Linux-v5.10/drivers/mfd/
Dmenelaus.c1029 case RTC_AIE_OFF: in menelaus_ioctl()