Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/
H A Dwl_timer.c73 tsk_ctl_t thr_func_ctl; member
243 if (timer_params->thr_func_ctl.thr_pid >= 0) { in wl_func_send()
244 up(&timer_params->thr_func_ctl.sema); in wl_func_send()
268 PROC_START(wl_func_handler, timer_params, &timer_params->thr_func_ctl, 0, "timer_funcd"); in wl_func_create_handler()
269 if (timer_params->thr_func_ctl.thr_pid < 0) { in wl_func_create_handler()
287 if (timer_params->thr_func_ctl.thr_pid >= 0) { in wl_func_destroy_handler()
288 PROC_STOP(&timer_params->thr_func_ctl); in wl_func_destroy_handler()