Searched refs:wdt_ioctl (Results 1 – 7 of 7) sorted by relevance
/drivers/watchdog/ |
D | w83697ug_wdt.c | 208 static long wdt_ioctl(struct file *file, unsigned int cmd, unsigned long arg) in wdt_ioctl() function 318 .unlocked_ioctl = wdt_ioctl,
|
D | w83627hf_wdt.c | 218 static long wdt_ioctl(struct file *file, unsigned int cmd, unsigned long arg) in wdt_ioctl() function 321 .unlocked_ioctl = wdt_ioctl,
|
D | w83697hf_wdt.c | 232 static long wdt_ioctl(struct file *file, unsigned int cmd, unsigned long arg) in wdt_ioctl() function 341 .unlocked_ioctl = wdt_ioctl,
|
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 | 493 static long wdt_ioctl(struct file *file, unsigned int cmd, unsigned long arg) in wdt_ioctl() function 575 .unlocked_ioctl = wdt_ioctl,
|
/drivers/rtc/ |
D | rtc-m41t80.c | 469 static int wdt_ioctl(struct file *file, unsigned int cmd, in wdt_ioctl() function 528 ret = wdt_ioctl(file, cmd, arg); in wdt_unlocked_ioctl()
|