Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/watchdog/
Dgpio_wdt.c34 unsigned int hw_algo; member
44 if (priv->hw_algo == HW_ALGO_TOGGLE) in gpio_wdt_disable()
52 switch (priv->hw_algo) { in gpio_wdt_ping()
126 priv->hw_algo = HW_ALGO_TOGGLE; in gpio_wdt_probe()
129 priv->hw_algo = HW_ALGO_LEVEL; in gpio_wdt_probe()
/Linux-v5.15/Documentation/devicetree/bindings/watchdog/
Dgpio-wdt.txt6 - hw_algo: The algorithm used by the driver. Should be one of the
26 hw_algo = "toggle";