Searched refs:wdt_ioctl (Results 1 – 4 of 4) sorted by relevance
/linux-4.4.14/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,
|
D | it87_wdt.c | 508 static long wdt_ioctl(struct file *file, unsigned int cmd, unsigned long arg) in wdt_ioctl() function 590 .unlocked_ioctl = wdt_ioctl,
|
/linux-4.4.14/drivers/rtc/ |
D | rtc-m41t80.c | 479 static int wdt_ioctl(struct file *file, unsigned int cmd, in wdt_ioctl() function 538 ret = wdt_ioctl(file, cmd, arg); in wdt_unlocked_ioctl()
|