Searched refs:timer_func (Results 1 – 4 of 4) sorted by relevance
39 void (*timer_func)(uint64_t now, void *timer_func_data), in libinput_timer_init()44 timer->timer_func = timer_func; in libinput_timer_init()147 timer->timer_func(now, timer->timer_func_data); in libinput_timer_handler()
38 void (*timer_func)(uint64_t now, void *timer_func_data); member45 void (*timer_func)(uint64_t now, void *timer_func_data),
45 typedef void (*timer_func)(unsigned long); typedef49 timer_func func;
81 c->callout_data.func = (timer_func)func; in callout_reset()