Searched refs:WDIOF_KEEPALIVEPING (Results 1 – 25 of 100) sorted by relevance
1234
/linux-3.4.99/drivers/watchdog/ |
D | gef_wdt.c | 169 WDIOF_KEEPALIVEPING, in gef_wdt_ioctl() 184 wdt_status &= ~WDIOF_KEEPALIVEPING; in gef_wdt_ioctl() 200 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 | softdog.c | 148 .options = WDIOF_SETTIMEOUT | WDIOF_KEEPALIVEPING | WDIOF_MAGICCLOSE,
|
D | sa1100_wdt.c | 89 | WDIOF_KEEPALIVEPING,
|
D | ep93xx_wdt.c | 99 WDIOF_KEEPALIVEPING,
|
D | sbc_epx_c3.c | 111 .options = WDIOF_KEEPALIVEPING, in epx_c3_ioctl()
|
D | indydog.c | 116 .options = WDIOF_KEEPALIVEPING, in indydog_ioctl()
|
D | ixp2000_wdt.c | 107 WDIOF_KEEPALIVEPING,
|
D | ixp4xx_wdt.c | 96 WDIOF_SETTIMEOUT | WDIOF_KEEPALIVEPING,
|
D | wm8350_wdt.c | 123 .options = WDIOF_SETTIMEOUT | WDIOF_KEEPALIVEPING | WDIOF_MAGICCLOSE,
|
D | iop_wdt.c | 131 .options = WDIOF_CARDRESET | WDIOF_MAGICCLOSE | WDIOF_KEEPALIVEPING,
|
D | m54xx_wdt.c | 116 WDIOF_KEEPALIVEPING,
|
D | at91rm9200_wdt.c | 128 .options = WDIOF_SETTIMEOUT | WDIOF_KEEPALIVEPING,
|
D | max63xx_wdt.c | 161 .options = WDIOF_KEEPALIVEPING | WDIOF_MAGICCLOSE,
|
D | pnx4008_wdt.c | 130 WDIOF_SETTIMEOUT | WDIOF_KEEPALIVEPING,
|
D | pnx833x_wdt.c | 149 .options = WDIOF_KEEPALIVEPING | WDIOF_SETTIMEOUT, in pnx833x_wdt_ioctl()
|
D | sbc_fitpc2_wdt.c | 115 WDIOF_KEEPALIVEPING,
|
D | txx9wdt.c | 88 .options = WDIOF_SETTIMEOUT | WDIOF_KEEPALIVEPING | WDIOF_MAGICCLOSE,
|
D | acquirewdt.c | 155 .options = WDIOF_KEEPALIVEPING | WDIOF_MAGICCLOSE, in acq_ioctl()
|
D | lantiq_wdt.c | 106 .options = WDIOF_MAGICCLOSE | WDIOF_SETTIMEOUT | WDIOF_KEEPALIVEPING |
|
D | mixcomwd.c | 204 .options = WDIOF_KEEPALIVEPING | WDIOF_MAGICCLOSE, in mixcomwd_ioctl()
|
D | scx200_wdt.c | 167 .options = WDIOF_SETTIMEOUT | WDIOF_KEEPALIVEPING | in scx200_wdt_ioctl()
|
/linux-3.4.99/include/linux/ |
D | watchdog.h | 48 #define WDIOF_KEEPALIVEPING 0x8000 /* Keep alive ping reply */ macro
|
1234