nowayout          126 drivers/char/ipmi/ipmi_watchdog.c static bool nowayout = WATCHDOG_NOWAYOUT;
nowayout          299 drivers/char/ipmi/ipmi_watchdog.c module_param(nowayout, bool, 0644);
nowayout          300 drivers/char/ipmi/ipmi_watchdog.c MODULE_PARM_DESC(nowayout, "Watchdog cannot be stopped once started "
nowayout          753 drivers/char/ipmi/ipmi_watchdog.c 		if (!nowayout) {
nowayout           43 drivers/hwmon/fschmd.c static bool nowayout = WATCHDOG_NOWAYOUT;
nowayout           44 drivers/hwmon/fschmd.c module_param(nowayout, bool, 0);
nowayout           45 drivers/hwmon/fschmd.c MODULE_PARM_DESC(nowayout, "Watchdog cannot be stopped once started (default="
nowayout          859 drivers/hwmon/fschmd.c 		if (!nowayout) {
nowayout          894 drivers/hwmon/fschmd.c 		if (!nowayout)
nowayout           23 drivers/hwmon/sch56xx-common.c static int nowayout = WATCHDOG_NOWAYOUT;
nowayout           24 drivers/hwmon/sch56xx-common.c module_param(nowayout, int, 0);
nowayout           25 drivers/hwmon/sch56xx-common.c MODULE_PARM_DESC(nowayout, "Watchdog cannot be stopped once started (default="
nowayout          415 drivers/hwmon/sch56xx-common.c 	if (!nowayout)
nowayout          424 drivers/hwmon/sch56xx-common.c 	if (nowayout)
nowayout           62 drivers/hwmon/w83793.c static bool nowayout = WATCHDOG_NOWAYOUT;
nowayout           63 drivers/hwmon/w83793.c module_param(nowayout, bool, 0);
nowayout           64 drivers/hwmon/w83793.c MODULE_PARM_DESC(nowayout,
nowayout         1364 drivers/hwmon/w83793.c 		if (!nowayout) {
nowayout         1400 drivers/hwmon/w83793.c 		if (!nowayout)
nowayout           91 drivers/watchdog/acquirewdt.c static bool nowayout = WATCHDOG_NOWAYOUT;
nowayout           92 drivers/watchdog/acquirewdt.c module_param(nowayout, bool, 0);
nowayout           93 drivers/watchdog/acquirewdt.c MODULE_PARM_DESC(nowayout,
nowayout          122 drivers/watchdog/acquirewdt.c 		if (!nowayout) {
nowayout          194 drivers/watchdog/acquirewdt.c 	if (nowayout)
nowayout          261 drivers/watchdog/acquirewdt.c 	pr_info("initialized. (nowayout=%d)\n", nowayout);
nowayout           76 drivers/watchdog/advantechwdt.c static bool nowayout = WATCHDOG_NOWAYOUT;
nowayout           77 drivers/watchdog/advantechwdt.c module_param(nowayout, bool, 0);
nowayout           78 drivers/watchdog/advantechwdt.c MODULE_PARM_DESC(nowayout,
nowayout          113 drivers/watchdog/advantechwdt.c 		if (!nowayout) {
nowayout          270 drivers/watchdog/advantechwdt.c 		timeout, nowayout);
nowayout           39 drivers/watchdog/alim1535_wdt.c static bool nowayout = WATCHDOG_NOWAYOUT;
nowayout           40 drivers/watchdog/alim1535_wdt.c module_param(nowayout, bool, 0);
nowayout           41 drivers/watchdog/alim1535_wdt.c MODULE_PARM_DESC(nowayout,
nowayout          142 drivers/watchdog/alim1535_wdt.c 		if (!nowayout) {
nowayout          419 drivers/watchdog/alim1535_wdt.c 		timeout, nowayout);
nowayout           81 drivers/watchdog/alim7101_wdt.c static bool nowayout = WATCHDOG_NOWAYOUT;
nowayout           82 drivers/watchdog/alim7101_wdt.c module_param(nowayout, bool, 0);
nowayout           83 drivers/watchdog/alim7101_wdt.c MODULE_PARM_DESC(nowayout,
nowayout          189 drivers/watchdog/alim7101_wdt.c 		if (!nowayout) {
nowayout          389 drivers/watchdog/alim7101_wdt.c 		nowayout = 1;
nowayout          421 drivers/watchdog/alim7101_wdt.c 	if (nowayout)
nowayout          425 drivers/watchdog/alim7101_wdt.c 		timeout, nowayout);
nowayout           41 drivers/watchdog/ar7_wdt.c static bool nowayout = WATCHDOG_NOWAYOUT;
nowayout           42 drivers/watchdog/ar7_wdt.c module_param(nowayout, bool, 0);
nowayout           43 drivers/watchdog/ar7_wdt.c MODULE_PARM_DESC(nowayout, "Disable watchdog shutdown on close");
nowayout          173 drivers/watchdog/ar7_wdt.c 	else if (!nowayout)
nowayout          307 drivers/watchdog/ar7_wdt.c 	if (!nowayout)
nowayout           71 drivers/watchdog/armada_37xx_wdt.c static bool nowayout = WATCHDOG_NOWAYOUT;
nowayout           72 drivers/watchdog/armada_37xx_wdt.c module_param(nowayout, bool, 0);
nowayout           73 drivers/watchdog/armada_37xx_wdt.c MODULE_PARM_DESC(nowayout, "Watchdog cannot be stopped once started (default="
nowayout          316 drivers/watchdog/armada_37xx_wdt.c 	watchdog_set_nowayout(&dev->wdt, nowayout);
nowayout          323 drivers/watchdog/armada_37xx_wdt.c 		 dev->wdt.timeout, nowayout ? ", nowayout" : "");
nowayout           36 drivers/watchdog/at91rm9200_wdt.c static bool nowayout = WATCHDOG_NOWAYOUT;
nowayout           44 drivers/watchdog/at91rm9200_wdt.c module_param(nowayout, bool, 0);
nowayout           45 drivers/watchdog/at91rm9200_wdt.c MODULE_PARM_DESC(nowayout,
nowayout          124 drivers/watchdog/at91rm9200_wdt.c 	if (!nowayout)
nowayout          256 drivers/watchdog/at91rm9200_wdt.c 		wdt_time, nowayout ? ", nowayout" : "");
nowayout           75 drivers/watchdog/at91sam9_wdt.c static bool nowayout = WATCHDOG_NOWAYOUT;
nowayout           76 drivers/watchdog/at91sam9_wdt.c module_param(nowayout, bool, 0);
nowayout           77 drivers/watchdog/at91sam9_wdt.c MODULE_PARM_DESC(nowayout, "Watchdog cannot be stopped once started "
nowayout           89 drivers/watchdog/at91sam9_wdt.c 	bool nowayout;
nowayout          236 drivers/watchdog/at91sam9_wdt.c 	watchdog_set_nowayout(&wdt->wdd, wdt->nowayout);
nowayout          340 drivers/watchdog/at91sam9_wdt.c 	wdt->nowayout = nowayout;
nowayout          375 drivers/watchdog/at91sam9_wdt.c 		wdt->wdd.timeout, wdt->nowayout);
nowayout           50 drivers/watchdog/ath79_wdt.c static bool nowayout = WATCHDOG_NOWAYOUT;
nowayout           51 drivers/watchdog/ath79_wdt.c module_param(nowayout, bool, 0);
nowayout           52 drivers/watchdog/ath79_wdt.c MODULE_PARM_DESC(nowayout, "Watchdog cannot be stopped once started "
nowayout          153 drivers/watchdog/ath79_wdt.c 		if (!nowayout) {
nowayout           26 drivers/watchdog/atlas7_wdt.c static bool nowayout = WATCHDOG_NOWAYOUT;
nowayout           29 drivers/watchdog/atlas7_wdt.c module_param(nowayout, bool, 0);
nowayout           32 drivers/watchdog/atlas7_wdt.c MODULE_PARM_DESC(nowayout, "Watchdog cannot be stopped once started (default="
nowayout          170 drivers/watchdog/atlas7_wdt.c 	watchdog_set_nowayout(&atlas7_wdd, nowayout);
nowayout           54 drivers/watchdog/bcm2835_wdt.c static bool nowayout = WATCHDOG_NOWAYOUT;
nowayout          187 drivers/watchdog/bcm2835_wdt.c 	watchdog_set_nowayout(&bcm2835_wdt_wdd, nowayout);
nowayout          237 drivers/watchdog/bcm2835_wdt.c module_param(nowayout, bool, 0);
nowayout          238 drivers/watchdog/bcm2835_wdt.c MODULE_PARM_DESC(nowayout, "Watchdog cannot be stopped once started (default="
nowayout           32 drivers/watchdog/bcm47xx_wdt.c static bool nowayout = WATCHDOG_NOWAYOUT;
nowayout           38 drivers/watchdog/bcm47xx_wdt.c module_param(nowayout, bool, 0);
nowayout           39 drivers/watchdog/bcm47xx_wdt.c MODULE_PARM_DESC(nowayout,
nowayout          201 drivers/watchdog/bcm47xx_wdt.c 	watchdog_set_nowayout(&wdt->wdd, nowayout);
nowayout          210 drivers/watchdog/bcm47xx_wdt.c 		timeout, nowayout ? ", nowayout" : "",
nowayout           51 drivers/watchdog/bcm63xx_wdt.c static bool nowayout = WATCHDOG_NOWAYOUT;
nowayout           52 drivers/watchdog/bcm63xx_wdt.c module_param(nowayout, bool, 0);
nowayout           53 drivers/watchdog/bcm63xx_wdt.c MODULE_PARM_DESC(nowayout, "Watchdog cannot be stopped once started (default="
nowayout          139 drivers/watchdog/bcm63xx_wdt.c 		if (!nowayout) {
nowayout          286 drivers/watchdog/bcm63xx_wdt.c 	if (!nowayout)
nowayout           35 drivers/watchdog/bcm7038_wdt.c static bool nowayout = WATCHDOG_NOWAYOUT;
nowayout          211 drivers/watchdog/bcm7038_wdt.c module_param(nowayout, bool, 0);
nowayout          212 drivers/watchdog/bcm7038_wdt.c MODULE_PARM_DESC(nowayout, "Watchdog cannot be stopped once started (default="
nowayout          218 drivers/watchdog/booke_wdt.c 	bool nowayout = WATCHDOG_NOWAYOUT;
nowayout          224 drivers/watchdog/booke_wdt.c 	watchdog_set_nowayout(&booke_wdt_dev, nowayout);
nowayout           50 drivers/watchdog/cadence_wdt.c static int nowayout = WATCHDOG_NOWAYOUT;
nowayout           57 drivers/watchdog/cadence_wdt.c module_param(nowayout, int, 0644);
nowayout           58 drivers/watchdog/cadence_wdt.c MODULE_PARM_DESC(nowayout,
nowayout          332 drivers/watchdog/cadence_wdt.c 	watchdog_set_nowayout(cdns_wdt_device, nowayout);
nowayout          372 drivers/watchdog/cadence_wdt.c 		 nowayout ? ", nowayout" : "");
nowayout           22 drivers/watchdog/da9055_wdt.c static bool nowayout = WATCHDOG_NOWAYOUT;
nowayout           23 drivers/watchdog/da9055_wdt.c module_param(nowayout, bool, 0);
nowayout           24 drivers/watchdog/da9055_wdt.c MODULE_PARM_DESC(nowayout,
nowayout          140 drivers/watchdog/da9055_wdt.c 	watchdog_set_nowayout(da9055_wdt, nowayout);
nowayout           68 drivers/watchdog/diag288_wdt.c module_param_named(nowayout, nowayout_info, bool, 0444);
nowayout           69 drivers/watchdog/diag288_wdt.c MODULE_PARM_DESC(nowayout, "Watchdog cannot be stopped once started (default = CONFIG_WATCHDOG_NOWAYOUT)");
nowayout           43 drivers/watchdog/dw_wdt.c static bool nowayout = WATCHDOG_NOWAYOUT;
nowayout           44 drivers/watchdog/dw_wdt.c module_param(nowayout, bool, 0);
nowayout           45 drivers/watchdog/dw_wdt.c MODULE_PARM_DESC(nowayout, "Watchdog cannot be stopped once started "
nowayout          278 drivers/watchdog/dw_wdt.c 	watchdog_set_nowayout(wdd, nowayout);
nowayout           30 drivers/watchdog/ebc-c384_wdt.c static bool nowayout = WATCHDOG_NOWAYOUT;
nowayout           31 drivers/watchdog/ebc-c384_wdt.c module_param(nowayout, bool, 0);
nowayout           32 drivers/watchdog/ebc-c384_wdt.c MODULE_PARM_DESC(nowayout, "Watchdog cannot be stopped once started (default="
nowayout          110 drivers/watchdog/ebc-c384_wdt.c 	watchdog_set_nowayout(wdd, nowayout);
nowayout           32 drivers/watchdog/ep93xx_wdt.c static bool nowayout = WATCHDOG_NOWAYOUT;
nowayout           33 drivers/watchdog/ep93xx_wdt.c module_param(nowayout, bool, 0);
nowayout           34 drivers/watchdog/ep93xx_wdt.c MODULE_PARM_DESC(nowayout, "Watchdog cannot be stopped once started");
nowayout          116 drivers/watchdog/ep93xx_wdt.c 	watchdog_set_nowayout(wdd, nowayout);
nowayout           76 drivers/watchdog/eurotechwdt.c static bool nowayout = WATCHDOG_NOWAYOUT;
nowayout           77 drivers/watchdog/eurotechwdt.c module_param(nowayout, bool, 0);
nowayout           78 drivers/watchdog/eurotechwdt.c MODULE_PARM_DESC(nowayout,
nowayout          202 drivers/watchdog/eurotechwdt.c 		if (!nowayout) {
nowayout          104 drivers/watchdog/f71808e_wdt.c static bool nowayout = WATCHDOG_NOWAYOUT;
nowayout          105 drivers/watchdog/f71808e_wdt.c module_param(nowayout, bool, 0444);
nowayout          106 drivers/watchdog/f71808e_wdt.c MODULE_PARM_DESC(nowayout, "Disable watchdog shutdown on close");
nowayout          525 drivers/watchdog/f71808e_wdt.c 	if (nowayout)
nowayout          539 drivers/watchdog/f71808e_wdt.c 	} else if (!nowayout) {
nowayout          560 drivers/watchdog/f71808e_wdt.c 		if (!nowayout) {
nowayout          765 drivers/watchdog/f71808e_wdt.c 		if (nowayout)
nowayout           70 drivers/watchdog/gef_wdt.c static bool nowayout = WATCHDOG_NOWAYOUT;
nowayout           71 drivers/watchdog/gef_wdt.c module_param(nowayout, bool, 0);
nowayout           72 drivers/watchdog/gef_wdt.c MODULE_PARM_DESC(nowayout, "Watchdog cannot be stopped once started (default="
nowayout          139 drivers/watchdog/gef_wdt.c 		if (!nowayout) {
nowayout          223 drivers/watchdog/gef_wdt.c 	if (nowayout)
nowayout           39 drivers/watchdog/geodewdt.c static bool nowayout = WATCHDOG_NOWAYOUT;
nowayout           40 drivers/watchdog/geodewdt.c module_param(nowayout, bool, 0);
nowayout           41 drivers/watchdog/geodewdt.c MODULE_PARM_DESC(nowayout,
nowayout          115 drivers/watchdog/geodewdt.c 		if (!nowayout) {
nowayout           16 drivers/watchdog/gpio_wdt.c static bool nowayout = WATCHDOG_NOWAYOUT;
nowayout           17 drivers/watchdog/gpio_wdt.c module_param(nowayout, bool, 0);
nowayout           18 drivers/watchdog/gpio_wdt.c MODULE_PARM_DESC(nowayout,
nowayout          160 drivers/watchdog/gpio_wdt.c 	watchdog_set_nowayout(&priv->wdd, nowayout);
nowayout           35 drivers/watchdog/hpwdt.c static bool nowayout = WATCHDOG_NOWAYOUT;
nowayout          334 drivers/watchdog/hpwdt.c 	watchdog_set_nowayout(&hpwdt_dev, nowayout);
nowayout          352 drivers/watchdog/hpwdt.c 				hpwdt_dev.timeout, nowayout);
nowayout          397 drivers/watchdog/hpwdt.c module_param(nowayout, bool, 0);
nowayout          398 drivers/watchdog/hpwdt.c MODULE_PARM_DESC(nowayout, "Watchdog cannot be stopped once started (default="
nowayout           85 drivers/watchdog/i6300esb.c static bool nowayout = WATCHDOG_NOWAYOUT;
nowayout           86 drivers/watchdog/i6300esb.c module_param(nowayout, bool, 0);
nowayout           87 drivers/watchdog/i6300esb.c MODULE_PARM_DESC(nowayout,
nowayout          311 drivers/watchdog/i6300esb.c 	watchdog_set_nowayout(&edev->wdd, nowayout);
nowayout          322 drivers/watchdog/i6300esb.c 		edev->wdd.timeout, nowayout);
nowayout          120 drivers/watchdog/iTCO_wdt.c static bool nowayout = WATCHDOG_NOWAYOUT;
nowayout          121 drivers/watchdog/iTCO_wdt.c module_param(nowayout, bool, 0);
nowayout          122 drivers/watchdog/iTCO_wdt.c MODULE_PARM_DESC(nowayout,
nowayout          552 drivers/watchdog/iTCO_wdt.c 	watchdog_set_nowayout(&p->wddev, nowayout);
nowayout          578 drivers/watchdog/iTCO_wdt.c 		heartbeat, nowayout);
nowayout          101 drivers/watchdog/ib700wdt.c static bool nowayout = WATCHDOG_NOWAYOUT;
nowayout          102 drivers/watchdog/ib700wdt.c module_param(nowayout, bool, 0);
nowayout          103 drivers/watchdog/ib700wdt.c MODULE_PARM_DESC(nowayout,
nowayout          148 drivers/watchdog/ib700wdt.c 		if (!nowayout) {
nowayout          232 drivers/watchdog/ib700wdt.c 	if (nowayout)
nowayout           63 drivers/watchdog/ibmasr.c static bool nowayout = WATCHDOG_NOWAYOUT;
nowayout          251 drivers/watchdog/ibmasr.c 		if (!nowayout) {
nowayout          403 drivers/watchdog/ibmasr.c 	if (!nowayout)
nowayout          414 drivers/watchdog/ibmasr.c module_param(nowayout, bool, 0);
nowayout          415 drivers/watchdog/ibmasr.c MODULE_PARM_DESC(nowayout,
nowayout           55 drivers/watchdog/ie6xx_wdt.c static bool nowayout = WATCHDOG_NOWAYOUT;
nowayout           56 drivers/watchdog/ie6xx_wdt.c module_param(nowayout, bool, 0);
nowayout           57 drivers/watchdog/ie6xx_wdt.c MODULE_PARM_DESC(nowayout,
nowayout          244 drivers/watchdog/ie6xx_wdt.c 	watchdog_set_nowayout(&ie6xx_wdt_dev, nowayout);
nowayout           77 drivers/watchdog/imgpdc_wdt.c static bool nowayout = WATCHDOG_NOWAYOUT;
nowayout           78 drivers/watchdog/imgpdc_wdt.c module_param(nowayout, bool, 0);
nowayout           79 drivers/watchdog/imgpdc_wdt.c MODULE_PARM_DESC(nowayout, "Watchdog cannot be stopped once started "
nowayout          288 drivers/watchdog/imgpdc_wdt.c 	watchdog_set_nowayout(&pdc_wdt->wdt_dev, nowayout);
nowayout           70 drivers/watchdog/imx2_wdt.c static bool nowayout = WATCHDOG_NOWAYOUT;
nowayout           71 drivers/watchdog/imx2_wdt.c module_param(nowayout, bool, 0);
nowayout           72 drivers/watchdog/imx2_wdt.c MODULE_PARM_DESC(nowayout, "Watchdog cannot be stopped once started (default="
nowayout          302 drivers/watchdog/imx2_wdt.c 	watchdog_set_nowayout(wdog, nowayout);
nowayout          323 drivers/watchdog/imx2_wdt.c 		 wdog->timeout, nowayout);
nowayout           38 drivers/watchdog/imx7ulp_wdt.c static bool nowayout = WATCHDOG_NOWAYOUT;
nowayout           39 drivers/watchdog/imx7ulp_wdt.c module_param(nowayout, bool, 0000);
nowayout           40 drivers/watchdog/imx7ulp_wdt.c MODULE_PARM_DESC(nowayout, "Watchdog cannot be stopped once started (default="
nowayout           40 drivers/watchdog/imx_sc_wdt.c static bool nowayout = WATCHDOG_NOWAYOUT;
nowayout           41 drivers/watchdog/imx_sc_wdt.c module_param(nowayout, bool, 0000);
nowayout           42 drivers/watchdog/imx_sc_wdt.c MODULE_PARM_DESC(nowayout, "Watchdog cannot be stopped once started (default="
nowayout           32 drivers/watchdog/indydog.c static bool nowayout = WATCHDOG_NOWAYOUT;
nowayout           33 drivers/watchdog/indydog.c module_param(nowayout, bool, 0);
nowayout           34 drivers/watchdog/indydog.c MODULE_PARM_DESC(nowayout,
nowayout           67 drivers/watchdog/indydog.c 	if (nowayout)
nowayout           83 drivers/watchdog/indydog.c 	if (!nowayout)
nowayout           27 drivers/watchdog/iop_wdt.c static bool nowayout = WATCHDOG_NOWAYOUT;
nowayout           99 drivers/watchdog/iop_wdt.c 		if (!nowayout) {
nowayout          151 drivers/watchdog/iop_wdt.c 			if (!nowayout) {
nowayout          244 drivers/watchdog/iop_wdt.c module_param(nowayout, bool, 0);
nowayout          245 drivers/watchdog/iop_wdt.c MODULE_PARM_DESC(nowayout, "Watchdog cannot be stopped once started");
nowayout           46 drivers/watchdog/it8712f_wdt.c static bool nowayout = WATCHDOG_NOWAYOUT;
nowayout           47 drivers/watchdog/it8712f_wdt.c module_param(nowayout, bool, 0);
nowayout           48 drivers/watchdog/it8712f_wdt.c MODULE_PARM_DESC(nowayout, "Disable watchdog shutdown on close");
nowayout          222 drivers/watchdog/it8712f_wdt.c 		if (!nowayout)
nowayout          333 drivers/watchdog/it8712f_wdt.c 	} else if (!nowayout) {
nowayout           88 drivers/watchdog/it87_wdt.c static bool nowayout = DEFAULT_NOWAYOUT;
nowayout           96 drivers/watchdog/it87_wdt.c module_param(nowayout, bool, 0);
nowayout           97 drivers/watchdog/it87_wdt.c MODULE_PARM_DESC(nowayout, "Watchdog cannot be stopped once started, default="
nowayout          341 drivers/watchdog/it87_wdt.c 		chip_type, chip_rev, timeout, nowayout, testmode);
nowayout           31 drivers/watchdog/ixp4xx_wdt.c static bool nowayout = WATCHDOG_NOWAYOUT;
nowayout           76 drivers/watchdog/ixp4xx_wdt.c 		if (!nowayout) {
nowayout          216 drivers/watchdog/ixp4xx_wdt.c module_param(nowayout, bool, 0);
nowayout          217 drivers/watchdog/ixp4xx_wdt.c MODULE_PARM_DESC(nowayout, "Watchdog cannot be stopped once started");
nowayout           37 drivers/watchdog/jz4740_wdt.c static bool nowayout = WATCHDOG_NOWAYOUT;
nowayout           38 drivers/watchdog/jz4740_wdt.c module_param(nowayout, bool, 0);
nowayout           39 drivers/watchdog/jz4740_wdt.c MODULE_PARM_DESC(nowayout,
nowayout          181 drivers/watchdog/jz4740_wdt.c 	watchdog_set_nowayout(jz4740_wdt, nowayout);
nowayout           98 drivers/watchdog/kempld_wdt.c static bool nowayout = WATCHDOG_NOWAYOUT;
nowayout           99 drivers/watchdog/kempld_wdt.c module_param(nowayout, bool, 0);
nowayout          100 drivers/watchdog/kempld_wdt.c MODULE_PARM_DESC(nowayout,
nowayout          460 drivers/watchdog/kempld_wdt.c 		if (!nowayout)
nowayout          463 drivers/watchdog/kempld_wdt.c 		nowayout = true;
nowayout          470 drivers/watchdog/kempld_wdt.c 	watchdog_set_nowayout(wdd, nowayout);
nowayout           55 drivers/watchdog/lantiq_wdt.c static bool nowayout = WATCHDOG_NOWAYOUT;
nowayout          241 drivers/watchdog/lantiq_wdt.c 	watchdog_set_nowayout(wdt, nowayout);
nowayout          284 drivers/watchdog/lantiq_wdt.c module_param(nowayout, bool, 0);
nowayout          285 drivers/watchdog/lantiq_wdt.c MODULE_PARM_DESC(nowayout, "Watchdog cannot be stopped once started");
nowayout           14 drivers/watchdog/loongson1_wdt.c static bool nowayout = WATCHDOG_NOWAYOUT;
nowayout           15 drivers/watchdog/loongson1_wdt.c module_param(nowayout, bool, 0444);
nowayout          131 drivers/watchdog/loongson1_wdt.c 	watchdog_set_nowayout(ls1x_wdt, nowayout);
nowayout           46 drivers/watchdog/lpc18xx_wdt.c static bool nowayout = WATCHDOG_NOWAYOUT;
nowayout           47 drivers/watchdog/lpc18xx_wdt.c module_param(nowayout, bool, 0);
nowayout           48 drivers/watchdog/lpc18xx_wdt.c MODULE_PARM_DESC(nowayout, "Watchdog cannot be stopped once started (default="
nowayout          281 drivers/watchdog/lpc18xx_wdt.c 	watchdog_set_nowayout(&lpc18xx_wdt->wdt_dev, nowayout);
nowayout           37 drivers/watchdog/m54xx_wdt.c static bool nowayout = WATCHDOG_NOWAYOUT;
nowayout           95 drivers/watchdog/m54xx_wdt.c 		if (!nowayout) {
nowayout          222 drivers/watchdog/m54xx_wdt.c module_param(nowayout, bool, 0);
nowayout          223 drivers/watchdog/m54xx_wdt.c MODULE_PARM_DESC(nowayout, "Watchdog cannot be stopped once started");
nowayout           90 drivers/watchdog/machzwd.c static bool nowayout = WATCHDOG_NOWAYOUT;
nowayout           91 drivers/watchdog/machzwd.c module_param(nowayout, bool, 0);
nowayout           92 drivers/watchdog/machzwd.c MODULE_PARM_DESC(nowayout,
nowayout          273 drivers/watchdog/machzwd.c 		if (!nowayout) {
nowayout          328 drivers/watchdog/machzwd.c 	if (nowayout)
nowayout           34 drivers/watchdog/max63xx_wdt.c static bool nowayout  = WATCHDOG_NOWAYOUT;
nowayout          236 drivers/watchdog/max63xx_wdt.c 	watchdog_set_nowayout(&wdt->wdd, nowayout);
nowayout          277 drivers/watchdog/max63xx_wdt.c module_param(nowayout, bool, 0);
nowayout          278 drivers/watchdog/max63xx_wdt.c MODULE_PARM_DESC(nowayout, "Watchdog cannot be stopped once started (default="
nowayout           21 drivers/watchdog/max77620_wdt.c static bool nowayout = WATCHDOG_NOWAYOUT;
nowayout          181 drivers/watchdog/max77620_wdt.c 	watchdog_set_nowayout(wdt_dev, nowayout);
nowayout          206 drivers/watchdog/max77620_wdt.c module_param(nowayout, bool, 0);
nowayout          207 drivers/watchdog/max77620_wdt.c MODULE_PARM_DESC(nowayout, "Watchdog cannot be stopped once started "
nowayout           37 drivers/watchdog/mena21_wdt.c static bool nowayout = WATCHDOG_NOWAYOUT;
nowayout           38 drivers/watchdog/mena21_wdt.c module_param(nowayout, bool, 0);
nowayout           39 drivers/watchdog/mena21_wdt.c MODULE_PARM_DESC(nowayout, "Watchdog cannot be stopped once started (default="
nowayout          175 drivers/watchdog/mena21_wdt.c 	watchdog_set_nowayout(&a21_wdt, nowayout);
nowayout           28 drivers/watchdog/menf21bmc_wdt.c static bool nowayout = WATCHDOG_NOWAYOUT;
nowayout           29 drivers/watchdog/menf21bmc_wdt.c module_param(nowayout, bool, 0);
nowayout           30 drivers/watchdog/menf21bmc_wdt.c MODULE_PARM_DESC(nowayout, "Watchdog cannot be stopped once started (default="
nowayout          144 drivers/watchdog/menf21bmc_wdt.c 	watchdog_set_nowayout(&drv_data->wdt, nowayout);
nowayout           29 drivers/watchdog/menz69_wdt.c static bool nowayout = WATCHDOG_NOWAYOUT;
nowayout           30 drivers/watchdog/menz69_wdt.c module_param(nowayout, bool, 0);
nowayout           31 drivers/watchdog/menz69_wdt.c MODULE_PARM_DESC(nowayout, "Watchdog cannot be stopped once started (default="
nowayout          131 drivers/watchdog/menz69_wdt.c 	watchdog_set_nowayout(&drv->wdt, nowayout);
nowayout           34 drivers/watchdog/meson_wdt.c static bool nowayout = WATCHDOG_NOWAYOUT;
nowayout          196 drivers/watchdog/meson_wdt.c 	watchdog_set_nowayout(&meson_wdt->wdt_dev, nowayout);
nowayout          207 drivers/watchdog/meson_wdt.c 		 meson_wdt->wdt_dev.timeout, nowayout);
nowayout          225 drivers/watchdog/meson_wdt.c module_param(nowayout, bool, 0);
nowayout          226 drivers/watchdog/meson_wdt.c MODULE_PARM_DESC(nowayout,
nowayout          106 drivers/watchdog/mixcomwd.c static bool nowayout = WATCHDOG_NOWAYOUT;
nowayout          107 drivers/watchdog/mixcomwd.c module_param(nowayout, bool, 0);
nowayout          108 drivers/watchdog/mixcomwd.c MODULE_PARM_DESC(nowayout,
nowayout          135 drivers/watchdog/mixcomwd.c 	if (nowayout)
nowayout          173 drivers/watchdog/mixcomwd.c 		if (!nowayout) {
nowayout          211 drivers/watchdog/mixcomwd.c 		if (!nowayout)
nowayout          295 drivers/watchdog/mixcomwd.c 	if (!nowayout) {
nowayout           97 drivers/watchdog/moxart_wdt.c 	bool nowayout = WATCHDOG_NOWAYOUT;
nowayout          131 drivers/watchdog/moxart_wdt.c 	watchdog_set_nowayout(&moxart_wdt->dev, nowayout);
nowayout          142 drivers/watchdog/moxart_wdt.c 		moxart_wdt->dev.timeout, nowayout);
nowayout           67 drivers/watchdog/mpc8xxx_wdt.c static bool nowayout = WATCHDOG_NOWAYOUT;
nowayout           68 drivers/watchdog/mpc8xxx_wdt.c module_param(nowayout, bool, 0);
nowayout           69 drivers/watchdog/mpc8xxx_wdt.c MODULE_PARM_DESC(nowayout, "Watchdog cannot be stopped once started "
nowayout          184 drivers/watchdog/mpc8xxx_wdt.c 	watchdog_set_nowayout(&ddata->wdd, nowayout);
nowayout           37 drivers/watchdog/mt7621_wdt.c static bool nowayout = WATCHDOG_NOWAYOUT;
nowayout           38 drivers/watchdog/mt7621_wdt.c module_param(nowayout, bool, 0);
nowayout           39 drivers/watchdog/mt7621_wdt.c MODULE_PARM_DESC(nowayout,
nowayout          146 drivers/watchdog/mt7621_wdt.c 	watchdog_set_nowayout(&mt7621_wdt_dev, nowayout);
nowayout           50 drivers/watchdog/mtk_wdt.c static bool nowayout = WATCHDOG_NOWAYOUT;
nowayout          178 drivers/watchdog/mtk_wdt.c 	watchdog_set_nowayout(&mtk_wdt->wdt_dev, nowayout);
nowayout          191 drivers/watchdog/mtk_wdt.c 		 mtk_wdt->wdt_dev.timeout, nowayout);
nowayout          245 drivers/watchdog/mtk_wdt.c module_param(nowayout, bool, 0);
nowayout          246 drivers/watchdog/mtk_wdt.c MODULE_PARM_DESC(nowayout, "Watchdog cannot be stopped once started (default="
nowayout           61 drivers/watchdog/mv64x60_wdt.c static bool nowayout = WATCHDOG_NOWAYOUT;
nowayout           62 drivers/watchdog/mv64x60_wdt.c module_param(nowayout, bool, 0);
nowayout           63 drivers/watchdog/mv64x60_wdt.c MODULE_PARM_DESC(nowayout,
nowayout          129 drivers/watchdog/mv64x60_wdt.c 	if (nowayout)
nowayout          156 drivers/watchdog/mv64x60_wdt.c 		if (!nowayout) {
nowayout           50 drivers/watchdog/ni903x_wdt.c static int nowayout = WATCHDOG_NOWAYOUT;
nowayout           51 drivers/watchdog/ni903x_wdt.c module_param(nowayout, int, S_IRUGO);
nowayout           52 drivers/watchdog/ni903x_wdt.c MODULE_PARM_DESC(nowayout,
nowayout          210 drivers/watchdog/ni903x_wdt.c 	watchdog_set_nowayout(wdd, nowayout);
nowayout          222 drivers/watchdog/ni903x_wdt.c 		wdt->io_base, timeout, nowayout);
nowayout           39 drivers/watchdog/nic7018_wdt.c static bool nowayout = WATCHDOG_NOWAYOUT;
nowayout           40 drivers/watchdog/nic7018_wdt.c module_param(nowayout, bool, 0);
nowayout           41 drivers/watchdog/nic7018_wdt.c MODULE_PARM_DESC(nowayout,
nowayout          204 drivers/watchdog/nic7018_wdt.c 	watchdog_set_nowayout(wdd, nowayout);
nowayout          217 drivers/watchdog/nic7018_wdt.c 		wdt->io_base, timeout, nowayout);
nowayout           60 drivers/watchdog/nv_tco.c static bool nowayout = WATCHDOG_NOWAYOUT;
nowayout           61 drivers/watchdog/nv_tco.c module_param(nowayout, bool, 0);
nowayout           62 drivers/watchdog/nv_tco.c MODULE_PARM_DESC(nowayout, "Watchdog cannot be stopped once started"
nowayout          182 drivers/watchdog/nv_tco.c 		if (!nowayout) {
nowayout          417 drivers/watchdog/nv_tco.c 		tcobase, heartbeat, nowayout);
nowayout          431 drivers/watchdog/nv_tco.c 	if (!nowayout)
nowayout           97 drivers/watchdog/octeon-wdt-main.c static bool nowayout = WATCHDOG_NOWAYOUT;
nowayout           98 drivers/watchdog/octeon-wdt-main.c module_param(nowayout, bool, 0444);
nowayout           99 drivers/watchdog/octeon-wdt-main.c MODULE_PARM_DESC(nowayout,
nowayout          560 drivers/watchdog/octeon-wdt-main.c 	watchdog_set_nowayout(&octeon_wdt, nowayout);
nowayout           46 drivers/watchdog/omap_wdt.c static bool nowayout = WATCHDOG_NOWAYOUT;
nowayout           47 drivers/watchdog/omap_wdt.c module_param(nowayout, bool, 0);
nowayout           48 drivers/watchdog/omap_wdt.c MODULE_PARM_DESC(nowayout, "Watchdog cannot be stopped once started "
nowayout          258 drivers/watchdog/omap_wdt.c 	watchdog_set_nowayout(&wdev->wdog, nowayout);
nowayout           54 drivers/watchdog/orion_wdt.c static bool nowayout = WATCHDOG_NOWAYOUT;
nowayout          632 drivers/watchdog/orion_wdt.c 	watchdog_set_nowayout(&dev->wdt, nowayout);
nowayout          638 drivers/watchdog/orion_wdt.c 		dev->wdt.timeout, nowayout ? ", nowayout" : "");
nowayout          682 drivers/watchdog/orion_wdt.c module_param(nowayout, bool, 0);
nowayout          683 drivers/watchdog/orion_wdt.c MODULE_PARM_DESC(nowayout, "Watchdog cannot be stopped once started (default="
nowayout           64 drivers/watchdog/pc87413_wdt.c static bool nowayout = WATCHDOG_NOWAYOUT;
nowayout          277 drivers/watchdog/pc87413_wdt.c 	if (nowayout)
nowayout          344 drivers/watchdog/pc87413_wdt.c 		if (!nowayout) {
nowayout          558 drivers/watchdog/pc87413_wdt.c 	if (!nowayout) {
nowayout          587 drivers/watchdog/pc87413_wdt.c module_param(nowayout, bool, 0);
nowayout          588 drivers/watchdog/pc87413_wdt.c MODULE_PARM_DESC(nowayout,
nowayout          208 drivers/watchdog/pcwd.c static bool nowayout = WATCHDOG_NOWAYOUT;
nowayout          209 drivers/watchdog/pcwd.c module_param(nowayout, bool, 0);
nowayout          210 drivers/watchdog/pcwd.c MODULE_PARM_DESC(nowayout,
nowayout          670 drivers/watchdog/pcwd.c 		if (!nowayout) {
nowayout          694 drivers/watchdog/pcwd.c 	if (nowayout)
nowayout          937 drivers/watchdog/pcwd.c 		heartbeat, nowayout);
nowayout          962 drivers/watchdog/pcwd.c 	if (!nowayout)
nowayout          145 drivers/watchdog/pcwd_pci.c static bool nowayout = WATCHDOG_NOWAYOUT;
nowayout          146 drivers/watchdog/pcwd_pci.c module_param(nowayout, bool, 0);
nowayout          147 drivers/watchdog/pcwd_pci.c MODULE_PARM_DESC(nowayout, "Watchdog cannot be stopped once started (default="
nowayout          439 drivers/watchdog/pcwd_pci.c 		if (!nowayout) {
nowayout          768 drivers/watchdog/pcwd_pci.c 		heartbeat, nowayout);
nowayout          787 drivers/watchdog/pcwd_pci.c 	if (!nowayout)
nowayout           62 drivers/watchdog/pcwd_usb.c static bool nowayout = WATCHDOG_NOWAYOUT;
nowayout           63 drivers/watchdog/pcwd_usb.c module_param(nowayout, bool, 0);
nowayout           64 drivers/watchdog/pcwd_usb.c MODULE_PARM_DESC(nowayout, "Watchdog cannot be stopped once started (default="
nowayout          364 drivers/watchdog/pcwd_usb.c 		if (!nowayout) {
nowayout          745 drivers/watchdog/pcwd_usb.c 		heartbeat, nowayout);
nowayout          782 drivers/watchdog/pcwd_usb.c 	if (!nowayout)
nowayout           44 drivers/watchdog/pika_wdt.c static bool nowayout = WATCHDOG_NOWAYOUT;
nowayout           45 drivers/watchdog/pika_wdt.c module_param(nowayout, bool, 0);
nowayout           46 drivers/watchdog/pika_wdt.c MODULE_PARM_DESC(nowayout, "Watchdog cannot be stopped once started "
nowayout           92 drivers/watchdog/pika_wdt.c 			(!nowayout && !pikawdt_private.open)) {
nowayout          149 drivers/watchdog/pika_wdt.c 	if (!nowayout) {
nowayout          282 drivers/watchdog/pika_wdt.c 		heartbeat, nowayout);
nowayout           76 drivers/watchdog/pnx4008_wdt.c static bool nowayout = WATCHDOG_NOWAYOUT;
nowayout          213 drivers/watchdog/pnx4008_wdt.c 	watchdog_set_nowayout(&pnx4008_wdd, nowayout);
nowayout          256 drivers/watchdog/pnx4008_wdt.c module_param(nowayout, bool, 0);
nowayout          257 drivers/watchdog/pnx4008_wdt.c MODULE_PARM_DESC(nowayout,
nowayout           54 drivers/watchdog/pnx833x_wdt.c static bool nowayout = WATCHDOG_NOWAYOUT;
nowayout           55 drivers/watchdog/pnx833x_wdt.c module_param(nowayout, bool, 0);
nowayout           56 drivers/watchdog/pnx833x_wdt.c MODULE_PARM_DESC(nowayout, "Watchdog cannot be stopped once started (default="
nowayout          104 drivers/watchdog/pnx833x_wdt.c 	if (nowayout)
nowayout          122 drivers/watchdog/pnx833x_wdt.c 	if (!nowayout)
nowayout           62 drivers/watchdog/rc32434_wdt.c static bool nowayout = WATCHDOG_NOWAYOUT;
nowayout           63 drivers/watchdog/rc32434_wdt.c module_param(nowayout, bool, 0);
nowayout           64 drivers/watchdog/rc32434_wdt.c MODULE_PARM_DESC(nowayout, "Watchdog cannot be stopped once started (default="
nowayout          142 drivers/watchdog/rc32434_wdt.c 	if (nowayout)
nowayout          168 drivers/watchdog/rc32434_wdt.c 		if (!nowayout) {
nowayout           43 drivers/watchdog/renesas_wdt.c static bool nowayout = WATCHDOG_NOWAYOUT;
nowayout           44 drivers/watchdog/renesas_wdt.c module_param(nowayout, bool, 0);
nowayout           45 drivers/watchdog/renesas_wdt.c MODULE_PARM_DESC(nowayout, "Watchdog cannot be stopped once started (default="
nowayout          248 drivers/watchdog/renesas_wdt.c 	watchdog_set_nowayout(&priv->wdev, nowayout);
nowayout          104 drivers/watchdog/retu_wdt.c 	bool nowayout = WATCHDOG_NOWAYOUT;
nowayout          125 drivers/watchdog/retu_wdt.c 	watchdog_set_nowayout(retu_wdt, nowayout);
nowayout          136 drivers/watchdog/retu_wdt.c 	if (nowayout)
nowayout           16 drivers/watchdog/rn5t618_wdt.c static bool nowayout = WATCHDOG_NOWAYOUT;
nowayout           22 drivers/watchdog/rn5t618_wdt.c module_param(nowayout, bool, 0);
nowayout           23 drivers/watchdog/rn5t618_wdt.c MODULE_PARM_DESC(nowayout, "Watchdog cannot be stopped once started (default="
nowayout          165 drivers/watchdog/rn5t618_wdt.c 	watchdog_set_nowayout(&wdt->wdt_dev, nowayout);
nowayout           48 drivers/watchdog/rt2880_wdt.c static bool nowayout = WATCHDOG_NOWAYOUT;
nowayout           49 drivers/watchdog/rt2880_wdt.c module_param(nowayout, bool, 0);
nowayout           50 drivers/watchdog/rt2880_wdt.c MODULE_PARM_DESC(nowayout,
nowayout          164 drivers/watchdog/rt2880_wdt.c 	watchdog_set_nowayout(&rt288x_wdt_dev, nowayout);
nowayout           67 drivers/watchdog/s3c2410_wdt.c static bool nowayout	= WATCHDOG_NOWAYOUT;
nowayout           74 drivers/watchdog/s3c2410_wdt.c module_param(nowayout,   bool, 0);
nowayout           82 drivers/watchdog/s3c2410_wdt.c MODULE_PARM_DESC(nowayout, "Watchdog cannot be stopped once started (default="
nowayout          602 drivers/watchdog/s3c2410_wdt.c 	watchdog_set_nowayout(&wdt->wdt_device, nowayout);
nowayout           36 drivers/watchdog/sama5d4_wdt.c static bool nowayout = WATCHDOG_NOWAYOUT;
nowayout           43 drivers/watchdog/sama5d4_wdt.c module_param(nowayout, bool, 0);
nowayout           44 drivers/watchdog/sama5d4_wdt.c MODULE_PARM_DESC(nowayout,
nowayout          256 drivers/watchdog/sama5d4_wdt.c 	watchdog_set_nowayout(wdd, nowayout);
nowayout          266 drivers/watchdog/sama5d4_wdt.c 		 wdd->timeout, nowayout);
nowayout          103 drivers/watchdog/sbc60xxwdt.c static bool nowayout = WATCHDOG_NOWAYOUT;
nowayout          104 drivers/watchdog/sbc60xxwdt.c module_param(nowayout, bool, 0);
nowayout          105 drivers/watchdog/sbc60xxwdt.c MODULE_PARM_DESC(nowayout,
nowayout          169 drivers/watchdog/sbc60xxwdt.c 		if (!nowayout) {
nowayout          200 drivers/watchdog/sbc60xxwdt.c 	if (nowayout)
nowayout          363 drivers/watchdog/sbc60xxwdt.c 		timeout, nowayout);
nowayout           40 drivers/watchdog/sbc7240_wdt.c static bool nowayout = WATCHDOG_NOWAYOUT;
nowayout           41 drivers/watchdog/sbc7240_wdt.c module_param(nowayout, bool, 0);
nowayout           42 drivers/watchdog/sbc7240_wdt.c MODULE_PARM_DESC(nowayout, "Disable watchdog when closing device file");
nowayout          101 drivers/watchdog/sbc7240_wdt.c 		if (!nowayout) {
nowayout          136 drivers/watchdog/sbc7240_wdt.c 	    || !nowayout) {
nowayout          284 drivers/watchdog/sbc7240_wdt.c 		nowayout);
nowayout          195 drivers/watchdog/sbc8360.c static bool nowayout = WATCHDOG_NOWAYOUT;
nowayout          199 drivers/watchdog/sbc8360.c module_param(nowayout, bool, 0);
nowayout          200 drivers/watchdog/sbc8360.c MODULE_PARM_DESC(nowayout,
nowayout          241 drivers/watchdog/sbc8360.c 		if (!nowayout) {
nowayout          264 drivers/watchdog/sbc8360.c 	if (nowayout)
nowayout           33 drivers/watchdog/sbc_epx_c3.c static bool nowayout = WATCHDOG_NOWAYOUT;
nowayout           34 drivers/watchdog/sbc_epx_c3.c module_param(nowayout, bool, 0);
nowayout           35 drivers/watchdog/sbc_epx_c3.c MODULE_PARM_DESC(nowayout, "Watchdog cannot be stopped once started (default="
nowayout           67 drivers/watchdog/sbc_epx_c3.c 	if (nowayout)
nowayout           84 drivers/watchdog/sbc_epx_c3.c 	if (!nowayout)
nowayout           29 drivers/watchdog/sbc_fitpc2_wdt.c static bool nowayout = WATCHDOG_NOWAYOUT;
nowayout           89 drivers/watchdog/sbc_fitpc2_wdt.c 	if (nowayout) {
nowayout          262 drivers/watchdog/sbc_fitpc2_wdt.c module_param(nowayout, bool, 0);
nowayout          263 drivers/watchdog/sbc_fitpc2_wdt.c MODULE_PARM_DESC(nowayout, "Watchdog cannot be stopped once started");
nowayout          109 drivers/watchdog/sbsa_gwdt.c static bool nowayout = WATCHDOG_NOWAYOUT;
nowayout          110 drivers/watchdog/sbsa_gwdt.c module_param(nowayout, bool, S_IRUGO);
nowayout          111 drivers/watchdog/sbsa_gwdt.c MODULE_PARM_DESC(nowayout,
nowayout          258 drivers/watchdog/sbsa_gwdt.c 	watchdog_set_nowayout(wdd, nowayout);
nowayout           91 drivers/watchdog/sc1200wdt.c static bool nowayout = WATCHDOG_NOWAYOUT;
nowayout           92 drivers/watchdog/sc1200wdt.c module_param(nowayout, bool, 0);
nowayout           93 drivers/watchdog/sc1200wdt.c MODULE_PARM_DESC(nowayout,
nowayout          268 drivers/watchdog/sc1200wdt.c 		if (!nowayout) {
nowayout           95 drivers/watchdog/sc520_wdt.c static bool nowayout = WATCHDOG_NOWAYOUT;
nowayout           96 drivers/watchdog/sc520_wdt.c module_param(nowayout, bool, 0);
nowayout           97 drivers/watchdog/sc520_wdt.c MODULE_PARM_DESC(nowayout,
nowayout          223 drivers/watchdog/sc520_wdt.c 		if (!nowayout) {
nowayout          252 drivers/watchdog/sc520_wdt.c 	if (nowayout)
nowayout          370 drivers/watchdog/sc520_wdt.c 	if (!nowayout)
nowayout          412 drivers/watchdog/sc520_wdt.c 		timeout, nowayout);
nowayout           73 drivers/watchdog/sch311x_wdt.c static bool nowayout = WATCHDOG_NOWAYOUT;
nowayout           74 drivers/watchdog/sch311x_wdt.c module_param(nowayout, bool, 0);
nowayout           75 drivers/watchdog/sch311x_wdt.c MODULE_PARM_DESC(nowayout,
nowayout          225 drivers/watchdog/sch311x_wdt.c 		if (!nowayout) {
nowayout          414 drivers/watchdog/sch311x_wdt.c 		timeout, nowayout);
nowayout          430 drivers/watchdog/sch311x_wdt.c 	if (!nowayout)
nowayout           42 drivers/watchdog/scx200_wdt.c static bool nowayout = WATCHDOG_NOWAYOUT;
nowayout           43 drivers/watchdog/scx200_wdt.c module_param(nowayout, bool, 0);
nowayout           44 drivers/watchdog/scx200_wdt.c MODULE_PARM_DESC(nowayout, "Disable watchdog shutdown on close");
nowayout          109 drivers/watchdog/scx200_wdt.c 	else if (!nowayout)
nowayout          121 drivers/watchdog/scx200_wdt.c 		if (!nowayout)
nowayout           69 drivers/watchdog/shwdt.c static bool nowayout = WATCHDOG_NOWAYOUT;
nowayout          247 drivers/watchdog/shwdt.c 	watchdog_set_nowayout(&sh_wdt_dev, nowayout);
nowayout          264 drivers/watchdog/shwdt.c 		 sh_wdt_dev.timeout, nowayout);
nowayout          341 drivers/watchdog/shwdt.c module_param(nowayout, bool, 0);
nowayout          342 drivers/watchdog/shwdt.c MODULE_PARM_DESC(nowayout,
nowayout           32 drivers/watchdog/sirfsoc_wdt.c static bool nowayout = WATCHDOG_NOWAYOUT;
nowayout           35 drivers/watchdog/sirfsoc_wdt.c module_param(nowayout, bool, 0);
nowayout           38 drivers/watchdog/sirfsoc_wdt.c MODULE_PARM_DESC(nowayout, "Watchdog cannot be stopped once started (default="
nowayout          159 drivers/watchdog/sirfsoc_wdt.c 	watchdog_set_nowayout(&sirfsoc_wdd, nowayout);
nowayout           84 drivers/watchdog/smsc37b787_wdt.c static bool nowayout = WATCHDOG_NOWAYOUT;
nowayout          356 drivers/watchdog/smsc37b787_wdt.c 	if (nowayout)
nowayout          394 drivers/watchdog/smsc37b787_wdt.c 		if (!nowayout) {
nowayout          563 drivers/watchdog/smsc37b787_wdt.c 		nowayout);
nowayout          582 drivers/watchdog/smsc37b787_wdt.c 	if (!nowayout) {
nowayout          611 drivers/watchdog/smsc37b787_wdt.c module_param(nowayout, bool, 0);
nowayout          612 drivers/watchdog/smsc37b787_wdt.c MODULE_PARM_DESC(nowayout,
nowayout           36 drivers/watchdog/softdog.c static bool nowayout = WATCHDOG_NOWAYOUT;
nowayout           37 drivers/watchdog/softdog.c module_param(nowayout, bool, 0);
nowayout           38 drivers/watchdog/softdog.c MODULE_PARM_DESC(nowayout,
nowayout          135 drivers/watchdog/softdog.c 	watchdog_set_nowayout(&softdog_dev, nowayout);
nowayout          153 drivers/watchdog/softdog.c 		soft_noboot, softdog_dev.timeout, soft_panic, nowayout);
nowayout           67 drivers/watchdog/sp5100_tco.c static bool nowayout = WATCHDOG_NOWAYOUT;
nowayout           68 drivers/watchdog/sp5100_tco.c module_param(nowayout, bool, 0);
nowayout           69 drivers/watchdog/sp5100_tco.c MODULE_PARM_DESC(nowayout, "Watchdog cannot be stopped once started."
nowayout          395 drivers/watchdog/sp5100_tco.c 	watchdog_set_nowayout(wdd, nowayout);
nowayout          410 drivers/watchdog/sp5100_tco.c 		 wdd->timeout, nowayout);
nowayout           76 drivers/watchdog/sp805_wdt.c static bool nowayout = WATCHDOG_NOWAYOUT;
nowayout           77 drivers/watchdog/sp805_wdt.c module_param(nowayout, bool, 0);
nowayout           78 drivers/watchdog/sp805_wdt.c MODULE_PARM_DESC(nowayout,
nowayout          273 drivers/watchdog/sp805_wdt.c 	watchdog_set_nowayout(&wdt->wdd, nowayout);
nowayout           25 drivers/watchdog/stpmic1_wdt.c static bool nowayout = WATCHDOG_NOWAYOUT;
nowayout           26 drivers/watchdog/stpmic1_wdt.c module_param(nowayout, bool, 0);
nowayout           27 drivers/watchdog/stpmic1_wdt.c MODULE_PARM_DESC(nowayout, "Watchdog cannot be stopped once started (default="
nowayout          111 drivers/watchdog/stpmic1_wdt.c 	watchdog_set_nowayout(&wdt->wdtdev, nowayout);
nowayout           32 drivers/watchdog/sun4v_wdt.c static bool nowayout = WATCHDOG_NOWAYOUT;
nowayout           33 drivers/watchdog/sun4v_wdt.c module_param(nowayout, bool, S_IRUGO);
nowayout           34 drivers/watchdog/sun4v_wdt.c MODULE_PARM_DESC(nowayout, "Watchdog cannot be stopped once started (default="
nowayout          155 drivers/watchdog/sun4v_wdt.c 	watchdog_set_nowayout(&wdd, nowayout);
nowayout          162 drivers/watchdog/sun4v_wdt.c 		 wdd.timeout, nowayout);
nowayout           37 drivers/watchdog/sunxi_wdt.c static bool nowayout = WATCHDOG_NOWAYOUT;
nowayout          256 drivers/watchdog/sunxi_wdt.c 	watchdog_set_nowayout(&sunxi_wdt->wdt_dev, nowayout);
nowayout          269 drivers/watchdog/sunxi_wdt.c 		 sunxi_wdt->wdt_dev.timeout, nowayout);
nowayout          287 drivers/watchdog/sunxi_wdt.c module_param(nowayout, bool, 0);
nowayout          288 drivers/watchdog/sunxi_wdt.c MODULE_PARM_DESC(nowayout, "Watchdog cannot be stopped once started "
nowayout           20 drivers/watchdog/tangox_wdt.c static bool nowayout = WATCHDOG_NOWAYOUT;
nowayout           21 drivers/watchdog/tangox_wdt.c module_param(nowayout, bool, 0);
nowayout           22 drivers/watchdog/tangox_wdt.c MODULE_PARM_DESC(nowayout,
nowayout          154 drivers/watchdog/tangox_wdt.c 	watchdog_set_nowayout(&dev->wdt, nowayout);
nowayout           72 drivers/watchdog/tegra_wdt.c static bool nowayout = WATCHDOG_NOWAYOUT;
nowayout           73 drivers/watchdog/tegra_wdt.c module_param(nowayout, bool, 0);
nowayout           74 drivers/watchdog/tegra_wdt.c MODULE_PARM_DESC(nowayout,
nowayout          218 drivers/watchdog/tegra_wdt.c 	watchdog_set_nowayout(wdd, nowayout);
nowayout          228 drivers/watchdog/tegra_wdt.c 		 heartbeat, nowayout);
nowayout           19 drivers/watchdog/ts4800_wdt.c static bool nowayout = WATCHDOG_NOWAYOUT;
nowayout           20 drivers/watchdog/ts4800_wdt.c module_param(nowayout, bool, 0);
nowayout           21 drivers/watchdog/ts4800_wdt.c MODULE_PARM_DESC(nowayout,
nowayout          154 drivers/watchdog/ts4800_wdt.c 	watchdog_set_nowayout(wdd, nowayout);
nowayout          180 drivers/watchdog/ts4800_wdt.c 		 wdd->timeout, nowayout);
nowayout           27 drivers/watchdog/ts72xx_wdt.c static bool nowayout = WATCHDOG_NOWAYOUT;
nowayout           28 drivers/watchdog/ts72xx_wdt.c module_param(nowayout, bool, 0);
nowayout           29 drivers/watchdog/ts72xx_wdt.c MODULE_PARM_DESC(nowayout, "Disable watchdog shutdown on close");
nowayout          149 drivers/watchdog/ts72xx_wdt.c 	watchdog_set_nowayout(wdd, nowayout);
nowayout           18 drivers/watchdog/twl4030_wdt.c static bool nowayout = WATCHDOG_NOWAYOUT;
nowayout           19 drivers/watchdog/twl4030_wdt.c module_param(nowayout, bool, 0);
nowayout           20 drivers/watchdog/twl4030_wdt.c MODULE_PARM_DESC(nowayout, "Watchdog cannot be stopped once started "
nowayout           75 drivers/watchdog/twl4030_wdt.c 	watchdog_set_nowayout(wdt, nowayout);
nowayout           33 drivers/watchdog/txx9wdt.c static bool nowayout = WATCHDOG_NOWAYOUT;
nowayout           34 drivers/watchdog/txx9wdt.c module_param(nowayout, bool, 0);
nowayout           35 drivers/watchdog/txx9wdt.c MODULE_PARM_DESC(nowayout,
nowayout          130 drivers/watchdog/txx9wdt.c 	watchdog_set_nowayout(&txx9wdt, nowayout);
nowayout          137 drivers/watchdog/txx9wdt.c 		timeout, WD_MAX_TIMEOUT, nowayout);
nowayout           45 drivers/watchdog/uniphier_wdt.c static bool nowayout = WATCHDOG_NOWAYOUT;
nowayout          209 drivers/watchdog/uniphier_wdt.c 	watchdog_set_nowayout(&wdev->wdt_dev, nowayout);
nowayout          224 drivers/watchdog/uniphier_wdt.c 		 wdev->wdt_dev.timeout, nowayout);
nowayout          250 drivers/watchdog/uniphier_wdt.c module_param(nowayout, bool, 0000);
nowayout          251 drivers/watchdog/uniphier_wdt.c MODULE_PARM_DESC(nowayout,
nowayout           34 drivers/watchdog/ux500_wdt.c static bool nowayout = WATCHDOG_NOWAYOUT;
nowayout           35 drivers/watchdog/ux500_wdt.c module_param(nowayout, bool, 0);
nowayout           36 drivers/watchdog/ux500_wdt.c MODULE_PARM_DESC(nowayout,
nowayout          100 drivers/watchdog/ux500_wdt.c 	watchdog_set_nowayout(&ux500_wdt, nowayout);
nowayout           61 drivers/watchdog/via_wdt.c static bool nowayout = WATCHDOG_NOWAYOUT;
nowayout           62 drivers/watchdog/via_wdt.c module_param(nowayout, bool, 0);
nowayout           63 drivers/watchdog/via_wdt.c MODULE_PARM_DESC(nowayout, "Watchdog cannot be stopped once started "
nowayout          210 drivers/watchdog/via_wdt.c 	watchdog_set_nowayout(&wdt_dev, nowayout);
nowayout           60 drivers/watchdog/w83627hf_wdt.c static bool nowayout = WATCHDOG_NOWAYOUT;
nowayout           61 drivers/watchdog/w83627hf_wdt.c module_param(nowayout, bool, 0);
nowayout           62 drivers/watchdog/w83627hf_wdt.c MODULE_PARM_DESC(nowayout,
nowayout          503 drivers/watchdog/w83627hf_wdt.c 	watchdog_set_nowayout(&wdt_dev, nowayout);
nowayout          517 drivers/watchdog/w83627hf_wdt.c 		wdt_dev.timeout, nowayout);
nowayout           90 drivers/watchdog/w83877f_wdt.c static bool nowayout = WATCHDOG_NOWAYOUT;
nowayout           91 drivers/watchdog/w83877f_wdt.c module_param(nowayout, bool, 0);
nowayout           92 drivers/watchdog/w83877f_wdt.c MODULE_PARM_DESC(nowayout,
nowayout          191 drivers/watchdog/w83877f_wdt.c 		if (!nowayout) {
nowayout          385 drivers/watchdog/w83877f_wdt.c 		timeout, nowayout);
nowayout           56 drivers/watchdog/w83977f_wdt.c static bool nowayout = WATCHDOG_NOWAYOUT;
nowayout           57 drivers/watchdog/w83977f_wdt.c module_param(nowayout, bool, 0);
nowayout           58 drivers/watchdog/w83977f_wdt.c MODULE_PARM_DESC(nowayout,
nowayout          292 drivers/watchdog/w83977f_wdt.c 	if (nowayout)
nowayout          332 drivers/watchdog/w83977f_wdt.c 		if (!nowayout) {
nowayout          499 drivers/watchdog/w83977f_wdt.c 		timeout, nowayout, testmode);
nowayout           66 drivers/watchdog/wafer5823wdt.c static bool nowayout = WATCHDOG_NOWAYOUT;
nowayout           67 drivers/watchdog/wafer5823wdt.c module_param(nowayout, bool, 0);
nowayout           68 drivers/watchdog/wafer5823wdt.c MODULE_PARM_DESC(nowayout,
nowayout           99 drivers/watchdog/wafer5823wdt.c 		if (!nowayout) {
nowayout          292 drivers/watchdog/wafer5823wdt.c 		timeout, nowayout);
nowayout          455 drivers/watchdog/watchdog_dev.c static DEVICE_ATTR_RO(nowayout);
nowayout           52 drivers/watchdog/wdat_wdt.c static bool nowayout = WATCHDOG_NOWAYOUT;
nowayout           53 drivers/watchdog/wdat_wdt.c module_param(nowayout, bool, 0);
nowayout           54 drivers/watchdog/wdat_wdt.c MODULE_PARM_DESC(nowayout, "Watchdog cannot be stopped once started (default="
nowayout          464 drivers/watchdog/wdat_wdt.c 	watchdog_set_nowayout(&wdat->wdd, nowayout);
nowayout           65 drivers/watchdog/wdt.c static bool nowayout = WATCHDOG_NOWAYOUT;
nowayout           66 drivers/watchdog/wdt.c module_param(nowayout, bool, 0);
nowayout           67 drivers/watchdog/wdt.c MODULE_PARM_DESC(nowayout,
nowayout          321 drivers/watchdog/wdt.c 		if (!nowayout) {
nowayout          639 drivers/watchdog/wdt.c 		io, irq, heartbeat, nowayout);
nowayout           66 drivers/watchdog/wdt977.c static bool nowayout = WATCHDOG_NOWAYOUT;
nowayout           67 drivers/watchdog/wdt977.c module_param(nowayout, bool, 0);
nowayout           68 drivers/watchdog/wdt977.c MODULE_PARM_DESC(nowayout,
nowayout          268 drivers/watchdog/wdt977.c 	if (nowayout)
nowayout          308 drivers/watchdog/wdt977.c 		if (!nowayout) {
nowayout          479 drivers/watchdog/wdt977.c 		timeout, nowayout, testmode);
nowayout           77 drivers/watchdog/wdt_pci.c static bool nowayout = WATCHDOG_NOWAYOUT;
nowayout           78 drivers/watchdog/wdt_pci.c module_param(nowayout, bool, 0);
nowayout           79 drivers/watchdog/wdt_pci.c MODULE_PARM_DESC(nowayout,
nowayout          357 drivers/watchdog/wdt_pci.c 		if (!nowayout) {
nowayout          454 drivers/watchdog/wdt_pci.c 	if (nowayout)
nowayout          679 drivers/watchdog/wdt_pci.c 		heartbeat, nowayout);
nowayout           22 drivers/watchdog/wm831x_wdt.c static bool nowayout = WATCHDOG_NOWAYOUT;
nowayout           23 drivers/watchdog/wm831x_wdt.c module_param(nowayout, bool, 0);
nowayout           24 drivers/watchdog/wm831x_wdt.c MODULE_PARM_DESC(nowayout,
nowayout          214 drivers/watchdog/wm831x_wdt.c 	watchdog_set_nowayout(wm831x_wdt, nowayout);
nowayout           19 drivers/watchdog/wm8350_wdt.c static bool nowayout = WATCHDOG_NOWAYOUT;
nowayout           20 drivers/watchdog/wm8350_wdt.c module_param(nowayout, bool, 0);
nowayout           21 drivers/watchdog/wm8350_wdt.c MODULE_PARM_DESC(nowayout,
nowayout          149 drivers/watchdog/wm8350_wdt.c 	watchdog_set_nowayout(&wm8350_wdt, nowayout);
nowayout           35 drivers/watchdog/xen_wdt.c static bool nowayout = WATCHDOG_NOWAYOUT;
nowayout           36 drivers/watchdog/xen_wdt.c module_param(nowayout, bool, S_IRUGO);
nowayout           37 drivers/watchdog/xen_wdt.c MODULE_PARM_DESC(nowayout, "Watchdog cannot be stopped once started "
nowayout          136 drivers/watchdog/xen_wdt.c 	watchdog_set_nowayout(&xen_wdt_dev, nowayout);
nowayout          145 drivers/watchdog/xen_wdt.c 		 xen_wdt_dev.timeout, nowayout);
nowayout           98 drivers/watchdog/ziirave_wdt.c static bool nowayout = WATCHDOG_NOWAYOUT;
nowayout           99 drivers/watchdog/ziirave_wdt.c module_param(nowayout, bool, 0);
nowayout          100 drivers/watchdog/ziirave_wdt.c MODULE_PARM_DESC(nowayout, "Watchdog cannot be stopped once started default="
nowayout          653 drivers/watchdog/ziirave_wdt.c 	watchdog_set_nowayout(&w_priv->wdd, nowayout);
nowayout          141 include/linux/watchdog.h static inline void watchdog_set_nowayout(struct watchdog_device *wdd, bool nowayout)
nowayout          143 include/linux/watchdog.h 	if (nowayout)