Searched refs:rtc_ioctl (Results 1 – 5 of 5) sorted by relevance
/Linux-v5.4/arch/m68k/kernel/ |
D | time.c | 108 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/ |
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-v5.4/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-v5.4/drivers/char/ |
D | rtc.c | 142 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/ |
D | compat_ioctl.c | 444 static int rtc_ioctl(struct file *file, in rtc_ioctl() function 954 return rtc_ioctl(file, cmd, argp); in do_ioctl_trans()
|