rtc_dev_ioctl
return rtc_dev_ioctl(file, RTC_IRQP_SET, arg);
return rtc_dev_ioctl(file, RTC_EPOCH_SET, arg);
return rtc_dev_ioctl(file, cmd, (unsigned long)uarg);
rtc_dev_ioctl(file, RTC_UIE_OFF, 0);
.unlocked_ioctl = rtc_dev_ioctl,