Searched refs:WDIOF_KEEPALIVEPING (Results 1 – 25 of 171) sorted by relevance
1234567
| /Linux-v5.10/drivers/watchdog/ |
| 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()
|
| D | mv64x60_wdt.c | 184 WDIOF_KEEPALIVEPING, in mv64x60_wdt_ioctl() 199 wdt_status &= ~WDIOF_KEEPALIVEPING; in mv64x60_wdt_ioctl() 218 wdt_status |= WDIOF_KEEPALIVEPING; in mv64x60_wdt_ioctl()
|
| D | pm8916_wdt.c | 114 .options = WDIOF_SETTIMEOUT | WDIOF_KEEPALIVEPING | WDIOF_MAGICCLOSE, 119 .options = WDIOF_SETTIMEOUT | WDIOF_KEEPALIVEPING | WDIOF_MAGICCLOSE |
|
| 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()
|
| D | sc1200wdt.c | 161 return (ret & 0x01) ? 0 : WDIOF_KEEPALIVEPING; in sc1200wdt_status() 187 .options = WDIOF_KEEPALIVEPING | WDIOF_SETTIMEOUT | in sc1200wdt_ioctl()
|
| D | qcom-wdt.c | 166 .options = WDIOF_KEEPALIVEPING 174 .options = WDIOF_KEEPALIVEPING
|
| D | ebc-c384_wdt.c | 86 .options = WDIOF_KEEPALIVEPING | WDIOF_MAGICCLOSE | WDIOF_SETTIMEOUT,
|
| D | twl4030_wdt.c | 47 .options = WDIOF_SETTIMEOUT | WDIOF_MAGICCLOSE | WDIOF_KEEPALIVEPING,
|
| D | tqmx86_wdt.c | 61 WDIOF_KEEPALIVEPING,
|
| D | ep93xx_wdt.c | 79 WDIOF_KEEPALIVEPING,
|
| D | imx2_wdt.c | 82 .options = WDIOF_KEEPALIVEPING | WDIOF_SETTIMEOUT | WDIOF_MAGICCLOSE, 87 .options = WDIOF_KEEPALIVEPING | WDIOF_SETTIMEOUT | WDIOF_MAGICCLOSE |
|
| D | stmp3xxx_rtc_wdt.c | 52 .options = WDIOF_MAGICCLOSE | WDIOF_SETTIMEOUT | WDIOF_KEEPALIVEPING,
|
| D | sun4v_wdt.c | 71 WDIOF_KEEPALIVEPING,
|
| D | ux500_wdt.c | 66 .options = WDIOF_SETTIMEOUT | WDIOF_KEEPALIVEPING | WDIOF_MAGICCLOSE,
|
| D | indydog.c | 103 .options = WDIOF_KEEPALIVEPING, in indydog_ioctl()
|
| D | sbc_epx_c3.c | 107 .options = WDIOF_KEEPALIVEPING, in epx_c3_ioctl()
|
| D | da9055_wdt.c | 108 .options = WDIOF_SETTIMEOUT | WDIOF_KEEPALIVEPING,
|
| D | mt7621_wdt.c | 113 .options = WDIOF_SETTIMEOUT | WDIOF_KEEPALIVEPING | WDIOF_MAGICCLOSE,
|
| D | stpmic1_wdt.c | 70 .options = WDIOF_SETTIMEOUT | WDIOF_KEEPALIVEPING | WDIOF_MAGICCLOSE,
|
| D | ts72xx_wdt.c | 108 .options = WDIOF_KEEPALIVEPING |
|
| D | da9052_wdt.c | 138 .options = WDIOF_SETTIMEOUT | WDIOF_KEEPALIVEPING,
|
| D | moxart_wdt.c | 78 .options = WDIOF_SETTIMEOUT | WDIOF_KEEPALIVEPING |
|
| D | retu_wdt.c | 89 .options = WDIOF_SETTIMEOUT | WDIOF_MAGICCLOSE | WDIOF_KEEPALIVEPING,
|
| D | rt2880_wdt.c | 122 .options = WDIOF_SETTIMEOUT | WDIOF_KEEPALIVEPING | WDIOF_MAGICCLOSE,
|
| /Linux-v5.10/include/uapi/linux/ |
| D | watchdog.h | 51 #define WDIOF_KEEPALIVEPING 0x8000 /* Keep alive ping reply */ macro
|
1234567