Home
last modified time | relevance | path

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

1234567

/Linux-v5.10/drivers/watchdog/
Dgef_wdt.c166 WDIOF_KEEPALIVEPING, in gef_wdt_ioctl()
181 wdt_status &= ~WDIOF_KEEPALIVEPING; in gef_wdt_ioctl()
197 wdt_status |= WDIOF_KEEPALIVEPING; in gef_wdt_ioctl()
Dmv64x60_wdt.c184 WDIOF_KEEPALIVEPING, in mv64x60_wdt_ioctl()
199 wdt_status &= ~WDIOF_KEEPALIVEPING; in mv64x60_wdt_ioctl()
218 wdt_status |= WDIOF_KEEPALIVEPING; in mv64x60_wdt_ioctl()
Dpm8916_wdt.c114 .options = WDIOF_SETTIMEOUT | WDIOF_KEEPALIVEPING | WDIOF_MAGICCLOSE,
119 .options = WDIOF_SETTIMEOUT | WDIOF_KEEPALIVEPING | WDIOF_MAGICCLOSE |
Dsmsc37b787_wdt.c341 return (wb_smsc_wdt_get_timeout() == 0) ? 0 : WDIOF_KEEPALIVEPING; in wb_smsc_wdt_status()
430 .options = WDIOF_KEEPALIVEPING | in wb_smsc_wdt_ioctl()
Dsc1200wdt.c161 return (ret & 0x01) ? 0 : WDIOF_KEEPALIVEPING; in sc1200wdt_status()
187 .options = WDIOF_KEEPALIVEPING | WDIOF_SETTIMEOUT | in sc1200wdt_ioctl()
Dqcom-wdt.c166 .options = WDIOF_KEEPALIVEPING
174 .options = WDIOF_KEEPALIVEPING
Debc-c384_wdt.c86 .options = WDIOF_KEEPALIVEPING | WDIOF_MAGICCLOSE | WDIOF_SETTIMEOUT,
Dtwl4030_wdt.c47 .options = WDIOF_SETTIMEOUT | WDIOF_MAGICCLOSE | WDIOF_KEEPALIVEPING,
Dtqmx86_wdt.c61 WDIOF_KEEPALIVEPING,
Dep93xx_wdt.c79 WDIOF_KEEPALIVEPING,
Dimx2_wdt.c82 .options = WDIOF_KEEPALIVEPING | WDIOF_SETTIMEOUT | WDIOF_MAGICCLOSE,
87 .options = WDIOF_KEEPALIVEPING | WDIOF_SETTIMEOUT | WDIOF_MAGICCLOSE |
Dstmp3xxx_rtc_wdt.c52 .options = WDIOF_MAGICCLOSE | WDIOF_SETTIMEOUT | WDIOF_KEEPALIVEPING,
Dsun4v_wdt.c71 WDIOF_KEEPALIVEPING,
Dux500_wdt.c66 .options = WDIOF_SETTIMEOUT | WDIOF_KEEPALIVEPING | WDIOF_MAGICCLOSE,
Dindydog.c103 .options = WDIOF_KEEPALIVEPING, in indydog_ioctl()
Dsbc_epx_c3.c107 .options = WDIOF_KEEPALIVEPING, in epx_c3_ioctl()
Dda9055_wdt.c108 .options = WDIOF_SETTIMEOUT | WDIOF_KEEPALIVEPING,
Dmt7621_wdt.c113 .options = WDIOF_SETTIMEOUT | WDIOF_KEEPALIVEPING | WDIOF_MAGICCLOSE,
Dstpmic1_wdt.c70 .options = WDIOF_SETTIMEOUT | WDIOF_KEEPALIVEPING | WDIOF_MAGICCLOSE,
Dts72xx_wdt.c108 .options = WDIOF_KEEPALIVEPING |
Dda9052_wdt.c138 .options = WDIOF_SETTIMEOUT | WDIOF_KEEPALIVEPING,
Dmoxart_wdt.c78 .options = WDIOF_SETTIMEOUT | WDIOF_KEEPALIVEPING |
Dretu_wdt.c89 .options = WDIOF_SETTIMEOUT | WDIOF_MAGICCLOSE | WDIOF_KEEPALIVEPING,
Drt2880_wdt.c122 .options = WDIOF_SETTIMEOUT | WDIOF_KEEPALIVEPING | WDIOF_MAGICCLOSE,
/Linux-v5.10/include/uapi/linux/
Dwatchdog.h51 #define WDIOF_KEEPALIVEPING 0x8000 /* Keep alive ping reply */ macro

1234567