Searched refs:RTC_PIE_OFF (Results 1 – 4 of 4) sorted by relevance
79 #define RTC_PIE_OFF _IO('p', 0x06) /* ... off */ macro
127 retval = ioctl(fd, RTC_PIE_OFF, 0); in main()
25 * RTC_PIE_ON, RTC_PIE_OFF: Enable or disable the periodic
341 case RTC_PIE_OFF: in rtc_dev_ioctl()