RTC_IRQP_SET
case RTC_IRQP_SET:
return rtc_dev_ioctl(file, RTC_IRQP_SET, arg);
ioctl(fd, RTC_IRQP_SET, old_pie_rate);
retval = ioctl(fd, RTC_IRQP_SET, tmp);