Searched defs:wdt_ioctl (Results 1 - 7 of 7) sorted by relevance

/drivers/watchdog/
H A Dw83627hf_wdt.c218 static long wdt_ioctl(struct file *file, unsigned int cmd, unsigned long arg) function
321 .unlocked_ioctl = wdt_ioctl,
H A Dw83697hf_wdt.c232 static long wdt_ioctl(struct file *file, unsigned int cmd, unsigned long arg) function
341 .unlocked_ioctl = wdt_ioctl,
H A Dw83697ug_wdt.c208 static long wdt_ioctl(struct file *file, unsigned int cmd, unsigned long arg) function
318 .unlocked_ioctl = wdt_ioctl,
H A Dw83977f_wdt.c362 * wdt_ioctl:
378 static long wdt_ioctl(struct file *file, unsigned int cmd, unsigned long arg) function
453 .unlocked_ioctl = wdt_ioctl,
H A Dwdt.c345 * wdt_ioctl:
355 static long wdt_ioctl(struct file *file, unsigned int cmd, unsigned long arg) function
529 .unlocked_ioctl = wdt_ioctl,
H A Dit87_wdt.c480 * wdt_ioctl - watchdog file_operations .unlocked_ioctl
491 static long wdt_ioctl(struct file *file, unsigned int cmd, unsigned long arg) function
573 .unlocked_ioctl = wdt_ioctl,
/drivers/rtc/
H A Drtc-m41t80.c608 * wdt_ioctl:
618 static int wdt_ioctl(struct file *file, unsigned int cmd, function
677 ret = wdt_ioctl(file, cmd, arg);

Completed in 175 milliseconds