Home
last modified time | relevance | path

Searched refs:conceal_on (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/drivers/watchdog/
H A Ddiag288_wdt.c52 static bool conceal_on; variable
64 module_param_named(conceal, conceal_on, bool, 0644);
114 func = conceal_on ? (WDT_FUNC_INIT | WDT_FUNC_CONCEAL) in wdt_start()
145 func = conceal_on ? (WDT_FUNC_INIT | WDT_FUNC_CONCEAL) in wdt_ping()