Home
last modified time | relevance | path

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

/linux/net/can/j1939/
H A Dbus.c117 hrtimer_start(&ecu->ac_timer, ms_to_ktime(250), in j1939_ecu_timer_start()
123 if (hrtimer_cancel(&ecu->ac_timer)) in j1939_ecu_timer_cancel()
130 container_of(hrtimer, struct j1939_ecu, ac_timer); in j1939_ecu_timer_handler()
161 hrtimer_setup(&ecu->ac_timer, j1939_ecu_timer_handler, CLOCK_MONOTONIC, in j1939_ecu_create_locked()
H A Dj1939-priv.h38 struct hrtimer ac_timer; member
/linux/arch/arm/mach-pxa/
H A Dsharpsl_pm.h68 struct timer_list ac_timer; member
H A Dsharpsl_pm.c354 mod_timer(&sharpsl_pm.ac_timer, jiffies + msecs_to_jiffies(250)); in sharpsl_ac_isr()
834 timer_setup(&sharpsl_pm.ac_timer, sharpsl_ac_timer, 0); in sharpsl_pm_probe()
886 mod_timer(&sharpsl_pm.ac_timer, jiffies + msecs_to_jiffies(250)); in sharpsl_pm_probe()
917 timer_delete_sync(&sharpsl_pm.ac_timer); in sharpsl_pm_remove()