Searched refs:WDIOF_KEEPALIVEPING (Results 1 – 25 of 157) sorted by relevance
1234567
/Linux-v4.19/drivers/watchdog/ |
D | gef_wdt.c | 170 WDIOF_KEEPALIVEPING, in gef_wdt_ioctl() 185 wdt_status &= ~WDIOF_KEEPALIVEPING; in gef_wdt_ioctl() 201 wdt_status |= WDIOF_KEEPALIVEPING; in gef_wdt_ioctl()
|
D | mv64x60_wdt.c | 186 WDIOF_KEEPALIVEPING, in mv64x60_wdt_ioctl() 201 wdt_status &= ~WDIOF_KEEPALIVEPING; in mv64x60_wdt_ioctl() 220 wdt_status |= WDIOF_KEEPALIVEPING; in mv64x60_wdt_ioctl()
|
D | smsc37b787_wdt.c | 345 return (wb_smsc_wdt_get_timeout() == 0) ? 0 : WDIOF_KEEPALIVEPING; in wb_smsc_wdt_status() 434 .options = WDIOF_KEEPALIVEPING | in wb_smsc_wdt_ioctl()
|
D | sc1200wdt.c | 166 return (ret & 0x01) ? 0 : WDIOF_KEEPALIVEPING; in sc1200wdt_status() 192 .options = WDIOF_KEEPALIVEPING | WDIOF_SETTIMEOUT | in sc1200wdt_ioctl()
|
D | ebc-c384_wdt.c | 95 .options = WDIOF_KEEPALIVEPING | WDIOF_MAGICCLOSE | WDIOF_SETTIMEOUT,
|
D | twl4030_wdt.c | 60 .options = WDIOF_SETTIMEOUT | WDIOF_MAGICCLOSE | WDIOF_KEEPALIVEPING,
|
D | imx2_wdt.c | 83 .options = WDIOF_KEEPALIVEPING | WDIOF_SETTIMEOUT | WDIOF_MAGICCLOSE, 88 .options = WDIOF_KEEPALIVEPING | WDIOF_SETTIMEOUT | WDIOF_MAGICCLOSE |
|
D | ep93xx_wdt.c | 79 WDIOF_KEEPALIVEPING,
|
D | softdog.c | 117 .options = WDIOF_SETTIMEOUT | WDIOF_KEEPALIVEPING | WDIOF_MAGICCLOSE,
|
D | sun4v_wdt.c | 75 WDIOF_KEEPALIVEPING,
|
D | ux500_wdt.c | 67 .options = WDIOF_SETTIMEOUT | WDIOF_KEEPALIVEPING | WDIOF_MAGICCLOSE,
|
D | da9055_wdt.c | 108 .options = WDIOF_SETTIMEOUT | WDIOF_KEEPALIVEPING,
|
D | indydog.c | 107 .options = WDIOF_KEEPALIVEPING, in indydog_ioctl()
|
D | sbc_epx_c3.c | 111 .options = WDIOF_KEEPALIVEPING, in epx_c3_ioctl()
|
D | stmp3xxx_rtc_wdt.c | 52 .options = WDIOF_MAGICCLOSE | WDIOF_SETTIMEOUT | WDIOF_KEEPALIVEPING,
|
D | ixp4xx_wdt.c | 96 WDIOF_SETTIMEOUT | WDIOF_KEEPALIVEPING,
|
D | mt7621_wdt.c | 115 .options = WDIOF_SETTIMEOUT | WDIOF_KEEPALIVEPING | WDIOF_MAGICCLOSE,
|
D | booke_wdt.c | 196 .options = WDIOF_SETTIMEOUT | WDIOF_KEEPALIVEPING,
|
D | da9052_wdt.c | 138 .options = WDIOF_SETTIMEOUT | WDIOF_KEEPALIVEPING,
|
D | intel-mid_wdt.c | 101 .options = WDIOF_KEEPALIVEPING | WDIOF_SETTIMEOUT | WDIOF_MAGICCLOSE,
|
D | m54xx_wdt.c | 116 WDIOF_KEEPALIVEPING,
|
D | retu_wdt.c | 97 .options = WDIOF_SETTIMEOUT | WDIOF_MAGICCLOSE | WDIOF_KEEPALIVEPING,
|
D | sa1100_wdt.c | 90 | WDIOF_KEEPALIVEPING,
|
D | ts72xx_wdt.c | 108 .options = WDIOF_KEEPALIVEPING |
|
/Linux-v4.19/include/uapi/linux/ |
D | watchdog.h | 51 #define WDIOF_KEEPALIVEPING 0x8000 /* Keep alive ping reply */ macro
|
1234567