Searched refs:RTC_PIE_OFF (Results 1 – 5 of 5) sorted by relevance
91 #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
343 case RTC_PIE_OFF: in rtc_dev_ioctl()
77 IOCTL(RTC_PIE_OFF, 0, TYPE_NULL) in IOCTL()