Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/watchdog/
Ddw_wdt.c230 static const struct watchdog_info dw_wdt_ident = { variable
243 return copy_to_user((void __user *)arg, &dw_wdt_ident, in dw_wdt_ioctl()
244 sizeof(dw_wdt_ident)) ? -EFAULT : 0; in dw_wdt_ioctl()