Home
last modified time | relevance | path

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

12

/linux-2.4.37.9/include/linux/
Dwatchdog.h16 struct watchdog_info { struct
22 #define WDIOC_GETSUPPORT _IOR(WATCHDOG_IOCTL_BASE, 0, struct watchdog_info) argument
/linux-2.4.37.9/drivers/char/
Dindydog.c120 static struct watchdog_info ident = { in indydog_ioctl()
128 if(copy_to_user((struct watchdog_info *)arg, &ident, sizeof(ident))) in indydog_ioctl()
Dwdt285.c130 static struct watchdog_info ident= in watchdog_ioctl()
141 if(copy_to_user((struct watchdog_info *)arg, &ident, sizeof(ident))) in watchdog_ioctl()
Dshwdt.c120 static struct watchdog_info sh_wdt_info;
338 if (copy_to_user((struct watchdog_info *)arg, in sh_wdt_ioctl()
417 static struct watchdog_info sh_wdt_info = {
Dsoftdog.c170 static struct watchdog_info ident = { in softdog_ioctl()
179 if(copy_to_user((struct watchdog_info *)arg, &ident, sizeof(ident))) in softdog_ioctl()
Dacquirewdt.c116 static struct watchdog_info ident= in acq_ioctl()
124 if (copy_to_user((struct watchdog_info *)arg, &ident, sizeof(ident))) in acq_ioctl()
Dwafer5823wdt.c123 static struct watchdog_info ident = { in wafwdt_ioctl()
134 ((struct watchdog_info *) arg, &ident, sizeof (ident))) in wafwdt_ioctl()
Dib700wdt.c179 static struct watchdog_info ident = { in ibwdt_ioctl()
188 if (copy_to_user((struct watchdog_info *)arg, &ident, sizeof(ident))) in ibwdt_ioctl()
Dadvantechwdt.c145 static struct watchdog_info ident = { in advwdt_ioctl()
153 if (copy_to_user((struct watchdog_info *)arg, &ident, sizeof(ident))) in advwdt_ioctl()
Dsbc60xxwdt.c235 static struct watchdog_info ident= in fop_ioctl()
247 return copy_to_user((struct watchdog_info *)arg, &ident, sizeof(ident))?-EFAULT:0; in fop_ioctl()
Dmixcomwd.c169 static struct watchdog_info ident = { in mixcomwd_ioctl()
186 if (copy_to_user((struct watchdog_info *)arg, &ident, in mixcomwd_ioctl()
Dscx200_wdt.c165 static struct watchdog_info ident = { in scx200_wdt_ioctl()
176 if(copy_to_user((struct watchdog_info *)arg, &ident, in scx200_wdt_ioctl()
Dw83877f_wdt.c252 static struct watchdog_info ident= in fop_ioctl()
264 return copy_to_user((struct watchdog_info *)arg, &ident, sizeof(ident))?-EFAULT:0; in fop_ioctl()
Dalim1535d_wdt.c206 static struct watchdog_info ident = { in ali_ioctl()
215 if (copy_to_user((struct watchdog_info *) arg, &ident, sizeof (ident))) in ali_ioctl()
Dalim7101_wdt.c223 static struct watchdog_info ident= in fop_ioctl()
233 return copy_to_user((struct watchdog_info *)arg, &ident, sizeof(ident))?-EFAULT:0; in fop_ioctl()
Dsc520_wdt.c270 static struct watchdog_info ident= in fop_ioctl()
282 return copy_to_user((struct watchdog_info *)arg, &ident, sizeof(ident))?-EFAULT:0; in fop_ioctl()
Deurotechwdt.c265 static struct watchdog_info ident = { in eurwdt_ioctl()
276 return copy_to_user((struct watchdog_info *)arg, &ident, sizeof(ident)) ? -EFAULT : 0; in eurwdt_ioctl()
Di810-tco.c249 static struct watchdog_info ident = { in i810tco_ioctl()
261 ((struct watchdog_info *) arg, &ident, sizeof (ident))) in i810tco_ioctl()
Dwdt.c328 static struct watchdog_info ident= in wdt_ioctl()
343 return copy_to_user((struct watchdog_info *)arg, &ident, sizeof(ident))?-EFAULT:0; in wdt_ioctl()
Dsc1200wdt.c173 static struct watchdog_info ident = { in sc1200wdt_ioctl()
184 if (copy_to_user((struct watchdog_info *)arg, &ident, sizeof ident)) in sc1200wdt_ioctl()
Dmachzwd.c119 static struct watchdog_info zf_info = {
367 if (copy_to_user((struct watchdog_info *)arg, in zf_ioctl()
Dwdt_pci.c313 static struct watchdog_info ident= in wdtpci_ioctl()
328 return copy_to_user((struct watchdog_info *)arg, &ident, sizeof(ident))?-EFAULT:0; in wdtpci_ioctl()
Dmpc8xx_wdt.c37 static struct watchdog_info ident = {
/linux-2.4.37.9/drivers/sbus/char/
Driowatchdog.c130 static struct watchdog_info info = { in riowd_ioctl()
138 if (copy_to_user((struct watchdog_info *) arg, &info, sizeof(info))) in riowd_ioctl()
Dcpwatchdog.c345 struct watchdog_info info = { in wd_ioctl()
359 if(copy_to_user((struct watchdog_info *)arg, in wd_ioctl()
360 (struct watchdog_info *)&info, in wd_ioctl()
361 sizeof(struct watchdog_info))) { in wd_ioctl()

12