| /linux-4.4.14/drivers/net/wireless/brcm80211/brcmsmac/ | 
| D | debug.c | 53 int brcms_debugfs_attach(struct brcms_pub *drvr)  in brcms_debugfs_attach()63 void brcms_debugfs_detach(struct brcms_pub *drvr)  in brcms_debugfs_detach()
 69 struct dentry *brcms_debugfs_get_devdir(struct brcms_pub *drvr)  in brcms_debugfs_get_devdir()
 77 	struct brcms_pub *drvr = s->private;  in brcms_debugfs_hardware_read()  local
 110 	struct brcms_pub *drvr = s->private;  in brcms_debugfs_macstat_read()  local
 181 	struct brcms_pub *drvr;  member
 200 brcms_debugfs_add_entry(struct brcms_pub *drvr, const char *fn,  in brcms_debugfs_add_entry()
 223 void brcms_debugfs_create_files(struct brcms_pub *drvr)  in brcms_debugfs_create_files()
 
 | 
| /linux-4.4.14/drivers/net/wireless/brcm80211/brcmfmac/ | 
| D | bcdc.c | 110 brcmf_proto_bcdc_msg(struct brcmf_pub *drvr, int ifidx, uint cmd, void *buf,  in brcmf_proto_bcdc_msg()141 static int brcmf_proto_bcdc_cmplt(struct brcmf_pub *drvr, u32 id, u32 len)  in brcmf_proto_bcdc_cmplt()
 159 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()
 251 brcmf_proto_bcdc_hdrpush(struct brcmf_pub *drvr, int ifidx, u8 offset,  in brcmf_proto_bcdc_hdrpush()
 275 brcmf_proto_bcdc_hdrpull(struct brcmf_pub *drvr, bool do_fws,  in brcmf_proto_bcdc_hdrpull()
 327 brcmf_proto_bcdc_txdata(struct brcmf_pub *drvr, int ifidx, u8 offset,  in brcmf_proto_bcdc_txdata()
 335 brcmf_proto_bcdc_configure_addr_mode(struct brcmf_pub *drvr, int ifidx,  in brcmf_proto_bcdc_configure_addr_mode()
 341 brcmf_proto_bcdc_delete_peer(struct brcmf_pub *drvr, int ifidx,  in brcmf_proto_bcdc_delete_peer()
 347 brcmf_proto_bcdc_add_tdls_peer(struct brcmf_pub *drvr, int ifidx,  in brcmf_proto_bcdc_add_tdls_peer()
 [all …]
 
 | 
| D | core.c | 69 char *brcmf_ifname(struct brcmf_pub *drvr, int ifidx)  in brcmf_ifname()87 struct brcmf_if *brcmf_get_ifp(struct brcmf_pub *drvr, int ifidx)  in brcmf_get_ifp()
 213 	struct brcmf_pub *drvr = ifp->drvr;  in brcmf_netdev_start_xmit()  local
 304 	struct brcmf_pub *drvr = bus_if->drvr;  in brcmf_txflowblock()  local
 540 	struct brcmf_pub *drvr = bus_if->drvr;  in brcmf_rx_frame()  local
 586 	struct brcmf_pub *drvr = bus_if->drvr;  in brcmf_txcomplete()  local
 614 	struct brcmf_pub *drvr = ifp->drvr;  in brcmf_ethtool_get_drvinfo()  local
 646 	struct brcmf_pub *drvr = ifp->drvr;  in brcmf_netdev_open()  local
 688 	struct brcmf_pub *drvr = ifp->drvr;  in brcmf_net_attach()  local
 814 struct brcmf_if *brcmf_add_if(struct brcmf_pub *drvr, s32 bssidx, s32 ifidx,  in brcmf_add_if()
 [all …]
 
 | 
| 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()
 68 static inline int brcmf_proto_set_dcmd(struct brcmf_pub *drvr, int ifidx,  in brcmf_proto_set_dcmd()
 73 static inline int brcmf_proto_txdata(struct brcmf_pub *drvr, int ifidx,  in brcmf_proto_txdata()
 79 brcmf_proto_configure_addr_mode(struct brcmf_pub *drvr, int ifidx,  in brcmf_proto_configure_addr_mode()
 85 brcmf_proto_delete_peer(struct brcmf_pub *drvr, int ifidx, u8 peer[ETH_ALEN])  in brcmf_proto_delete_peer()
 90 brcmf_proto_add_tdls_peer(struct brcmf_pub *drvr, int ifidx, u8 peer[ETH_ALEN])  in brcmf_proto_add_tdls_peer()
 
 | 
| D | debug.c | 74 int brcmf_debug_attach(struct brcmf_pub *drvr)  in brcmf_debug_attach()90 void brcmf_debug_detach(struct brcmf_pub *drvr)  in brcmf_debug_detach()
 98 struct dentry *brcmf_debugfs_get_devdir(struct brcmf_pub *drvr)  in brcmf_debugfs_get_devdir()
 103 int brcmf_debugfs_add_entry(struct brcmf_pub *drvr, const char *fn,  in brcmf_debugfs_add_entry()
 
 | 
| D | proto.c | 31 int brcmf_proto_attach(struct brcmf_pub *drvr)  in brcmf_proto_attach()69 void brcmf_proto_detach(struct brcmf_pub *drvr)  in brcmf_proto_detach()
 
 | 
| D | bcdc.h | 23 static inline int brcmf_proto_bcdc_attach(struct brcmf_pub *drvr) { return 0; }  in brcmf_proto_bcdc_attach()24 static inline void brcmf_proto_bcdc_detach(struct brcmf_pub *drvr) {}  in brcmf_proto_bcdc_detach()
 
 | 
| D | fweh.c | 176 static void brcmf_fweh_handle_if_event(struct brcmf_pub *drvr,  in brcmf_fweh_handle_if_event()261 	struct brcmf_pub *drvr;  in brcmf_fweh_event_worker()  local
 336 void brcmf_fweh_attach(struct brcmf_pub *drvr)  in brcmf_fweh_attach()
 349 void brcmf_fweh_detach(struct brcmf_pub *drvr)  in brcmf_fweh_detach()
 375 int brcmf_fweh_register(struct brcmf_pub *drvr, enum brcmf_fweh_event_code code,  in brcmf_fweh_register()
 394 void brcmf_fweh_unregister(struct brcmf_pub *drvr,  in brcmf_fweh_unregister()
 441 void brcmf_fweh_process_event(struct brcmf_pub *drvr,  in brcmf_fweh_process_event()
 
 | 
| D | msgbuf.h | 40 static inline int brcmf_proto_msgbuf_attach(struct brcmf_pub *drvr)  in brcmf_proto_msgbuf_attach()44 static inline void brcmf_proto_msgbuf_detach(struct brcmf_pub *drvr) {}  in brcmf_proto_msgbuf_detach()
 
 | 
| D | fwil.c | 109 	struct brcmf_pub *drvr = ifp->drvr;  in brcmf_fil_cmd_data()  local221 	struct brcmf_pub *drvr = ifp->drvr;  in brcmf_fil_iovar_data_set()  local
 249 	struct brcmf_pub *drvr = ifp->drvr;  in brcmf_fil_iovar_data_get()  local
 344 	struct brcmf_pub *drvr = ifp->drvr;  in brcmf_fil_bsscfg_data_set()  local
 373 	struct brcmf_pub *drvr = ifp->drvr;  in brcmf_fil_bsscfg_data_get()  local
 
 | 
| D | debug.h | 124 static inline int brcmf_debug_attach(struct brcmf_pub *drvr)  in brcmf_debug_attach()128 static inline void brcmf_debug_detach(struct brcmf_pub *drvr)  in brcmf_debug_detach()
 132 int brcmf_debugfs_add_entry(struct brcmf_pub *drvr, const char *fn,  in brcmf_debugfs_add_entry()
 
 | 
| D | flowring.c | 187 	struct brcmf_pub *drvr;  in brcmf_flowring_block()  local384 	struct brcmf_pub *drvr = bus_if->drvr;  in brcmf_flowring_detach()  local
 409 	struct brcmf_pub *drvr = bus_if->drvr;  in brcmf_flowring_configure_addr_mode()  local
 432 	struct brcmf_pub *drvr = bus_if->drvr;  in brcmf_flowring_delete_peer()  local
 
 | 
| D | msgbuf.c | 224 	struct brcmf_pub *drvr;  member419 static int brcmf_msgbuf_tx_ioctl(struct brcmf_pub *drvr, int ifidx,  in brcmf_msgbuf_tx_ioctl()
 481 static int brcmf_msgbuf_query_dcmd(struct brcmf_pub *drvr, int ifidx,  in brcmf_msgbuf_query_dcmd()
 517 static int brcmf_msgbuf_set_dcmd(struct brcmf_pub *drvr, int ifidx,  in brcmf_msgbuf_set_dcmd()
 524 static int brcmf_msgbuf_hdrpull(struct brcmf_pub *drvr, bool do_fws,  in brcmf_msgbuf_hdrpull()
 782 static int brcmf_msgbuf_txdata(struct brcmf_pub *drvr, int ifidx,  in brcmf_msgbuf_txdata()
 807 brcmf_msgbuf_configure_addr_mode(struct brcmf_pub *drvr, int ifidx,  in brcmf_msgbuf_configure_addr_mode()
 817 brcmf_msgbuf_delete_peer(struct brcmf_pub *drvr, int ifidx, u8 peer[ETH_ALEN])  in brcmf_msgbuf_delete_peer()
 826 brcmf_msgbuf_add_tdls_peer(struct brcmf_pub *drvr, int ifidx, u8 peer[ETH_ALEN])  in brcmf_msgbuf_add_tdls_peer()
 1285 	struct brcmf_pub *drvr = bus_if->drvr;  in brcmf_proto_msgbuf_rx_trigger()  local
 [all …]
 
 | 
| D | feature.c | 129 void brcmf_feat_attach(struct brcmf_pub *drvr)  in brcmf_feat_attach()
 | 
| D | fwsignal.c | 486 	struct brcmf_pub *drvr;  member1887 	struct brcmf_pub *drvr = ifp->drvr;  in brcmf_fws_process_skb()  local
 1983 	struct brcmf_pub *drvr;  in brcmf_fws_dequeue_worker()  local
 2116 int brcmf_fws_init(struct brcmf_pub *drvr)  in brcmf_fws_init()
 2220 void brcmf_fws_deinit(struct brcmf_pub *drvr)  in brcmf_fws_deinit()
 2262 void brcmf_fws_bus_blocked(struct brcmf_pub *drvr, bool flow_blocked)  in brcmf_fws_bus_blocked()
 
 | 
| D | fweh.h | 262 static inline void brcmf_fweh_process_skb(struct brcmf_pub *drvr,  in brcmf_fweh_process_skb()
 | 
| D | bus.h | 131 	struct brcmf_pub *drvr;  member
 | 
| D | core.h | 185 	struct brcmf_pub *drvr;  member
 | 
| D | cfg80211.c | 5886 	struct brcmf_pub *drvr = ifp->drvr;  in brcmf_setup_wiphy()  local6202 struct brcmf_cfg80211_info *brcmf_cfg80211_attach(struct brcmf_pub *drvr,  in brcmf_cfg80211_attach()
 
 | 
| D | sdio.c | 3203 	struct brcmf_pub *drvr = bus->sdiodev->bus_if->drvr;  in brcmf_sdio_debugfs_create()  local
 |