Home
last modified time | relevance | path

Searched refs:WDIOF_KEEPALIVEPING (Results 1 – 25 of 100) sorted by relevance

1234

/linux-3.4.99/drivers/watchdog/
Dgef_wdt.c169 WDIOF_KEEPALIVEPING, in gef_wdt_ioctl()
184 wdt_status &= ~WDIOF_KEEPALIVEPING; in gef_wdt_ioctl()
200 wdt_status |= WDIOF_KEEPALIVEPING; in gef_wdt_ioctl()
Dmv64x60_wdt.c186 WDIOF_KEEPALIVEPING, in mv64x60_wdt_ioctl()
201 wdt_status &= ~WDIOF_KEEPALIVEPING; in mv64x60_wdt_ioctl()
220 wdt_status |= WDIOF_KEEPALIVEPING; in mv64x60_wdt_ioctl()
Dsmsc37b787_wdt.c345 return (wb_smsc_wdt_get_timeout() == 0) ? 0 : WDIOF_KEEPALIVEPING; in wb_smsc_wdt_status()
434 .options = WDIOF_KEEPALIVEPING | in wb_smsc_wdt_ioctl()
Dsc1200wdt.c166 return (ret & 0x01) ? 0 : WDIOF_KEEPALIVEPING; in sc1200wdt_status()
192 .options = WDIOF_KEEPALIVEPING | WDIOF_SETTIMEOUT | in sc1200wdt_ioctl()
Dsoftdog.c148 .options = WDIOF_SETTIMEOUT | WDIOF_KEEPALIVEPING | WDIOF_MAGICCLOSE,
Dsa1100_wdt.c89 | WDIOF_KEEPALIVEPING,
Dep93xx_wdt.c99 WDIOF_KEEPALIVEPING,
Dsbc_epx_c3.c111 .options = WDIOF_KEEPALIVEPING, in epx_c3_ioctl()
Dindydog.c116 .options = WDIOF_KEEPALIVEPING, in indydog_ioctl()
Dixp2000_wdt.c107 WDIOF_KEEPALIVEPING,
Dixp4xx_wdt.c96 WDIOF_SETTIMEOUT | WDIOF_KEEPALIVEPING,
Dwm8350_wdt.c123 .options = WDIOF_SETTIMEOUT | WDIOF_KEEPALIVEPING | WDIOF_MAGICCLOSE,
Diop_wdt.c131 .options = WDIOF_CARDRESET | WDIOF_MAGICCLOSE | WDIOF_KEEPALIVEPING,
Dm54xx_wdt.c116 WDIOF_KEEPALIVEPING,
Dat91rm9200_wdt.c128 .options = WDIOF_SETTIMEOUT | WDIOF_KEEPALIVEPING,
Dmax63xx_wdt.c161 .options = WDIOF_KEEPALIVEPING | WDIOF_MAGICCLOSE,
Dpnx4008_wdt.c130 WDIOF_SETTIMEOUT | WDIOF_KEEPALIVEPING,
Dpnx833x_wdt.c149 .options = WDIOF_KEEPALIVEPING | WDIOF_SETTIMEOUT, in pnx833x_wdt_ioctl()
Dsbc_fitpc2_wdt.c115 WDIOF_KEEPALIVEPING,
Dtxx9wdt.c88 .options = WDIOF_SETTIMEOUT | WDIOF_KEEPALIVEPING | WDIOF_MAGICCLOSE,
Dacquirewdt.c155 .options = WDIOF_KEEPALIVEPING | WDIOF_MAGICCLOSE, in acq_ioctl()
Dlantiq_wdt.c106 .options = WDIOF_MAGICCLOSE | WDIOF_SETTIMEOUT | WDIOF_KEEPALIVEPING |
Dmixcomwd.c204 .options = WDIOF_KEEPALIVEPING | WDIOF_MAGICCLOSE, in mixcomwd_ioctl()
Dscx200_wdt.c167 .options = WDIOF_SETTIMEOUT | WDIOF_KEEPALIVEPING | in scx200_wdt_ioctl()
/linux-3.4.99/include/linux/
Dwatchdog.h48 #define WDIOF_KEEPALIVEPING 0x8000 /* Keep alive ping reply */ macro

1234