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

/linux-4.1.27/drivers/watchdog/
H A Dwm831x_wdt.c44 } wm831x_wdt_cfgs[] = { variable in typeref:struct:__anon10703
149 for (i = 0; i < ARRAY_SIZE(wm831x_wdt_cfgs); i++) wm831x_wdt_set_timeout()
150 if (wm831x_wdt_cfgs[i].time == timeout) wm831x_wdt_set_timeout()
152 if (i == ARRAY_SIZE(wm831x_wdt_cfgs)) wm831x_wdt_set_timeout()
159 wm831x_wdt_cfgs[i].val); wm831x_wdt_set_timeout()
223 for (i = 0; i < ARRAY_SIZE(wm831x_wdt_cfgs); i++) wm831x_wdt_probe()
224 if (wm831x_wdt_cfgs[i].val == reg) wm831x_wdt_probe()
226 if (i == ARRAY_SIZE(wm831x_wdt_cfgs)) wm831x_wdt_probe()
230 wm831x_wdt->timeout = wm831x_wdt_cfgs[i].time; wm831x_wdt_probe()

Completed in 76 milliseconds