Home
last modified time | relevance | path

Searched refs:wdt_ioctl (Results 1 – 4 of 4) sorted by relevance

/linux-4.4.14/drivers/watchdog/
Dw83977f_wdt.c378 static long wdt_ioctl(struct file *file, unsigned int cmd, unsigned long arg) in wdt_ioctl() function
453 .unlocked_ioctl = wdt_ioctl,
Dwdt.c355 static long wdt_ioctl(struct file *file, unsigned int cmd, unsigned long arg) in wdt_ioctl() function
529 .unlocked_ioctl = wdt_ioctl,
Dit87_wdt.c508 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/
Drtc-m41t80.c479 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()