Home
last modified time | relevance | path

Searched refs:brcmf_pub (Results 1 – 25 of 29) sorted by relevance

12

/openbmc/linux/drivers/net/wireless/broadcom/brcm80211/brcmfmac/
H A Dproto.h19 int (*hdrpull)(struct brcmf_pub *drvr, bool do_fws,
25 int (*tx_queue_data)(struct brcmf_pub *drvr, int ifidx,
27 int (*txdata)(struct brcmf_pub *drvr, int ifidx, u8 offset,
31 void (*delete_peer)(struct brcmf_pub *drvr, int ifidx,
33 void (*add_tdls_peer)(struct brcmf_pub *drvr, int ifidx,
39 int (*init_done)(struct brcmf_pub *drvr);
40 void (*debugfs_create)(struct brcmf_pub *drvr);
45 int brcmf_proto_attach(struct brcmf_pub *drvr);
46 void brcmf_proto_detach(struct brcmf_pub *drvr);
142 brcmf_proto_init_done(struct brcmf_pub *drvr) in brcmf_proto_init_done()
[all …]
H A Dbcdc.h9 int brcmf_proto_bcdc_attach(struct brcmf_pub *drvr);
10 void brcmf_proto_bcdc_detach(struct brcmf_pub *drvr);
14 struct brcmf_fws_info *drvr_to_fws(struct brcmf_pub *drvr);
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()
H A Dmsgbuf.h32 void brcmf_msgbuf_delete_flowring(struct brcmf_pub *drvr, u16 flowid);
33 int brcmf_proto_msgbuf_attach(struct brcmf_pub *drvr);
34 void brcmf_proto_msgbuf_detach(struct brcmf_pub *drvr);
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()
H A Dbcdc.c101 struct brcmf_fws_info *drvr_to_fws(struct brcmf_pub *drvr) in drvr_to_fws()
216 brcmf_proto_bcdc_set_dcmd(struct brcmf_pub *drvr, int ifidx, uint cmd, in brcmf_proto_bcdc_set_dcmd()
281 brcmf_proto_bcdc_hdrpull(struct brcmf_pub *drvr, bool do_fws, in brcmf_proto_bcdc_hdrpull()
346 brcmf_proto_bcdc_txdata(struct brcmf_pub *drvr, int ifidx, u8 offset, in brcmf_proto_bcdc_txdata()
356 struct brcmf_pub *drvr = bus_if->drvr; in brcmf_proto_bcdc_txflowblock()
389 brcmf_proto_bcdc_delete_peer(struct brcmf_pub *drvr, int ifidx, in brcmf_proto_bcdc_delete_peer()
395 brcmf_proto_bcdc_add_tdls_peer(struct brcmf_pub *drvr, int ifidx, in brcmf_proto_bcdc_add_tdls_peer()
425 brcmf_proto_bcdc_init_done(struct brcmf_pub *drvr) in brcmf_proto_bcdc_init_done()
438 static void brcmf_proto_bcdc_debugfs_create(struct brcmf_pub *drvr) in brcmf_proto_bcdc_debugfs_create()
443 int brcmf_proto_bcdc_attach(struct brcmf_pub *drvr) in brcmf_proto_bcdc_attach()
[all …]
H A Dfwvid.h11 struct brcmf_pub;
25 int brcmf_fwvid_attach(struct brcmf_pub *drvr);
26 void brcmf_fwvid_detach(struct brcmf_pub *drvr);
27 const char *brcmf_fwvid_vendor_name(struct brcmf_pub *drvr);
H A Dcore.c137 struct brcmf_pub *drvr = ifp->drvr; in _brcmf_set_multicast_list()
209 struct brcmf_pub *drvr = ifp->drvr; in _brcmf_update_ndtable()
293 struct brcmf_pub *drvr = ifp->drvr; in brcmf_netdev_start_xmit()
562 struct brcmf_pub *drvr = ifp->drvr; in brcmf_ethtool_get_drvinfo()
594 struct brcmf_pub *drvr = ifp->drvr; in brcmf_netdev_open()
635 struct brcmf_pub *drvr = ifp->drvr; in brcmf_net_attach()
693 struct brcmf_pub *drvr = ifp->drvr; in brcmf_net_mon_open()
990 struct brcmf_pub *drvr = container_of(nb, struct brcmf_pub, in brcmf_inetaddr_changed()
1081 struct brcmf_pub *drvr = container_of(nb, struct brcmf_pub, in brcmf_inet6addr_changed()
1162 struct brcmf_pub *drvr = container_of(work, struct brcmf_pub, in brcmf_core_bus_reset()
[all …]
H A Ddebug.h119 struct brcmf_pub;
121 struct dentry *brcmf_debugfs_get_devdir(struct brcmf_pub *drvr);
122 void brcmf_debugfs_add_entry(struct brcmf_pub *drvr, const char *fn,
127 static inline struct dentry *brcmf_debugfs_get_devdir(struct brcmf_pub *drvr) in brcmf_debugfs_get_devdir()
132 void brcmf_debugfs_add_entry(struct brcmf_pub *drvr, const char *fn, in brcmf_debugfs_add_entry()
H A Dfweh.c95 static int brcmf_fweh_call_event_handler(struct brcmf_pub *drvr, in brcmf_fweh_call_event_handler()
125 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()
224 drvr = container_of(fweh, struct brcmf_pub, fweh); in brcmf_fweh_event_worker()
294 void brcmf_fweh_attach(struct brcmf_pub *drvr) in brcmf_fweh_attach()
307 void brcmf_fweh_detach(struct brcmf_pub *drvr) in brcmf_fweh_detach()
326 int brcmf_fweh_register(struct brcmf_pub *drvr, enum brcmf_fweh_event_code code, in brcmf_fweh_register()
345 void brcmf_fweh_unregister(struct brcmf_pub *drvr, in brcmf_fweh_unregister()
360 struct brcmf_pub *drvr = ifp->drvr; in brcmf_fweh_activate_events()
396 void brcmf_fweh_process_event(struct brcmf_pub *drvr, in brcmf_fweh_process_event()
H A Dfweh.h16 struct brcmf_pub;
311 void brcmf_fweh_attach(struct brcmf_pub *drvr);
312 void brcmf_fweh_detach(struct brcmf_pub *drvr);
313 int brcmf_fweh_register(struct brcmf_pub *drvr, enum brcmf_fweh_event_code code,
317 void brcmf_fweh_unregister(struct brcmf_pub *drvr,
320 void brcmf_fweh_process_event(struct brcmf_pub *drvr,
325 static inline void brcmf_fweh_process_skb(struct brcmf_pub *drvr, in brcmf_fweh_process_skb()
H A Dfwsignal.h32 struct brcmf_fws_info *brcmf_fws_attach(struct brcmf_pub *drvr);
34 void brcmf_fws_debugfs_create(struct brcmf_pub *drvr);
45 void brcmf_fws_bus_blocked(struct brcmf_pub *drvr, bool flow_blocked);
H A Dcore.h101 struct brcmf_pub { struct
189 struct brcmf_pub *drvr;
211 struct brcmf_if *brcmf_get_ifp(struct brcmf_pub *drvr, int ifidx);
214 struct brcmf_if *brcmf_add_if(struct brcmf_pub *drvr, s32 bsscfgidx, s32 ifidx,
H A Dmsgbuf.c230 struct brcmf_pub *drvr;
586 struct brcmf_pub *drvr = msgbuf->drvr; in brcmf_msgbuf_flowring_create_worker()
701 struct brcmf_pub *drvr = msgbuf->drvr; in brcmf_msgbuf_txflow()
905 struct brcmf_pub *drvr = msgbuf->drvr; in brcmf_msgbuf_rxbuf_data_post()
1013 struct brcmf_pub *drvr = msgbuf->drvr; in brcmf_msgbuf_rxbuf_ctrl_post()
1105 struct brcmf_pub *drvr = msgbuf->drvr; in brcmf_msgbuf_process_event()
1149 struct brcmf_pub *drvr = msgbuf->drvr; in brcmf_msgbuf_process_rx_complete()
1208 struct brcmf_pub *drvr = msgbuf->drvr; in brcmf_msgbuf_process_gen_status()
1220 struct brcmf_pub *drvr = msgbuf->drvr; in brcmf_msgbuf_process_ring_status()
1236 struct brcmf_pub *drvr = msgbuf->drvr; in brcmf_msgbuf_process_flow_ring_create_response()
[all …]
H A Dfeature.c106 static void brcmf_feat_firmware_overrides(struct brcmf_pub *drv) in brcmf_feat_firmware_overrides()
141 static void brcmf_feat_wlc_version_overrides(struct brcmf_pub *drv) in brcmf_feat_wlc_version_overrides()
229 struct brcmf_pub *drvr = ifp->drvr; in brcmf_feat_firmware_capabilities()
261 struct brcmf_pub *drvr = bus_if->drvr; in brcmf_feat_fwcap_debugfs_read()
288 void brcmf_feat_attach(struct brcmf_pub *drvr) in brcmf_feat_attach()
369 void brcmf_feat_debugfs_create(struct brcmf_pub *drvr) in brcmf_feat_debugfs_create()
H A Ddebug.c45 struct dentry *brcmf_debugfs_get_devdir(struct brcmf_pub *drvr) in brcmf_debugfs_get_devdir()
50 void brcmf_debugfs_add_entry(struct brcmf_pub *drvr, const char *fn, in brcmf_debugfs_add_entry()
H A Dproto.c20 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()
H A Dfeature.h99 void brcmf_feat_attach(struct brcmf_pub *drvr);
106 void brcmf_feat_debugfs_create(struct brcmf_pub *drvr);
H A Dfwvid.c152 int brcmf_fwvid_attach(struct brcmf_pub *drvr) in brcmf_fwvid_attach()
177 void brcmf_fwvid_detach(struct brcmf_pub *drvr) in brcmf_fwvid_detach()
196 const char *brcmf_fwvid_vendor_name(struct brcmf_pub *drvr) in brcmf_fwvid_vendor_name()
H A Dfwil.c99 struct brcmf_pub *drvr = ifp->drvr; in brcmf_fil_cmd_data()
219 struct brcmf_pub *drvr = ifp->drvr; in brcmf_fil_iovar_data_set()
248 struct brcmf_pub *drvr = ifp->drvr; in brcmf_fil_iovar_data_get()
344 struct brcmf_pub *drvr = ifp->drvr; in brcmf_fil_bsscfg_data_set()
373 struct brcmf_pub *drvr = ifp->drvr; in brcmf_fil_bsscfg_data_get()
445 struct brcmf_pub *drvr = ifp->drvr; in brcmf_fil_xtlv_data_set()
473 struct brcmf_pub *drvr = ifp->drvr; in brcmf_fil_xtlv_data_get()
H A Dcommon.c82 struct brcmf_pub *drvr = ifp->drvr; in brcmf_c_set_joinpref_default()
124 struct brcmf_pub *drvr = ifp->drvr; in brcmf_c_download_blob()
180 struct brcmf_pub *drvr = ifp->drvr; in brcmf_c_process_clm_blob()
203 struct brcmf_pub *drvr = ifp->drvr; in brcmf_c_process_txcap_blob()
251 struct brcmf_pub *drvr = ifp->drvr; in brcmf_c_process_cal_blob()
268 struct brcmf_pub *drvr = ifp->drvr; in brcmf_c_preinit_dcmds()
H A Dcfg80211.c550 struct brcmf_pub *drvr = ifp->drvr; in send_key_to_dongle()
713 struct brcmf_pub *drvr = ifp->drvr; in brcmf_cfg80211_request_ap_if()
825 struct brcmf_pub *drvr = cfg->pub; in brcmf_apsta_add_vif()
981 struct brcmf_pub *drvr = cfg->pub; in brcmf_cfg80211_add_iface()
1169 struct brcmf_pub *drvr = cfg->pub; in brcmf_notify_escan_complete()
1251 struct brcmf_pub *drvr = cfg->pub; in brcmf_cfg80211_del_apsta_iface()
1331 struct brcmf_pub *drvr = cfg->pub; in brcmf_cfg80211_change_iface()
1427 struct brcmf_pub *drvr = cfg->pub; in brcmf_run_escan()
1515 struct brcmf_pub *drvr = cfg->pub; in brcmf_cfg80211_scan()
1729 struct brcmf_pub *drvr = cfg->pub; in brcmf_link_down()
[all …]
H A Dpno.c105 struct brcmf_pub *drvr = ifp->drvr; in brcmf_pno_config()
157 struct brcmf_pub *drvr = ifp->drvr; in brcmf_pno_set_random()
200 struct brcmf_pub *drvr = ifp->drvr; in brcmf_pno_add_ssid()
223 struct brcmf_pub *drvr = ifp->drvr; in brcmf_pno_add_bssid()
258 struct brcmf_pub *drvr = ifp->drvr; in brcmf_pno_clean()
393 struct brcmf_pub *drvr = ifp->drvr; in brcmf_pno_config_sched_scans()
H A Dcfg80211.h353 struct brcmf_pub *pub;
396 struct brcmf_pub *drvr = wiphy_priv(w); in wiphy_to_cfg()
439 struct brcmf_cfg80211_info *brcmf_cfg80211_attach(struct brcmf_pub *drvr,
H A Dp2p.c431 struct brcmf_pub *drvr = ifp->drvr; in brcmf_p2p_set_firmware()
586 struct brcmf_pub *drvr = p2p->cfg->pub; in brcmf_p2p_enable_discovery()
647 struct brcmf_pub *drvr = p2p->cfg->pub; in brcmf_p2p_escan()
777 struct brcmf_pub *drvr = cfg->pub; in brcmf_p2p_run_escan()
933 struct brcmf_pub *drvr = p2p->cfg->pub; in brcmf_p2p_discover_listen()
1389 struct brcmf_pub *drvr = ifp->drvr; in brcmf_p2p_notify_action_frame_rx()
1614 struct brcmf_pub *drvr = cfg->pub; in brcmf_p2p_pub_af_tx()
1727 struct brcmf_pub *drvr = cfg->pub; in brcmf_p2p_send_action_frame()
2049 struct brcmf_pub *drvr = cfg->pub; in brcmf_p2p_ifchange()
2269 struct brcmf_pub *drvr = cfg->pub; in brcmf_p2p_add_vif()
[all …]
H A Dflowring.c183 struct brcmf_pub *drvr; in brcmf_flowring_block()
387 struct brcmf_pub *drvr = bus_if->drvr; in brcmf_flowring_detach()
412 struct brcmf_pub *drvr = bus_if->drvr; in brcmf_flowring_configure_addr_mode()
434 struct brcmf_pub *drvr = bus_if->drvr; in brcmf_flowring_delete_peer()
/openbmc/linux/drivers/net/wireless/broadcom/brcm80211/brcmfmac/cyw/
H A Dcore.c17 struct brcmf_pub *drvr = ifp->drvr; in brcmf_cyw_set_sae_pwd()

12