Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/watchdog/
H A 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()
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/watchdog/
H A Dgpio-wdt.txt6 - hw_algo: The algorithm used by the driver. Should be one of the
26 hw_algo = "toggle";
/OK3568_Linux_fs/u-boot/arch/arm/dts/
H A Dam335x-rut.dts140 hw_algo = "level";