/linux-4.4.14/drivers/net/wireless/brcm80211/brcmfmac/ |
D | proto.h | 27 int (*hdrpull)(struct brcmf_pub *drvr, bool do_fws, 29 int (*query_dcmd)(struct brcmf_pub *drvr, int ifidx, uint cmd, 31 int (*set_dcmd)(struct brcmf_pub *drvr, int ifidx, uint cmd, void *buf, 33 int (*txdata)(struct brcmf_pub *drvr, int ifidx, u8 offset, 35 void (*configure_addr_mode)(struct brcmf_pub *drvr, int ifidx, 37 void (*delete_peer)(struct brcmf_pub *drvr, int ifidx, 39 void (*add_tdls_peer)(struct brcmf_pub *drvr, int ifidx, 45 int brcmf_proto_attach(struct brcmf_pub *drvr); 46 void brcmf_proto_detach(struct brcmf_pub *drvr); 48 static inline int brcmf_proto_hdrpull(struct brcmf_pub *drvr, bool do_fws, in brcmf_proto_hdrpull() [all …]
|
D | debug.h | 108 struct brcmf_pub; 112 int brcmf_debug_attach(struct brcmf_pub *drvr); 113 void brcmf_debug_detach(struct brcmf_pub *drvr); 114 struct dentry *brcmf_debugfs_get_devdir(struct brcmf_pub *drvr); 115 int brcmf_debugfs_add_entry(struct brcmf_pub *drvr, const char *fn, 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 | msgbuf.h | 36 void brcmf_msgbuf_delete_flowring(struct brcmf_pub *drvr, u8 flowid); 37 int brcmf_proto_msgbuf_attach(struct brcmf_pub *drvr); 38 void brcmf_proto_msgbuf_detach(struct brcmf_pub *drvr); 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 | bcdc.h | 20 int brcmf_proto_bcdc_attach(struct brcmf_pub *drvr); 21 void brcmf_proto_bcdc_detach(struct brcmf_pub *drvr); 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 | 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.h | 105 struct brcmf_pub { struct 185 struct brcmf_pub *drvr; 208 char *brcmf_ifname(struct brcmf_pub *drvr, int idx); 209 struct brcmf_if *brcmf_get_ifp(struct brcmf_pub *drvr, int ifidx); 211 struct brcmf_if *brcmf_add_if(struct brcmf_pub *drvr, s32 bssidx, s32 ifidx, 214 int brcmf_get_next_free_bsscfgidx(struct brcmf_pub *drvr);
|
D | fweh.h | 27 struct brcmf_pub; 249 void brcmf_fweh_attach(struct brcmf_pub *drvr); 250 void brcmf_fweh_detach(struct brcmf_pub *drvr); 251 int brcmf_fweh_register(struct brcmf_pub *drvr, enum brcmf_fweh_event_code code, 255 void brcmf_fweh_unregister(struct brcmf_pub *drvr, 258 void brcmf_fweh_process_event(struct brcmf_pub *drvr, 262 static inline void brcmf_fweh_process_skb(struct brcmf_pub *drvr, in brcmf_fweh_process_skb()
|
D | fwsignal.h | 21 int brcmf_fws_init(struct brcmf_pub *drvr); 22 void brcmf_fws_deinit(struct brcmf_pub *drvr); 31 void brcmf_fws_bus_blocked(struct brcmf_pub *drvr, bool flow_blocked);
|
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 | 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() 270 drvr = container_of(fweh, struct brcmf_pub, fweh); in brcmf_fweh_event_worker() 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 | 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() 304 struct brcmf_pub *drvr = bus_if->drvr; in brcmf_txflowblock() 540 struct brcmf_pub *drvr = bus_if->drvr; in brcmf_rx_frame() 586 struct brcmf_pub *drvr = bus_if->drvr; in brcmf_txcomplete() 614 struct brcmf_pub *drvr = ifp->drvr; in brcmf_ethtool_get_drvinfo() 646 struct brcmf_pub *drvr = ifp->drvr; in brcmf_netdev_open() 688 struct brcmf_pub *drvr = ifp->drvr; in brcmf_net_attach() 814 struct brcmf_if *brcmf_add_if(struct brcmf_pub *drvr, s32 bssidx, s32 ifidx, in brcmf_add_if() [all …]
|
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 | fwil.c | 109 struct brcmf_pub *drvr = ifp->drvr; in brcmf_fil_cmd_data() 221 struct brcmf_pub *drvr = ifp->drvr; in brcmf_fil_iovar_data_set() 249 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()
|
D | msgbuf.c | 224 struct brcmf_pub *drvr; 419 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() [all …]
|
D | feature.h | 71 void brcmf_feat_attach(struct brcmf_pub *drvr);
|
D | flowring.c | 187 struct brcmf_pub *drvr; in brcmf_flowring_block() 384 struct brcmf_pub *drvr = bus_if->drvr; in brcmf_flowring_detach() 409 struct brcmf_pub *drvr = bus_if->drvr; in brcmf_flowring_configure_addr_mode() 432 struct brcmf_pub *drvr = bus_if->drvr; in brcmf_flowring_delete_peer()
|
D | cfg80211.h | 387 struct brcmf_pub *pub; 470 struct brcmf_cfg80211_info *brcmf_cfg80211_attach(struct brcmf_pub *drvr,
|
D | feature.c | 129 void brcmf_feat_attach(struct brcmf_pub *drvr) in brcmf_feat_attach()
|
D | bus.h | 131 struct brcmf_pub *drvr;
|
D | fwsignal.c | 486 struct brcmf_pub *drvr; 1887 struct brcmf_pub *drvr = ifp->drvr; in brcmf_fws_process_skb() 1983 struct brcmf_pub *drvr; in brcmf_fws_dequeue_worker() 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 | cfg80211.c | 5886 struct brcmf_pub *drvr = ifp->drvr; in brcmf_setup_wiphy() 6202 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()
|