Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/
H A Dwl_timer.c75 } wl_timer_params_t; typedef
361 wl_timer_kick_handler(wl_timer_params_t *timer_params) in wl_timer_kick_handler()
454 wl_timer_params_t *timer_params = dhd->timer_params; in wl_timer_mod()
478 wl_timer_params_t *timer_params = dhd->timer_params; in wl_timer_register()
509 wl_timer_params_t *timer_params = dhd->timer_params; in wl_timer_deregister()
567 timer_params = kmalloc(sizeof(wl_timer_params_t), GFP_KERNEL); in wl_timer_attach()
570 sizeof(wl_timer_params_t)); in wl_timer_attach()
574 memset(timer_params, 0, sizeof(wl_timer_params_t)); in wl_timer_attach()