Searched refs:WDIOF_KEEPALIVEPING (Results 1 – 25 of 178) sorted by relevance
12345678
/openbmc/linux/drivers/watchdog/ |
H A D | gef_wdt.c | 166 WDIOF_KEEPALIVEPING, in gef_wdt_ioctl() 181 wdt_status &= ~WDIOF_KEEPALIVEPING; in gef_wdt_ioctl() 197 wdt_status |= WDIOF_KEEPALIVEPING; in gef_wdt_ioctl()
|
H A D | smsc37b787_wdt.c | 341 return (wb_smsc_wdt_get_timeout() == 0) ? 0 : WDIOF_KEEPALIVEPING; in wb_smsc_wdt_status() 430 .options = WDIOF_KEEPALIVEPING | in wb_smsc_wdt_ioctl()
|
H A D | pm8916_wdt.c | 119 .options = WDIOF_SETTIMEOUT | WDIOF_KEEPALIVEPING | WDIOF_MAGICCLOSE | 125 .options = WDIOF_SETTIMEOUT | WDIOF_KEEPALIVEPING | WDIOF_MAGICCLOSE |
|
H A D | sc1200wdt.c | 161 return (ret & 0x01) ? 0 : WDIOF_KEEPALIVEPING; in sc1200wdt_status() 187 .options = WDIOF_KEEPALIVEPING | WDIOF_SETTIMEOUT | in sc1200wdt_ioctl()
|
H A D | twl4030_wdt.c | 48 .options = WDIOF_SETTIMEOUT | WDIOF_MAGICCLOSE | WDIOF_KEEPALIVEPING,
|
H A D | qcom-wdt.c | 161 .options = WDIOF_KEEPALIVEPING 169 .options = WDIOF_KEEPALIVEPING
|
H A D | ebc-c384_wdt.c | 86 .options = WDIOF_KEEPALIVEPING | WDIOF_MAGICCLOSE | WDIOF_SETTIMEOUT,
|
H A D | tqmx86_wdt.c | 61 WDIOF_KEEPALIVEPING,
|
H A D | ep93xx_wdt.c | 76 WDIOF_KEEPALIVEPING,
|
H A D | db8500_wdt.c | 64 .options = WDIOF_SETTIMEOUT | WDIOF_KEEPALIVEPING | WDIOF_MAGICCLOSE,
|
H A D | sun4v_wdt.c | 71 WDIOF_KEEPALIVEPING,
|
H A D | stmp3xxx_rtc_wdt.c | 52 .options = WDIOF_MAGICCLOSE | WDIOF_SETTIMEOUT | WDIOF_KEEPALIVEPING,
|
H A D | da9055_wdt.c | 108 .options = WDIOF_SETTIMEOUT | WDIOF_KEEPALIVEPING,
|
H A D | indydog.c | 103 .options = WDIOF_KEEPALIVEPING, in indydog_ioctl()
|
H A D | sbc_epx_c3.c | 107 .options = WDIOF_KEEPALIVEPING, in epx_c3_ioctl()
|
H A D | stpmic1_wdt.c | 70 .options = WDIOF_SETTIMEOUT | WDIOF_KEEPALIVEPING | WDIOF_MAGICCLOSE,
|
H A D | da9052_wdt.c | 138 .options = WDIOF_SETTIMEOUT | WDIOF_KEEPALIVEPING,
|
H A D | retu_wdt.c | 90 .options = WDIOF_SETTIMEOUT | WDIOF_MAGICCLOSE | WDIOF_KEEPALIVEPING,
|
H A D | ts72xx_wdt.c | 106 .options = WDIOF_KEEPALIVEPING |
|
H A D | softdog.c | 165 .options = WDIOF_SETTIMEOUT | WDIOF_KEEPALIVEPING | WDIOF_MAGICCLOSE,
|
H A D | moxart_wdt.c | 76 .options = WDIOF_SETTIMEOUT | WDIOF_KEEPALIVEPING |
|
H A D | m54xx_wdt.c | 115 WDIOF_KEEPALIVEPING,
|
H A D | rzn1_wdt.c | 92 .options = WDIOF_MAGICCLOSE | WDIOF_SETTIMEOUT | WDIOF_KEEPALIVEPING,
|
H A D | wm8350_wdt.c | 120 .options = WDIOF_SETTIMEOUT | WDIOF_KEEPALIVEPING | WDIOF_MAGICCLOSE,
|
/openbmc/linux/include/uapi/linux/ |
H A D | watchdog.h | 51 #define WDIOF_KEEPALIVEPING 0x8000 /* Keep alive ping reply */ macro
|
12345678