Searched refs:WDIOF_KEEPALIVEPING (Results 1 – 17 of 17) sorted by relevance
/linux-2.4.37.9/drivers/char/ |
D | mpc8xx_wdt.c | 39 .options = WDIOF_KEEPALIVEPING, 124 wdt_status &= ~WDIOF_KEEPALIVEPING; in mpc8xx_wdt_ioctl() 129 wdt_status |= WDIOF_KEEPALIVEPING; in mpc8xx_wdt_ioctl()
|
D | sc1200wdt.c | 150 return (ret & 0x01) ? 0 : WDIOF_KEEPALIVEPING; /* bits 1 - 7 are undefined */ in sc1200wdt_status() 174 options: WDIOF_KEEPALIVEPING | WDIOF_SETTIMEOUT | WDIOF_MAGICCLOSE, in sc1200wdt_ioctl()
|
D | acquirewdt.c | 118 WDIOF_KEEPALIVEPING | WDIOF_MAGICCLOSE, 1, "Acquire WDT" in acq_ioctl()
|
D | wafer5823wdt.c | 124 WDIOF_KEEPALIVEPING | in wafwdt_ioctl()
|
D | ib700wdt.c | 180 WDIOF_KEEPALIVEPING | in ibwdt_ioctl()
|
D | advantechwdt.c | 146 options: WDIOF_KEEPALIVEPING | WDIOF_SETTIMEOUT | WDIOF_MAGICCLOSE, in advwdt_ioctl()
|
D | mixcomwd.c | 170 WDIOF_KEEPALIVEPING | WDIOF_MAGICCLOSE, in mixcomwd_ioctl()
|
D | geodewdt.c | 141 .options = WDIOF_SETTIMEOUT | WDIOF_KEEPALIVEPING in geodewdt_ioctl()
|
D | scx200_wdt.c | 168 .options = (WDIOF_SETTIMEOUT | WDIOF_KEEPALIVEPING), in scx200_wdt_ioctl()
|
D | alim1535d_wdt.c | 207 options: WDIOF_SETTIMEOUT | WDIOF_KEEPALIVEPING, in ali_ioctl()
|
D | eurotechwdt.c | 266 options : WDIOF_KEEPALIVEPING | WDIOF_SETTIMEOUT | WDIOF_MAGICCLOSE, in eurwdt_ioctl()
|
D | shwdt.c | 418 options: WDIOF_KEEPALIVEPING | WDIOF_SETTIMEOUT | WDIOF_MAGICCLOSE,
|
D | wdt83627.c | 222 .options = WDIOF_KEEPALIVEPING | WDIOF_SETTIMEOUT | WDIOF_MAGICCLOSE, in wdt_ioctl()
|
D | i810-tco.c | 251 WDIOF_KEEPALIVEPING | in i810tco_ioctl()
|
D | machzwd.c | 120 options: WDIOF_KEEPALIVEPING | WDIOF_MAGICCLOSE,
|
/linux-2.4.37.9/include/linux/ |
D | watchdog.h | 43 #define WDIOF_KEEPALIVEPING 0x8000 /* Keep alive ping reply */ macro
|
/linux-2.4.37.9/Documentation/ |
D | watchdog-api.txt | 163 WDIOF_KEEPALIVEPING Keep alive ping reply 227 GETSUPPORT returns WDIOF_KEEPALIVEPING and WDIOF_SETTIMEOUT. 269 GETSUPPORT returns WDIOF_KEEPALIVEPING and WDIOF_SETTIMEOUT. 284 GETSUPPORT returns WDIOF_KEEPALIVEPING, and the GETSTATUS call 294 GETSUPPORT returns WDIOF_KEEPALIVEPING, GETSTATUS returns if 338 GETSUPPORT returns WDIOF_KEEPALIVEPING, and the GETSTATUS call
|