Home
last modified time | relevance | path

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

/linux-2.6.39/arch/arm/mach-pxa/include/mach/
Dsharpsl_pm.h73 struct timer_list chrg_full_timer; member
/linux-2.6.39/arch/arm/mach-pxa/
Dsharpsl_pm.c402 mod_timer(&sharpsl_pm.chrg_full_timer, jiffies + msecs_to_jiffies(500)); in sharpsl_chrg_full_isr()
895 init_timer(&sharpsl_pm.chrg_full_timer); in sharpsl_pm_probe()
896 sharpsl_pm.chrg_full_timer.function = sharpsl_chrg_full_timer; in sharpsl_pm_probe()
972 del_timer_sync(&sharpsl_pm.chrg_full_timer); in sharpsl_pm_remove()