Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/watchdog/
H A Dwatchdog_core.c42 static int stop_on_reboot = -1; variable
43 module_param(stop_on_reboot, int, 0444);
44 MODULE_PARM_DESC(stop_on_reboot, "Stop watchdogs on reboot (0=keep watching, 1=stop)");
262 if (stop_on_reboot != -1) { in __watchdog_register_device()
263 if (stop_on_reboot) in __watchdog_register_device()
/OK3568_Linux_fs/buildroot/output/OK3568/target/usr/lib/modules/5.10.160/
H A Dmodules.builtin.modinfo