Home
last modified time | relevance | path

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

/Linux-v5.4/arch/m68k/kernel/
Dtime.c108 static int rtc_ioctl(struct device *dev, unsigned int cmd, unsigned long arg) in rtc_ioctl() function
133 .ioctl = rtc_ioctl,
/Linux-v5.4/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-v5.4/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-v5.4/drivers/char/
Drtc.c142 static long rtc_ioctl(struct file *file, unsigned int cmd, unsigned long arg);
701 static long rtc_ioctl(struct file *file, unsigned int cmd, unsigned long arg) in rtc_ioctl() function
806 .unlocked_ioctl = rtc_ioctl,
/Linux-v5.4/fs/
Dcompat_ioctl.c444 static int rtc_ioctl(struct file *file, in rtc_ioctl() function
954 return rtc_ioctl(file, cmd, argp); in do_ioctl_trans()