Searched defs:brcmf_btcoex_info (Results 1 – 1 of 1) sorted by relevance
76 struct brcmf_btcoex_info { struct77 struct brcmf_cfg80211_vif *vif;78 struct timer_list timer;79 u16 timeout;80 bool timer_on;81 bool dhcp_done;82 enum brcmf_btcoex_state bt_state;83 struct work_struct work;84 struct brcmf_cfg80211_info *cfg;85 u32 reg66;[all …]