Home
last modified time | relevance | path

Searched refs:WATCHDOG_NOWAYOUT (Results 1 – 25 of 141) sorted by relevance

123456

/linux/drivers/watchdog/
H A Dtwl4030_wdt.c19 static bool nowayout = WATCHDOG_NOWAYOUT;
22 "(default=" __MODULE_STRING(WATCHDOG_NOWAYOUT) ")");
H A Debc-c384_wdt.c30 static bool nowayout = WATCHDOG_NOWAYOUT;
33 __MODULE_STRING(WATCHDOG_NOWAYOUT) ")");
H A Ddb8500_wdt.c32 static bool nowayout = WATCHDOG_NOWAYOUT;
36 __MODULE_STRING(WATCHDOG_NOWAYOUT) ")");
H A Dsun4v_wdt.c32 static bool nowayout = WATCHDOG_NOWAYOUT;
35 __MODULE_STRING(WATCHDOG_NOWAYOUT) ")");
H A Dda9055_wdt.c22 static bool nowayout = WATCHDOG_NOWAYOUT;
26 __MODULE_STRING(WATCHDOG_NOWAYOUT) ")");
H A Dindydog.c32 static bool nowayout = WATCHDOG_NOWAYOUT;
36 __MODULE_STRING(WATCHDOG_NOWAYOUT) ")");
H A Dsbc_epx_c3.c33 static bool nowayout = WATCHDOG_NOWAYOUT;
36 __MODULE_STRING(WATCHDOG_NOWAYOUT) ")");
H A Dstpmic1_wdt.c25 static bool nowayout = WATCHDOG_NOWAYOUT;
28 __MODULE_STRING(WATCHDOG_NOWAYOUT) ")");
H A Dsbc8360.c195 static bool nowayout = WATCHDOG_NOWAYOUT;
202 __MODULE_STRING(WATCHDOG_NOWAYOUT) ")");
H A Dsoftdog.c38 static bool nowayout = WATCHDOG_NOWAYOUT;
42 __MODULE_STRING(WATCHDOG_NOWAYOUT) ")");
H A Dbooke_wdt.c42 static bool nowayout = WATCHDOG_NOWAYOUT;
46 __MODULE_STRING(WATCHDOG_NOWAYOUT) ")");
H A Dwm8350_wdt.c19 static bool nowayout = WATCHDOG_NOWAYOUT;
23 __MODULE_STRING(WATCHDOG_NOWAYOUT) ")");
H A Dmenf21bmc_wdt.c28 static bool nowayout = WATCHDOG_NOWAYOUT;
31 __MODULE_STRING(WATCHDOG_NOWAYOUT) ")");
H A Dts4800_wdt.c17 static bool nowayout = WATCHDOG_NOWAYOUT;
21 __MODULE_STRING(WATCHDOG_NOWAYOUT) ")");
H A Dtxx9wdt.c33 static bool nowayout = WATCHDOG_NOWAYOUT;
37 "(default=" __MODULE_STRING(WATCHDOG_NOWAYOUT) ")");
H A Darm_smc_wdt.c31 static bool nowayout = WATCHDOG_NOWAYOUT;
183 __MODULE_STRING(WATCHDOG_NOWAYOUT) ")");
H A Dxen_wdt.c35 static bool nowayout = WATCHDOG_NOWAYOUT;
38 "(default=" __MODULE_STRING(WATCHDOG_NOWAYOUT) ")");
H A Dmenz69_wdt.c29 static bool nowayout = WATCHDOG_NOWAYOUT;
32 __MODULE_STRING(WATCHDOG_NOWAYOUT) ")");
H A Dgpio_wdt.c17 static bool nowayout = WATCHDOG_NOWAYOUT;
21 __MODULE_STRING(WATCHDOG_NOWAYOUT) ")");
H A Dmixcomwd.c106 static bool nowayout = WATCHDOG_NOWAYOUT;
110 __MODULE_STRING(WATCHDOG_NOWAYOUT) ")");
H A Dvisconti_wdt.c28 static bool nowayout = WATCHDOG_NOWAYOUT;
32 "Watchdog cannot be stopped once started (default=" __MODULE_STRING(WATCHDOG_NOWAYOUT)")");
H A Dacquirewdt.c91 static bool nowayout = WATCHDOG_NOWAYOUT;
95 __MODULE_STRING(WATCHDOG_NOWAYOUT) ")");
H A Djz4740_wdt.c26 static bool nowayout = WATCHDOG_NOWAYOUT;
30 __MODULE_STRING(WATCHDOG_NOWAYOUT) ")");
H A Dmena21_wdt.c37 static bool nowayout = WATCHDOG_NOWAYOUT;
40 __MODULE_STRING(WATCHDOG_NOWAYOUT) ")");
/linux/include/linux/
H A Dwatchdog.h124 #define WATCHDOG_NOWAYOUT IS_BUILTIN(CONFIG_WATCHDOG_NOWAYOUT) macro
125 #define WATCHDOG_NOWAYOUT_INIT_STATUS (WATCHDOG_NOWAYOUT << WDOG_NO_WAY_OUT)

123456