| /Linux-v5.4/drivers/net/wireless/broadcom/brcm80211/brcmfmac/ | 
| D | proto.h | 48 static inline int brcmf_proto_hdrpull(struct brcmf_pub *drvr, bool do_fws,  in brcmf_proto_hdrpull() 63 static inline int brcmf_proto_query_dcmd(struct brcmf_pub *drvr, int ifidx,  in brcmf_proto_query_dcmd() 69 static inline int brcmf_proto_set_dcmd(struct brcmf_pub *drvr, int ifidx,  in brcmf_proto_set_dcmd() 76 static inline int brcmf_proto_tx_queue_data(struct brcmf_pub *drvr, int ifidx,  in brcmf_proto_tx_queue_data() 82 static inline int brcmf_proto_txdata(struct brcmf_pub *drvr, int ifidx,  in brcmf_proto_txdata() 88 brcmf_proto_configure_addr_mode(struct brcmf_pub *drvr, int ifidx,  in brcmf_proto_configure_addr_mode() 94 brcmf_proto_delete_peer(struct brcmf_pub *drvr, int ifidx, u8 peer[ETH_ALEN])  in brcmf_proto_delete_peer() 99 brcmf_proto_add_tdls_peer(struct brcmf_pub *drvr, int ifidx, u8 peer[ETH_ALEN])  in brcmf_proto_add_tdls_peer() 118 brcmf_proto_add_if(struct brcmf_pub *drvr, struct brcmf_if *ifp)  in brcmf_proto_add_if() 126 brcmf_proto_del_if(struct brcmf_pub *drvr, struct brcmf_if *ifp)  in brcmf_proto_del_if() [all …] 
 | 
| D | core.c | 76 struct brcmf_if *brcmf_get_ifp(struct brcmf_pub *drvr, int ifidx)  in brcmf_get_ifp() 135 	struct brcmf_pub *drvr = ifp->drvr;  in _brcmf_set_multicast_list()  local 202 	struct brcmf_pub *drvr = ifp->drvr;  in _brcmf_update_ndtable()  local 230 	struct brcmf_pub *drvr = ifp->drvr;  in brcmf_netdev_set_mac_address()  local 290 	struct brcmf_pub *drvr = ifp->drvr;  in brcmf_netdev_start_xmit()  local 477 static int brcmf_rx_hdrpull(struct brcmf_pub *drvr, struct sk_buff *skb,  in brcmf_rx_hdrpull() 500 	struct brcmf_pub *drvr = bus_if->drvr;  in brcmf_rx_frame()  local 523 	struct brcmf_pub *drvr = bus_if->drvr;  in brcmf_rx_event()  local 558 	struct brcmf_pub *drvr = ifp->drvr;  in brcmf_ethtool_get_drvinfo()  local 593 	struct brcmf_pub *drvr = ifp->drvr;  in brcmf_netdev_open()  local [all …] 
 | 
| D | bcdc.c | 99 struct brcmf_fws_info *drvr_to_fws(struct brcmf_pub *drvr)  in drvr_to_fws() 107 brcmf_proto_bcdc_msg(struct brcmf_pub *drvr, int ifidx, uint cmd, void *buf,  in brcmf_proto_bcdc_msg() 138 static int brcmf_proto_bcdc_cmplt(struct brcmf_pub *drvr, u32 id, u32 len)  in brcmf_proto_bcdc_cmplt() 156 brcmf_proto_bcdc_query_dcmd(struct brcmf_pub *drvr, int ifidx, uint cmd,  in brcmf_proto_bcdc_query_dcmd() 214 brcmf_proto_bcdc_set_dcmd(struct brcmf_pub *drvr, int ifidx, uint cmd,  in brcmf_proto_bcdc_set_dcmd() 255 brcmf_proto_bcdc_hdrpush(struct brcmf_pub *drvr, int ifidx, u8 offset,  in brcmf_proto_bcdc_hdrpush() 279 brcmf_proto_bcdc_hdrpull(struct brcmf_pub *drvr, bool do_fws,  in brcmf_proto_bcdc_hdrpull() 331 static int brcmf_proto_bcdc_tx_queue_data(struct brcmf_pub *drvr, int ifidx,  in brcmf_proto_bcdc_tx_queue_data() 344 brcmf_proto_bcdc_txdata(struct brcmf_pub *drvr, int ifidx, u8 offset,  in brcmf_proto_bcdc_txdata() 354 	struct brcmf_pub *drvr = bus_if->drvr;  in brcmf_proto_bcdc_txflowblock()  local [all …] 
 | 
| D | fweh.c | 94 static int brcmf_fweh_call_event_handler(struct brcmf_pub *drvr,  in brcmf_fweh_call_event_handler() 124 static void brcmf_fweh_handle_if_event(struct brcmf_pub *drvr,  in brcmf_fweh_handle_if_event() 215 	struct brcmf_pub *drvr;  in brcmf_fweh_event_worker()  local 290 void brcmf_fweh_attach(struct brcmf_pub *drvr)  in brcmf_fweh_attach() 303 void brcmf_fweh_detach(struct brcmf_pub *drvr)  in brcmf_fweh_detach() 320 int brcmf_fweh_register(struct brcmf_pub *drvr, enum brcmf_fweh_event_code code,  in brcmf_fweh_register() 339 void brcmf_fweh_unregister(struct brcmf_pub *drvr,  in brcmf_fweh_unregister() 354 	struct brcmf_pub *drvr = ifp->drvr;  in brcmf_fweh_activate_events()  local 388 void brcmf_fweh_process_event(struct brcmf_pub *drvr,  in brcmf_fweh_process_event()
  | 
| D | cfg80211.c | 468 	struct brcmf_pub *drvr = ifp->drvr;  in send_key_to_dongle()  local 503 static int brcmf_get_first_free_bsscfgidx(struct brcmf_pub *drvr)  in brcmf_get_first_free_bsscfgidx() 520 	struct brcmf_pub *drvr = ifp->drvr;  in brcmf_cfg80211_request_ap_if()  local 555 	struct brcmf_pub *drvr = cfg->pub;  in brcmf_ap_add_vif()  local 629 	struct brcmf_pub *drvr = cfg->pub;  in brcmf_cfg80211_add_iface()  local 677 	struct brcmf_pub *drvr = ifp->drvr;  in brcmf_set_mpc()  local 694 	struct brcmf_pub *drvr = cfg->pub;  in brcmf_notify_escan_complete()  local 774 	struct brcmf_pub *drvr = cfg->pub;  in brcmf_cfg80211_del_ap_iface()  local 853 	struct brcmf_pub *drvr = cfg->pub;  in brcmf_cfg80211_change_iface()  local 1019 	struct brcmf_pub *drvr = cfg->pub;  in brcmf_run_escan()  local [all …] 
 | 
| D | msgbuf.c | 228 	struct brcmf_pub *drvr;  member 426 static int brcmf_msgbuf_tx_ioctl(struct brcmf_pub *drvr, int ifidx,  in brcmf_msgbuf_tx_ioctl() 487 static int brcmf_msgbuf_query_dcmd(struct brcmf_pub *drvr, int ifidx,  in brcmf_msgbuf_query_dcmd() 525 static int brcmf_msgbuf_set_dcmd(struct brcmf_pub *drvr, int ifidx,  in brcmf_msgbuf_set_dcmd() 532 static int brcmf_msgbuf_hdrpull(struct brcmf_pub *drvr, bool do_fws,  in brcmf_msgbuf_hdrpull() 581 	struct brcmf_pub *drvr = msgbuf->drvr;  in brcmf_msgbuf_flowring_create_worker()  local 696 	struct brcmf_pub *drvr = msgbuf->drvr;  in brcmf_msgbuf_txflow()  local 795 static int brcmf_msgbuf_tx_queue_data(struct brcmf_pub *drvr, int ifidx,  in brcmf_msgbuf_tx_queue_data() 820 brcmf_msgbuf_configure_addr_mode(struct brcmf_pub *drvr, int ifidx,  in brcmf_msgbuf_configure_addr_mode() 830 brcmf_msgbuf_delete_peer(struct brcmf_pub *drvr, int ifidx, u8 peer[ETH_ALEN])  in brcmf_msgbuf_delete_peer() [all …] 
 | 
| D | proto.c | 20 int brcmf_proto_attach(struct brcmf_pub *drvr)  in brcmf_proto_attach() 59 void brcmf_proto_detach(struct brcmf_pub *drvr)  in brcmf_proto_detach()
  | 
| D | bcdc.h | 16 static inline int brcmf_proto_bcdc_attach(struct brcmf_pub *drvr) { return 0; }  in brcmf_proto_bcdc_attach() 17 static inline void brcmf_proto_bcdc_detach(struct brcmf_pub *drvr) {}  in brcmf_proto_bcdc_detach()
  | 
| D | pno.c | 101 	struct brcmf_pub *drvr = ifp->drvr;  in brcmf_pno_config()  local 153 	struct brcmf_pub *drvr = ifp->drvr;  in brcmf_pno_set_random()  local 196 	struct brcmf_pub *drvr = ifp->drvr;  in brcmf_pno_add_ssid()  local 219 	struct brcmf_pub *drvr = ifp->drvr;  in brcmf_pno_add_bssid()  local 254 	struct brcmf_pub *drvr = ifp->drvr;  in brcmf_pno_clean()  local 389 	struct brcmf_pub *drvr = ifp->drvr;  in brcmf_pno_config_sched_scans()  local
  | 
| D | feature.c | 178 	struct brcmf_pub *drvr = ifp->drvr;  in brcmf_feat_firmware_capabilities()  local 210 	struct brcmf_pub *drvr = bus_if->drvr;  in brcmf_feat_fwcap_debugfs_read()  local 237 void brcmf_feat_attach(struct brcmf_pub *drvr)  in brcmf_feat_attach() 310 void brcmf_feat_debugfs_create(struct brcmf_pub *drvr)  in brcmf_feat_debugfs_create()
  | 
| D | debug.c | 45 struct dentry *brcmf_debugfs_get_devdir(struct brcmf_pub *drvr)  in brcmf_debugfs_get_devdir() 50 int brcmf_debugfs_add_entry(struct brcmf_pub *drvr, const char *fn,  in brcmf_debugfs_add_entry()
  | 
| D | fwil.c | 98 	struct brcmf_pub *drvr = ifp->drvr;  in brcmf_fil_cmd_data()  local 217 	struct brcmf_pub *drvr = ifp->drvr;  in brcmf_fil_iovar_data_set()  local 245 	struct brcmf_pub *drvr = ifp->drvr;  in brcmf_fil_iovar_data_get()  local 340 	struct brcmf_pub *drvr = ifp->drvr;  in brcmf_fil_bsscfg_data_set()  local 369 	struct brcmf_pub *drvr = ifp->drvr;  in brcmf_fil_bsscfg_data_get()  local
  | 
| D | p2p.c | 426 	struct brcmf_pub *drvr = ifp->drvr;  in brcmf_p2p_set_firmware()  local 563 	struct brcmf_pub *drvr = p2p->cfg->pub;  in brcmf_p2p_enable_discovery()  local 624 	struct brcmf_pub *drvr = p2p->cfg->pub;  in brcmf_p2p_escan()  local 755 	struct brcmf_pub *drvr = cfg->pub;  in brcmf_p2p_run_escan()  local 913 	struct brcmf_pub *drvr = p2p->cfg->pub;  in brcmf_p2p_discover_listen()  local 1043 	struct brcmf_pub *drvr = p2p->cfg->pub;  in brcmf_p2p_act_frm_search()  local 1101 	struct brcmf_pub *drvr = p2p->cfg->pub;  in brcmf_p2p_afx_handler()  local 1337 	struct brcmf_pub *drvr = ifp->drvr;  in brcmf_p2p_notify_action_frame_rx()  local 1492 	struct brcmf_pub *drvr = p2p->cfg->pub;  in brcmf_p2p_tx_action_frame()  local 1557 	struct brcmf_pub *drvr = cfg->pub;  in brcmf_p2p_pub_af_tx()  local [all …] 
 | 
| D | msgbuf.h | 36 static inline int brcmf_proto_msgbuf_attach(struct brcmf_pub *drvr)  in brcmf_proto_msgbuf_attach() 40 static inline void brcmf_proto_msgbuf_detach(struct brcmf_pub *drvr) {}  in brcmf_proto_msgbuf_detach()
  | 
| D | debug.h | 54 #define bphy_err(drvr, fmt, ...)					\  argument 124 static inline struct dentry *brcmf_debugfs_get_devdir(struct brcmf_pub *drvr)  in brcmf_debugfs_get_devdir() 129 int brcmf_debugfs_add_entry(struct brcmf_pub *drvr, const char *fn,  in brcmf_debugfs_add_entry()
  | 
| D | common.c | 82 	struct brcmf_pub *drvr = ifp->drvr;  in brcmf_c_set_joinpref_default()  local 122 	struct brcmf_pub *drvr = ifp->drvr;  in brcmf_c_process_clm_blob()  local 195 	struct brcmf_pub *drvr = ifp->drvr;  in brcmf_c_preinit_dcmds()  local
  | 
| D | flowring.c | 183 	struct brcmf_pub *drvr;  in brcmf_flowring_block()  local 387 	struct brcmf_pub *drvr = bus_if->drvr;  in brcmf_flowring_detach()  local 412 	struct brcmf_pub *drvr = bus_if->drvr;  in brcmf_flowring_configure_addr_mode()  local 435 	struct brcmf_pub *drvr = bus_if->drvr;  in brcmf_flowring_delete_peer()  local
  | 
| D | fwsignal.c | 490 	struct brcmf_pub *drvr;  member 1251 	struct brcmf_pub *drvr = fws->drvr;  in brcmf_fws_enq()  local 1454 	struct brcmf_pub *drvr = fws->drvr;  in brcmf_fws_txs_process()  local 1610 	struct brcmf_pub *drvr = ifp->drvr;  in brcmf_fws_notify_credit_map()  local 1680 	struct brcmf_pub *drvr = ifp->drvr;  in brcmf_fws_rxreorder()  local 1996 	struct brcmf_pub *drvr = fws->drvr;  in brcmf_fws_rollback_toq()  local 2119 	struct brcmf_pub *drvr = ifp->drvr;  in brcmf_fws_process_skb()  local 2206 	struct brcmf_pub *drvr;  in brcmf_fws_dequeue_worker()  local 2340 struct brcmf_fws_info *brcmf_fws_attach(struct brcmf_pub *drvr)  in brcmf_fws_attach() 2456 void brcmf_fws_debugfs_create(struct brcmf_pub *drvr)  in brcmf_fws_debugfs_create() [all …] 
 | 
| D | bus.h | 144 	struct brcmf_pub *drvr;  member
  | 
| D | core.h | 180 	struct brcmf_pub *drvr;  member
  | 
| D | fweh.h | 325 static inline void brcmf_fweh_process_skb(struct brcmf_pub *drvr,  in brcmf_fweh_process_skb()
  | 
| D | cfg80211.h | 346 	struct brcmf_pub *drvr = wiphy_priv(w);  in wiphy_to_cfg()  local
  | 
| D | sdio.c | 3167 	struct brcmf_pub *drvr = bus_if->drvr;  in brcmf_sdio_debugfs_create()  local
  | 
| /Linux-v5.4/drivers/net/wireless/broadcom/brcm80211/brcmsmac/ | 
| D | debug.c | 48 void brcms_debugfs_attach(struct brcms_pub *drvr)  in brcms_debugfs_attach() 54 void brcms_debugfs_detach(struct brcms_pub *drvr)  in brcms_debugfs_detach() 59 struct dentry *brcms_debugfs_get_devdir(struct brcms_pub *drvr)  in brcms_debugfs_get_devdir() 67 	struct brcms_pub *drvr = s->private;  in brcms_debugfs_hardware_read()  local 100 	struct brcms_pub *drvr = s->private;  in brcms_debugfs_macstat_read()  local 171 	struct brcms_pub *drvr;  member 190 brcms_debugfs_add_entry(struct brcms_pub *drvr, const char *fn,  in brcms_debugfs_add_entry() 207 void brcms_debugfs_create_files(struct brcms_pub *drvr)  in brcms_debugfs_create_files()
  |