Lines Matching refs:t
2077 static void hostap_rx_tasklet(struct tasklet_struct *t) in hostap_rx_tasklet() argument
2079 local_info_t *local = from_tasklet(local, t, rx_tasklet); in hostap_rx_tasklet()
2282 static void hostap_sta_tx_exc_tasklet(struct tasklet_struct *t) in hostap_sta_tx_exc_tasklet() argument
2284 local_info_t *local = from_tasklet(local, t, sta_tx_exc_tasklet); in hostap_sta_tx_exc_tasklet()
2384 static void hostap_info_tasklet(struct tasklet_struct *t) in hostap_info_tasklet() argument
2386 local_info_t *local = from_tasklet(local, t, info_tasklet); in hostap_info_tasklet()
2463 static void hostap_bap_tasklet(struct tasklet_struct *t) in hostap_bap_tasklet() argument
2465 local_info_t *local = from_tasklet(local, t, bap_tasklet); in hostap_bap_tasklet()
2777 static void hostap_passive_scan(struct timer_list *t) in hostap_passive_scan() argument
2779 local_info_t *local = from_timer(local, t, passive_scan_timer); in hostap_passive_scan()
2852 static void hostap_tick_timer(struct timer_list *t) in hostap_tick_timer() argument
2855 local_info_t *local = from_timer(local, t, tick_timer); in hostap_tick_timer()