Lines Matching refs:brcmf_btcoex_info
86 struct brcmf_btcoex_info { struct
149 static void brcmf_btcoex_boost_wifi(struct brcmf_btcoex_info *btci, in brcmf_btcoex_boost_wifi()
243 static void btcmf_btcoex_save_part1(struct brcmf_btcoex_info *btci) in btcmf_btcoex_save_part1()
263 static void brcmf_btcoex_restore_part1(struct brcmf_btcoex_info *btci) in brcmf_btcoex_restore_part1()
285 struct brcmf_btcoex_info *bt_local = (struct brcmf_btcoex_info *)data; in brcmf_btcoex_timerfunc()
298 struct brcmf_btcoex_info *btci; in brcmf_btcoex_handler()
299 btci = container_of(work, struct brcmf_btcoex_info, work); in brcmf_btcoex_handler()
373 struct brcmf_btcoex_info *btci = NULL; in brcmf_btcoex_attach()
376 btci = kmalloc(sizeof(struct brcmf_btcoex_info), GFP_KERNEL); in brcmf_btcoex_attach()
423 static void brcmf_btcoex_dhcp_start(struct brcmf_btcoex_info *btci) in brcmf_btcoex_dhcp_start()
438 static void brcmf_btcoex_dhcp_end(struct brcmf_btcoex_info *btci) in brcmf_btcoex_dhcp_end()
470 struct brcmf_btcoex_info *btci = cfg->btcoex; in brcmf_btcoex_set_mode()