Searched refs:new_timeout (Results 1 - 3 of 3) sorted by relevance

/netgear-R7800-V1.0.2.28/target/linux/adm5120/files/drivers/watchdog/
H A Dadm5120_wdt.c128 int new_timeout; local
150 if (get_user(new_timeout, (int *)arg))
152 if (new_timeout < 1)
154 if (new_timeout > MAX_TIMEOUT)
156 timeout = new_timeout;
/netgear-R7800-V1.0.2.28/target/linux/mcs814x/files-3.3/drivers/watchdog/
H A Dmcs814x_wdt.c75 unsigned int new_timeout)
83 writel_relaxed(WDT_MAX_VALUE - (new_timeout * clk_get_rate(wdt->clk)),
74 mcs814x_wdt_set_timeout(struct watchdog_device *dev, unsigned int new_timeout) argument
/netgear-R7800-V1.0.2.28/target/linux/ubicom32/files/drivers/watchdog/
H A Dubi32_wdt.c378 int new_timeout; local
382 if (get_user(new_timeout, p))
386 ret = ubi32_wdt_set_timeout(new_timeout);

Completed in 27 milliseconds