Searched refs:RTC_AIE_OFF (Results 1 – 7 of 7) sorted by relevance
72 #define RTC_AIE_OFF _IO('p', 0x02) /* ... off */ macro
75 #define RTC_AIE_OFF _IO('p', 0x02) /* ... off */ macro
151 rc = ioctl(self->fd, RTC_AIE_OFF, 0); in TEST_F()253 rc = ioctl(self->fd, RTC_AIE_OFF, 0);
13 * RTC_AIE_ON, RTC_AIE_OFF: Enable or disable the alarm interrupt
349 case RTC_AIE_OFF: in rtc_dev_ioctl()
1029 case RTC_AIE_OFF: in menelaus_ioctl()