Home
last modified time | relevance | path

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

123456

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

Completed in 31 milliseconds

123456