Home
last modified time | relevance | path

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

/linux/drivers/power/supply/
H A Drt9756.c548 unsigned int wdt_set, wdt_sel; in watchdog_timer_store() local
551 ret = kstrtouint(buf, 10, &wdt_set); in watchdog_timer_store()
559 wdt_sel = find_closest(wdt_set, rt9756_wdt_millisecond, in watchdog_timer_store()
566 if (wdt_set) { in watchdog_timer_store()