Home
last modified time | relevance | path

Searched refs:watchdog_info (Results 1 – 25 of 168) sorted by relevance

1234567

/Linux-v4.19/include/uapi/linux/
Dwatchdog.h18 struct watchdog_info { struct
24 #define WDIOC_GETSUPPORT _IOR(WATCHDOG_IOCTL_BASE, 0, struct watchdog_info) argument
/Linux-v4.19/drivers/watchdog/
Dindydog.c106 static const struct watchdog_info ident = { in indydog_ioctl()
114 if (copy_to_user((struct watchdog_info *)arg, in indydog_ioctl()
Dixp4xx_wdt.c94 static const struct watchdog_info ident = {
109 ret = copy_to_user((struct watchdog_info *)arg, &ident, in ixp4xx_wdt_ioctl()
Dm54xx_wdt.c114 static const struct watchdog_info ident = {
128 ret = copy_to_user((struct watchdog_info *)arg, &ident, in m54xx_wdt_ioctl()
Dpnx833x_wdt.c148 static const struct watchdog_info ident = { in pnx833x_wdt_ioctl()
159 if (copy_to_user((struct watchdog_info *)arg, in pnx833x_wdt_ioctl()
Dsbc_fitpc2_wdt.c113 static const struct watchdog_info ident = {
128 ret = copy_to_user((struct watchdog_info *)arg, &ident, in fitpc2_wdt_ioctl()
Dlantiq_wdt.c119 static struct watchdog_info ident = {
133 ret = copy_to_user((struct watchdog_info __user *)arg, &ident, in ltq_wdt_ioctl()
Dar7_wdt.c206 static const struct watchdog_info ident = { in ar7_wdt_ioctl()
216 if (copy_to_user((struct watchdog_info *)arg, &ident, in ar7_wdt_ioctl()
Dsmsc37b787_wdt.c429 struct watchdog_info __user *ident; in wb_smsc_wdt_ioctl()
433 static const struct watchdog_info ident = { in wb_smsc_wdt_ioctl()
Dpc87413_wdt.c388 struct watchdog_info __user *ident; in pc87413_ioctl()
392 static const struct watchdog_info ident = { in pc87413_ioctl()
Dw83977f_wdt.c372 static const struct watchdog_info ident = {
384 struct watchdog_info __user *ident; in wdt_ioctl()
Dwdt977.c333 static const struct watchdog_info ident = {
359 struct watchdog_info __user *ident; in wdt977_ioctl()
Debc-c384_wdt.c94 static const struct watchdog_info ebc_c384_wdt_info = {
Dtwl4030_wdt.c59 static const struct watchdog_info twl4030_wdt_info = {
Dimx2_wdt.c81 static const struct watchdog_info imx2_wdt_info = {
86 static const struct watchdog_info imx2_wdt_pretimeout_info = {
Dep93xx_wdt.c75 static const struct watchdog_info ep93xx_wdt_ident = {
Dsoftdog.c115 static struct watchdog_info softdog_info = {
Dsun4v_wdt.c72 static const struct watchdog_info sun4v_wdt_ident = {
Dux500_wdt.c66 static const struct watchdog_info ux500_wdt_info = {
Dwdt285.c134 static const struct watchdog_info ident = {
Dda9055_wdt.c107 static const struct watchdog_info da9055_wdt_info = {
Dsbc_epx_c3.c110 static const struct watchdog_info ident = { in epx_c3_ioctl()
/Linux-v4.19/Documentation/watchdog/
Dconvert_drivers_to_kernel_api.txt37 Returns the mandatory watchdog_info struct from the driver
50 If wanted, options in watchdog_info need to have WDIOF_KEEPALIVEPING
54 Options in watchdog_info need to have WDIOF_SETTIMEOUT set
156 watchdog_info struct and the newly created watchdog_ops. Often, old drivers
/Linux-v4.19/arch/um/drivers/
Dharddog_kern.c132 static struct watchdog_info ident = { in harddog_ioctl_unlocked()
/Linux-v4.19/include/linux/
Dwatchdog.h101 const struct watchdog_info *info;

1234567