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