Home
last modified time | relevance | path

Searched refs:rtc_ioctl (Results 1 – 5 of 5) sorted by relevance

/linux-4.4.14/arch/m68k/mvme16x/
Drtc.c37 static long rtc_ioctl(struct file *file, unsigned int cmd, unsigned long arg) in rtc_ioctl() function
143 .unlocked_ioctl = rtc_ioctl,
/linux-4.4.14/arch/m68k/bvme6000/
Drtc.c38 static long rtc_ioctl(struct file *file, unsigned int cmd, unsigned long arg) in rtc_ioctl() function
154 .unlocked_ioctl = rtc_ioctl,
/linux-4.4.14/drivers/char/
Dds1302.c157 static long rtc_ioctl(struct file *file, unsigned int cmd, unsigned long arg) in rtc_ioctl() function
290 .unlocked_ioctl = rtc_ioctl,
Drtc.c146 static long rtc_ioctl(struct file *file, unsigned int cmd, unsigned long arg);
718 static long rtc_ioctl(struct file *file, unsigned int cmd, unsigned long arg) in rtc_ioctl() function
906 .unlocked_ioctl = rtc_ioctl,
/linux-4.4.14/fs/
Dcompat_ioctl.c745 static int rtc_ioctl(unsigned fd, unsigned cmd, void __user *argp) in rtc_ioctl() function
1477 return rtc_ioctl(fd, cmd, argp); in do_ioctl_trans()