Home
last modified time | relevance | path

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

/linux/drivers/input/serio/
A Dhp_sdc.c798 mod_timer(&hp_sdc.kicker, jiffies + HZ); in hp_sdc_kicker()
909 timer_setup(&hp_sdc.kicker, hp_sdc_kicker, 0); in hp_sdc_init()
910 hp_sdc.kicker.expires = jiffies + HZ; in hp_sdc_init()
911 add_timer(&hp_sdc.kicker); in hp_sdc_init()
983 del_timer_sync(&hp_sdc.kicker); in hp_sdc_exit()
/linux/include/linux/
A Dhp_sdc.h296 struct timer_list kicker; /* Keeps below task alive */ member

Completed in 11 milliseconds