Searched refs:rtc_dev_ioctl (Results 1 – 1 of 1) sorted by relevance
| /linux/drivers/rtc/ |
| H A D | dev.c | 212 static long rtc_dev_ioctl(struct file *file, in rtc_dev_ioctl() function 493 return rtc_dev_ioctl(file, RTC_IRQP_SET, arg); in rtc_dev_compat_ioctl() 497 return rtc_dev_ioctl(file, RTC_EPOCH_SET, arg); in rtc_dev_compat_ioctl() 500 return rtc_dev_ioctl(file, cmd, (unsigned long)uarg); in rtc_dev_compat_ioctl() 525 rtc_dev_ioctl(file, RTC_UIE_OFF, 0); in rtc_dev_release() 537 .unlocked_ioctl = rtc_dev_ioctl,
|