Home
last modified time | relevance | path

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

/linux/net/can/j1939/
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_init(&ecu->ac_timer, CLOCK_MONOTONIC, HRTIMER_MODE_REL_SOFT); in j1939_ecu_create_locked()
162 ecu->ac_timer.function = j1939_ecu_timer_handler; in j1939_ecu_create_locked()
A Dj1939-priv.h38 struct hrtimer ac_timer; member
/linux/arch/arm/mach-pxa/
A Dsharpsl_pm.h68 struct timer_list ac_timer; member
A Dsharpsl_pm.c360 mod_timer(&sharpsl_pm.ac_timer, jiffies + msecs_to_jiffies(250)); in sharpsl_ac_isr()
840 timer_setup(&sharpsl_pm.ac_timer, sharpsl_ac_timer, 0); in sharpsl_pm_probe()
892 mod_timer(&sharpsl_pm.ac_timer, jiffies + msecs_to_jiffies(250)); in sharpsl_pm_probe()
923 del_timer_sync(&sharpsl_pm.ac_timer); in sharpsl_pm_remove()

Completed in 9 milliseconds