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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-arm/hardware/
H A Dsharpsl_pm.h73 struct timer_list chrg_full_timer; member in struct:sharpsl_pm_status
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/arm/common/
H A Dsharpsl_pm.c302 mod_timer(&sharpsl_pm.chrg_full_timer, jiffies + msecs_to_jiffies(500));
790 init_timer(&sharpsl_pm.chrg_full_timer);
791 sharpsl_pm.chrg_full_timer.function = sharpsl_chrg_full_timer;
822 del_timer_sync(&sharpsl_pm.chrg_full_timer);

Completed in 71 milliseconds