Searched refs:rtc_ioctl (Results 1 – 5 of 5) sorted by relevance
/linux-4.4.14/arch/m68k/mvme16x/ |
D | rtc.c | 37 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/ |
D | rtc.c | 38 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/ |
D | ds1302.c | 157 static long rtc_ioctl(struct file *file, unsigned int cmd, unsigned long arg) in rtc_ioctl() function 290 .unlocked_ioctl = rtc_ioctl,
|
D | rtc.c | 146 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/ |
D | compat_ioctl.c | 745 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()
|