Home
last modified time | relevance | path

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

/arch/arm/include/asm/hardware/
Dsharpsl_pm.h72 struct timer_list ac_timer; member
/arch/arm/common/
Dsharpsl_pm.c270 mod_timer(&sharpsl_pm.ac_timer, jiffies + msecs_to_jiffies(250)); in sharpsl_ac_isr()
795 init_timer(&sharpsl_pm.ac_timer); in sharpsl_pm_probe()
796 sharpsl_pm.ac_timer.function = sharpsl_ac_timer; in sharpsl_pm_probe()
816 mod_timer(&sharpsl_pm.ac_timer, jiffies + msecs_to_jiffies(250)); in sharpsl_pm_probe()
833 del_timer_sync(&sharpsl_pm.ac_timer); in sharpsl_pm_remove()