Lines Matching refs:brcmf_pub

30 	int (*hdrpull)(struct brcmf_pub *drvr, bool do_fws,
32 int (*query_dcmd)(struct brcmf_pub *drvr, int ifidx, uint cmd,
34 int (*set_dcmd)(struct brcmf_pub *drvr, int ifidx, uint cmd, void *buf,
36 int (*tx_queue_data)(struct brcmf_pub *drvr, int ifidx,
38 int (*txdata)(struct brcmf_pub *drvr, int ifidx, u8 offset,
40 void (*configure_addr_mode)(struct brcmf_pub *drvr, int ifidx,
42 void (*delete_peer)(struct brcmf_pub *drvr, int ifidx,
44 void (*add_tdls_peer)(struct brcmf_pub *drvr, int ifidx,
50 int (*init_done)(struct brcmf_pub *drvr);
51 void (*debugfs_create)(struct brcmf_pub *drvr);
56 int brcmf_proto_attach(struct brcmf_pub *drvr);
57 void brcmf_proto_detach(struct brcmf_pub *drvr);
59 static inline int brcmf_proto_hdrpull(struct brcmf_pub *drvr, bool do_fws, in brcmf_proto_hdrpull()
74 static inline int brcmf_proto_query_dcmd(struct brcmf_pub *drvr, int ifidx, in brcmf_proto_query_dcmd()
80 static inline int brcmf_proto_set_dcmd(struct brcmf_pub *drvr, int ifidx, in brcmf_proto_set_dcmd()
87 static inline int brcmf_proto_tx_queue_data(struct brcmf_pub *drvr, int ifidx, in brcmf_proto_tx_queue_data()
93 static inline int brcmf_proto_txdata(struct brcmf_pub *drvr, int ifidx, in brcmf_proto_txdata()
99 brcmf_proto_configure_addr_mode(struct brcmf_pub *drvr, int ifidx, in brcmf_proto_configure_addr_mode()
105 brcmf_proto_delete_peer(struct brcmf_pub *drvr, int ifidx, u8 peer[ETH_ALEN]) in brcmf_proto_delete_peer()
110 brcmf_proto_add_tdls_peer(struct brcmf_pub *drvr, int ifidx, u8 peer[ETH_ALEN]) in brcmf_proto_add_tdls_peer()
129 brcmf_proto_add_if(struct brcmf_pub *drvr, struct brcmf_if *ifp) in brcmf_proto_add_if()
137 brcmf_proto_del_if(struct brcmf_pub *drvr, struct brcmf_if *ifp) in brcmf_proto_del_if()
145 brcmf_proto_reset_if(struct brcmf_pub *drvr, struct brcmf_if *ifp) in brcmf_proto_reset_if()
153 brcmf_proto_init_done(struct brcmf_pub *drvr) in brcmf_proto_init_done()
161 brcmf_proto_debugfs_create(struct brcmf_pub *drvr) in brcmf_proto_debugfs_create()