Searched refs:ac_timer (Results  1 – 4 of 4) sorted by relevance
| /Linux-v5.10/net/can/j1939/ | 
| D | bus.c | 117 	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()
  | 
| D | j1939-priv.h | 35 	struct hrtimer ac_timer;  member
  | 
| /Linux-v5.10/arch/arm/mach-pxa/ | 
| D | sharpsl_pm.h | 68 	struct timer_list ac_timer;  member
  | 
| D | sharpsl_pm.c | 360 	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()
  |