Searched refs:brcmf_cfg80211_info (Results 1 – 8 of 8) sorted by relevance
/linux-4.1.27/drivers/net/wireless/brcm80211/brcmfmac/ |
D | cfg80211.h | 237 s32 (*run)(struct brcmf_cfg80211_info *cfg, struct brcmf_if *ifp, 376 struct brcmf_cfg80211_info { struct 425 static inline struct wiphy *cfg_to_wiphy(struct brcmf_cfg80211_info *cfg) in cfg_to_wiphy() argument 430 static inline struct brcmf_cfg80211_info *wiphy_to_cfg(struct wiphy *w) in wiphy_to_cfg() 432 return (struct brcmf_cfg80211_info *)(wiphy_priv(w)); in wiphy_to_cfg() 435 static inline struct brcmf_cfg80211_info *wdev_to_cfg(struct wireless_dev *wd) in wdev_to_cfg() 437 return (struct brcmf_cfg80211_info *)(wdev_priv(wd)); in wdev_to_cfg() 441 struct net_device *cfg_to_ndev(struct brcmf_cfg80211_info *cfg) in cfg_to_ndev() 448 static inline struct brcmf_cfg80211_info *ndev_to_cfg(struct net_device *ndev) in ndev_to_cfg() 466 brcmf_cfg80211_connect_info *cfg_to_conn(struct brcmf_cfg80211_info *cfg) in cfg_to_conn() [all …]
|
D | p2p.h | 21 struct brcmf_cfg80211_info; 129 struct brcmf_cfg80211_info *cfg; 149 s32 brcmf_p2p_attach(struct brcmf_cfg80211_info *cfg); 156 int brcmf_p2p_ifchange(struct brcmf_cfg80211_info *cfg, 176 bool brcmf_p2p_send_action_frame(struct brcmf_cfg80211_info *cfg, 179 bool brcmf_p2p_scan_finding_common_channel(struct brcmf_cfg80211_info *cfg,
|
D | btcoex.h | 24 int brcmf_btcoex_attach(struct brcmf_cfg80211_info *cfg); 25 void brcmf_btcoex_detach(struct brcmf_cfg80211_info *cfg);
|
D | cfg80211.c | 559 struct brcmf_cfg80211_info *cfg = wiphy_to_cfg(wiphy); in brcmf_ap_add_vif() 682 s32 brcmf_notify_escan_complete(struct brcmf_cfg80211_info *cfg, in brcmf_notify_escan_complete() 746 struct brcmf_cfg80211_info *cfg = wiphy_priv(wiphy); in brcmf_cfg80211_del_iface() 787 struct brcmf_cfg80211_info *cfg = wiphy_priv(wiphy); in brcmf_cfg80211_change_iface() 858 static void brcmf_escan_prep(struct brcmf_cfg80211_info *cfg, in brcmf_escan_prep() 940 brcmf_run_escan(struct brcmf_cfg80211_info *cfg, struct brcmf_if *ifp, in brcmf_run_escan() 983 brcmf_do_escan(struct brcmf_cfg80211_info *cfg, struct wiphy *wiphy, in brcmf_do_escan() 1020 struct brcmf_cfg80211_info *cfg = wiphy_to_cfg(wiphy); in brcmf_cfg80211_escan() 1183 struct brcmf_cfg80211_info *cfg = wiphy_to_cfg(wiphy); in brcmf_cfg80211_set_wiphy_params() 1251 struct brcmf_cfg80211_info *cfg = wiphy_to_cfg(vif->wdev.wiphy); in brcmf_link_down() [all …]
|
D | p2p.c | 766 static s32 brcmf_p2p_run_escan(struct brcmf_cfg80211_info *cfg, in brcmf_p2p_run_escan() 889 struct brcmf_cfg80211_info *cfg = wiphy_to_cfg(wiphy); in brcmf_p2p_scan_prep() 974 struct brcmf_cfg80211_info *cfg = wiphy_to_cfg(wiphy); in brcmf_p2p_remain_on_channel() 1011 struct brcmf_cfg80211_info *cfg = ifp->drvr->config; in brcmf_p2p_notify_listen_complete() 1219 bool brcmf_p2p_scan_finding_common_channel(struct brcmf_cfg80211_info *cfg, in brcmf_p2p_scan_finding_common_channel() 1271 brcmf_p2p_stop_wait_next_action_frame(struct brcmf_cfg80211_info *cfg) in brcmf_p2p_stop_wait_next_action_frame() 1304 struct brcmf_cfg80211_info *cfg = p2p->cfg; in brcmf_p2p_gon_req_collision() 1354 struct brcmf_cfg80211_info *cfg = ifp->drvr->config; in brcmf_p2p_notify_action_frame_rx() 1456 struct brcmf_cfg80211_info *cfg = ifp->drvr->config; in brcmf_p2p_notify_action_tx_complete() 1549 static s32 brcmf_p2p_pub_af_tx(struct brcmf_cfg80211_info *cfg, in brcmf_p2p_pub_af_tx() [all …]
|
D | btcoex.c | 94 struct brcmf_cfg80211_info *cfg; 371 int brcmf_btcoex_attach(struct brcmf_cfg80211_info *cfg) in brcmf_btcoex_attach() 402 void brcmf_btcoex_detach(struct brcmf_cfg80211_info *cfg) in brcmf_btcoex_detach() 469 struct brcmf_cfg80211_info *cfg = wiphy_priv(vif->wdev.wiphy); in brcmf_btcoex_set_mode()
|
D | core.h | 108 struct brcmf_cfg80211_info *config;
|
D | fweh.h | 29 struct brcmf_cfg80211_info;
|