Home
last modified time | relevance | path

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

/drivers/watchdog/
Dw83697ug_wdt.c208 static long wdt_ioctl(struct file *file, unsigned int cmd, unsigned long arg) in wdt_ioctl() function
318 .unlocked_ioctl = wdt_ioctl,
Dw83627hf_wdt.c218 static long wdt_ioctl(struct file *file, unsigned int cmd, unsigned long arg) in wdt_ioctl() function
321 .unlocked_ioctl = wdt_ioctl,
Dw83697hf_wdt.c232 static long wdt_ioctl(struct file *file, unsigned int cmd, unsigned long arg) in wdt_ioctl() function
341 .unlocked_ioctl = wdt_ioctl,
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.c493 static long wdt_ioctl(struct file *file, unsigned int cmd, unsigned long arg) in wdt_ioctl() function
575 .unlocked_ioctl = wdt_ioctl,
/drivers/rtc/
Drtc-m41t80.c469 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()