Searched +full:watchdog +full:- +full:tops (Results 1 – 4 of 4) sorted by relevance
| /kernel/linux/linux-5.10/Documentation/devicetree/bindings/watchdog/ |
| D | snps,dw-wdt.yaml | 1 # SPDX-License-Identifier: GPL-2.0-only 3 --- 4 $id: http://devicetree.org/schemas/watchdog/snps,dw-wdt.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 7 title: Synopsys Designware Watchdog Timer 10 - $ref: "watchdog.yaml#" 13 - Jamie Iles <jamie@jamieiles.com> 17 const: snps,dw-wdt 23 description: DW Watchdog pre-timeout interrupt 29 - description: Watchdog timer reference clock [all …]
|
| /kernel/linux/linux-6.6/Documentation/devicetree/bindings/watchdog/ |
| D | snps,dw-wdt.yaml | 1 # SPDX-License-Identifier: GPL-2.0-only 3 --- 4 $id: http://devicetree.org/schemas/watchdog/snps,dw-wdt.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 7 title: Synopsys Designware Watchdog Timer 10 - $ref: watchdog.yaml# 13 - Jamie Iles <jamie@jamieiles.com> 18 - const: snps,dw-wdt 19 - items: 20 - enum: [all …]
|
| /kernel/linux/linux-5.10/drivers/watchdog/ |
| D | dw_wdt.c | 1 // SPDX-License-Identifier: GPL-2.0-or-later 3 * Copyright 2010-2011 Picochip Ltd., Jamie Iles 6 * This file implements a driver for the Synopsys DesignWare watchdog device 7 * in the many subsystems. The watchdog has 16 different timeout periods 10 * The DesignWare watchdog cannot be stopped once it has been started so we 11 * do not implement a stop function. The watchdog core will continue to send 12 * heartbeat requests after the watchdog device has been closed. 30 #include <linux/watchdog.h> 52 /* There are sixteen TOPs (timeout periods) that can be set in the watchdog. */ 69 MODULE_PARM_DESC(nowayout, "Watchdog cannot be stopped once started " [all …]
|
| /kernel/linux/linux-6.6/drivers/watchdog/ |
| D | dw_wdt.c | 1 // SPDX-License-Identifier: GPL-2.0-or-later 3 * Copyright 2010-2011 Picochip Ltd., Jamie Iles 6 * This file implements a driver for the Synopsys DesignWare watchdog device 7 * in the many subsystems. The watchdog has 16 different timeout periods 10 * The DesignWare watchdog cannot be stopped once it has been started so we 11 * do not implement a stop function. The watchdog core will continue to send 12 * heartbeat requests after the watchdog device has been closed. 30 #include <linux/watchdog.h> 51 /* There are sixteen TOPs (timeout periods) that can be set in the watchdog. */ 68 MODULE_PARM_DESC(nowayout, "Watchdog cannot be stopped once started " [all …]
|