Home
last modified time | relevance | path

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

/linux/drivers/watchdog/
H A Dw83977f_wdt.c373 static long wdt_ioctl(struct file *file, unsigned int cmd, unsigned long arg) in wdt_ioctl() function
447 .unlocked_ioctl = wdt_ioctl,
H A Dwdt.c351 static long wdt_ioctl(struct file *file, unsigned int cmd, unsigned long arg) in wdt_ioctl() function
524 .unlocked_ioctl = wdt_ioctl,
/linux/drivers/rtc/
H A Drtc-m41t80.c752 static int wdt_ioctl(struct file *file, unsigned int cmd, in wdt_ioctl() function
811 ret = wdt_ioctl(file, cmd, arg); in wdt_unlocked_ioctl()