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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/watchdog/
H A Dwm8350_wdt.c36 } wm8350_wdt_cfgs[] = { variable in typeref:struct:__anon16453
239 for (i = 0; i < ARRAY_SIZE(wm8350_wdt_cfgs); i++)
240 if (wm8350_wdt_cfgs[i].time == time)
242 if (i == ARRAY_SIZE(wm8350_wdt_cfgs))
246 wm8350_wdt_cfgs[i].val);
252 for (i = 0; i < ARRAY_SIZE(wm8350_wdt_cfgs); i++)
253 if (wm8350_wdt_cfgs[i].val == reg)
255 if (i == ARRAY_SIZE(wm8350_wdt_cfgs)) {
260 ret = put_user(wm8350_wdt_cfgs[i].time, p);

Completed in 87 milliseconds