Searched refs:wdt_ioctl (Results 1 – 3 of 3) sorted by relevance
/Linux-v4.19/drivers/watchdog/ |
D | w83977f_wdt.c | 378 static long wdt_ioctl(struct file *file, unsigned int cmd, unsigned long arg) in wdt_ioctl() function 453 .unlocked_ioctl = wdt_ioctl,
|
D | wdt.c | 355 static long wdt_ioctl(struct file *file, unsigned int cmd, unsigned long arg) in wdt_ioctl() function 529 .unlocked_ioctl = wdt_ioctl,
|
/Linux-v4.19/drivers/rtc/ |
D | rtc-m41t80.c | 718 static int wdt_ioctl(struct file *file, unsigned int cmd, in wdt_ioctl() function 777 ret = wdt_ioctl(file, cmd, arg); in wdt_unlocked_ioctl()
|