Lines Matching refs:cb_func
44 FUNC_HANDLER cb_func; member
54 TIMER_HANDLER cb_func; member
138 void *cb_func, void *cb_argu) in wl_func_enq() argument
153 e->cb_func = cb_func; in wl_func_enq()
208 e->cb_func(e->cb_argu); in WL_FUNC_HANDLER()
223 wl_func_send(void *params, void *cb_func, void *cb_argu) in wl_func_send() argument
239 if (likely(!wl_func_enq(timer_params, cb_func, cb_argu))) { in wl_func_send()
336 wl_func_send(timer_params, node->cb_func, node->cb_argu); in WL_TIMER_HANDLER()
475 wl_timer_register(struct net_device *net, timer_list_compat_t *timer, void *cb_func) in wl_timer_register() argument
497 leaf->cb_func = cb_func; in wl_timer_register()
600 wl_timer_register(struct net_device *net, timer_list_compat_t *timer, void *cb_func) in wl_timer_register() argument
602 init_timer_compat(timer, cb_func, net); in wl_timer_register()