Home
last modified time | relevance | path

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

1234567

/Linux-v4.19/drivers/watchdog/
Dgef_wdt.c170 WDIOF_KEEPALIVEPING, in gef_wdt_ioctl()
185 wdt_status &= ~WDIOF_KEEPALIVEPING; in gef_wdt_ioctl()
201 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()
Debc-c384_wdt.c95 .options = WDIOF_KEEPALIVEPING | WDIOF_MAGICCLOSE | WDIOF_SETTIMEOUT,
Dtwl4030_wdt.c60 .options = WDIOF_SETTIMEOUT | WDIOF_MAGICCLOSE | WDIOF_KEEPALIVEPING,
Dimx2_wdt.c83 .options = WDIOF_KEEPALIVEPING | WDIOF_SETTIMEOUT | WDIOF_MAGICCLOSE,
88 .options = WDIOF_KEEPALIVEPING | WDIOF_SETTIMEOUT | WDIOF_MAGICCLOSE |
Dep93xx_wdt.c79 WDIOF_KEEPALIVEPING,
Dsoftdog.c117 .options = WDIOF_SETTIMEOUT | WDIOF_KEEPALIVEPING | WDIOF_MAGICCLOSE,
Dsun4v_wdt.c75 WDIOF_KEEPALIVEPING,
Dux500_wdt.c67 .options = WDIOF_SETTIMEOUT | WDIOF_KEEPALIVEPING | WDIOF_MAGICCLOSE,
Dda9055_wdt.c108 .options = WDIOF_SETTIMEOUT | WDIOF_KEEPALIVEPING,
Dindydog.c107 .options = WDIOF_KEEPALIVEPING, in indydog_ioctl()
Dsbc_epx_c3.c111 .options = WDIOF_KEEPALIVEPING, in epx_c3_ioctl()
Dstmp3xxx_rtc_wdt.c52 .options = WDIOF_MAGICCLOSE | WDIOF_SETTIMEOUT | WDIOF_KEEPALIVEPING,
Dixp4xx_wdt.c96 WDIOF_SETTIMEOUT | WDIOF_KEEPALIVEPING,
Dmt7621_wdt.c115 .options = WDIOF_SETTIMEOUT | WDIOF_KEEPALIVEPING | WDIOF_MAGICCLOSE,
Dbooke_wdt.c196 .options = WDIOF_SETTIMEOUT | WDIOF_KEEPALIVEPING,
Dda9052_wdt.c138 .options = WDIOF_SETTIMEOUT | WDIOF_KEEPALIVEPING,
Dintel-mid_wdt.c101 .options = WDIOF_KEEPALIVEPING | WDIOF_SETTIMEOUT | WDIOF_MAGICCLOSE,
Dm54xx_wdt.c116 WDIOF_KEEPALIVEPING,
Dretu_wdt.c97 .options = WDIOF_SETTIMEOUT | WDIOF_MAGICCLOSE | WDIOF_KEEPALIVEPING,
Dsa1100_wdt.c90 | WDIOF_KEEPALIVEPING,
Dts72xx_wdt.c108 .options = WDIOF_KEEPALIVEPING |
/Linux-v4.19/include/uapi/linux/
Dwatchdog.h51 #define WDIOF_KEEPALIVEPING 0x8000 /* Keep alive ping reply */ macro

1234567