Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/
H A Dwl_timer.c78 wl_func_lock_eq(struct wl_timer_params *timer_params) in wl_func_lock_eq() argument
82 spin_lock_irqsave(&timer_params->eq_lock, flags); in wl_func_lock_eq()
87 wl_func_unlock_eq(struct wl_timer_params *timer_params, unsigned long flags) in wl_func_unlock_eq() argument
89 spin_unlock_irqrestore(&timer_params->eq_lock, flags); in wl_func_unlock_eq()
93 wl_func_init_eq_lock(struct wl_timer_params *timer_params) in wl_func_init_eq_lock() argument
95 spin_lock_init(&timer_params->eq_lock); in wl_func_init_eq_lock()
99 wl_func_init_eq(struct wl_timer_params *timer_params) in wl_func_init_eq() argument
101 wl_func_init_eq_lock(timer_params); in wl_func_init_eq()
102 INIT_LIST_HEAD(&timer_params->eq_list); in wl_func_init_eq()
106 wl_func_flush_eq(struct wl_timer_params *timer_params) in wl_func_flush_eq() argument
[all …]
H A Ddhd.h1933 void *timer_params; member