Home
last modified time | relevance | path

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

123456

/Linux-v4.19/drivers/watchdog/
Debc-c384_wdt.c39 static bool nowayout = WATCHDOG_NOWAYOUT;
42 __MODULE_STRING(WATCHDOG_NOWAYOUT) ")");
Dtwl4030_wdt.c31 static bool nowayout = WATCHDOG_NOWAYOUT;
34 "(default=" __MODULE_STRING(WATCHDOG_NOWAYOUT) ")");
Dsoftdog.c40 static bool nowayout = WATCHDOG_NOWAYOUT;
44 __MODULE_STRING(WATCHDOG_NOWAYOUT) ")");
Dsun4v_wdt.c36 static bool nowayout = WATCHDOG_NOWAYOUT;
39 __MODULE_STRING(WATCHDOG_NOWAYOUT) ")");
Dux500_wdt.c35 static bool nowayout = WATCHDOG_NOWAYOUT;
39 __MODULE_STRING(WATCHDOG_NOWAYOUT) ")");
Dda9055_wdt.c22 static bool nowayout = WATCHDOG_NOWAYOUT;
26 __MODULE_STRING(WATCHDOG_NOWAYOUT) ")");
Dindydog.c36 static bool nowayout = WATCHDOG_NOWAYOUT;
40 __MODULE_STRING(WATCHDOG_NOWAYOUT) ")");
Dsbc_epx_c3.c37 static bool nowayout = WATCHDOG_NOWAYOUT;
40 __MODULE_STRING(WATCHDOG_NOWAYOUT) ")");
Dmt7621_wdt.c39 static bool nowayout = WATCHDOG_NOWAYOUT;
43 __MODULE_STRING(WATCHDOG_NOWAYOUT) ")");
Dsbc8360.c199 static bool nowayout = WATCHDOG_NOWAYOUT;
206 __MODULE_STRING(WATCHDOG_NOWAYOUT) ")");
Dwm8350_wdt.c19 static bool nowayout = WATCHDOG_NOWAYOUT;
23 __MODULE_STRING(WATCHDOG_NOWAYOUT) ")");
Drt2880_wdt.c50 static bool nowayout = WATCHDOG_NOWAYOUT;
54 __MODULE_STRING(WATCHDOG_NOWAYOUT) ")");
Dtxx9wdt.c36 static bool nowayout = WATCHDOG_NOWAYOUT;
40 "(default=" __MODULE_STRING(WATCHDOG_NOWAYOUT) ")");
Dmenf21bmc_wdt.c32 static bool nowayout = WATCHDOG_NOWAYOUT;
35 __MODULE_STRING(WATCHDOG_NOWAYOUT) ")");
Dmenz69_wdt.c29 static bool nowayout = WATCHDOG_NOWAYOUT;
32 __MODULE_STRING(WATCHDOG_NOWAYOUT) ")");
Dpnx833x_wdt.c58 static bool nowayout = WATCHDOG_NOWAYOUT;
61 __MODULE_STRING(WATCHDOG_NOWAYOUT) ")");
Dts4800_wdt.c19 static bool nowayout = WATCHDOG_NOWAYOUT;
23 __MODULE_STRING(WATCHDOG_NOWAYOUT) ")");
Dxen_wdt.c39 static bool nowayout = WATCHDOG_NOWAYOUT;
42 "(default=" __MODULE_STRING(WATCHDOG_NOWAYOUT) ")");
Dacquirewdt.c95 static bool nowayout = WATCHDOG_NOWAYOUT;
99 __MODULE_STRING(WATCHDOG_NOWAYOUT) ")");
Dmax77620_wdt.c24 static bool nowayout = WATCHDOG_NOWAYOUT;
226 "(default=" __MODULE_STRING(WATCHDOG_NOWAYOUT) ")");
Dmixcomwd.c111 static bool nowayout = WATCHDOG_NOWAYOUT;
115 __MODULE_STRING(WATCHDOG_NOWAYOUT) ")");
Drn5t618_wdt.c22 static bool nowayout = WATCHDOG_NOWAYOUT;
30 __MODULE_STRING(WATCHDOG_NOWAYOUT) ")");
Dsirfsoc_wdt.c33 static bool nowayout = WATCHDOG_NOWAYOUT;
40 __MODULE_STRING(WATCHDOG_NOWAYOUT) ")");
Dwafer5823wdt.c70 static bool nowayout = WATCHDOG_NOWAYOUT;
74 __MODULE_STRING(WATCHDOG_NOWAYOUT) ")");
/Linux-v4.19/include/linux/
Dwatchdog.h125 #define WATCHDOG_NOWAYOUT IS_BUILTIN(CONFIG_WATCHDOG_NOWAYOUT) macro
126 #define WATCHDOG_NOWAYOUT_INIT_STATUS (WATCHDOG_NOWAYOUT << WDOG_NO_WAY_OUT)

123456