Home
last modified time | relevance | path

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

/Linux-v4.19/arch/m68k/kernel/
Dtime.c107 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/
Drtc.c38 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/
Drtc.c39 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/
Drtc.c146 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/
Dcompat_ioctl.c631 static int rtc_ioctl(struct file *file, in rtc_ioctl() function
1305 return rtc_ioctl(file, cmd, argp); in do_ioctl_trans()