Searched refs:rtc_ioctl (Results 1 – 5 of 5) sorted by relevance
/Linux-v4.19/arch/m68k/kernel/ |
D | time.c | 107 static int rtc_ioctl(struct device *dev, unsigned int cmd, unsigned long arg) in rtc_ioctl() function 132 .ioctl = rtc_ioctl,
|
/Linux-v4.19/arch/m68k/mvme16x/ |
D | rtc.c | 38 static long rtc_ioctl(struct file *file, unsigned int cmd, unsigned long arg) in rtc_ioctl() function 144 .unlocked_ioctl = rtc_ioctl,
|
/Linux-v4.19/arch/m68k/bvme6000/ |
D | rtc.c | 39 static long rtc_ioctl(struct file *file, unsigned int cmd, unsigned long arg) in rtc_ioctl() function 155 .unlocked_ioctl = rtc_ioctl,
|
/Linux-v4.19/drivers/char/ |
D | rtc.c | 146 static long rtc_ioctl(struct file *file, unsigned int cmd, unsigned long arg); 705 static long rtc_ioctl(struct file *file, unsigned int cmd, unsigned long arg) in rtc_ioctl() function 810 .unlocked_ioctl = rtc_ioctl,
|
/Linux-v4.19/fs/ |
D | compat_ioctl.c | 631 static int rtc_ioctl(struct file *file, in rtc_ioctl() function 1305 return rtc_ioctl(file, cmd, argp); in do_ioctl_trans()
|