Searched defs:brcmf_pub (Results 1 - 1 of 1) sorted by relevance

/drivers/net/wireless/brcm80211/brcmfmac/
H A Ddhd.h555 /* Forward decls for struct brcmf_pub (see below) */
560 struct brcmf_pub { struct
635 extern int brcmf_net_attach(struct brcmf_pub *drvr, int idx);
641 extern char *brcmf_ifname(struct brcmf_pub *drvr, int idx);
644 extern int brcmf_proto_cdc_query_dcmd(struct brcmf_pub *drvr, int ifidx,
648 extern int brcmf_write_to_file(struct brcmf_pub *drvr, const u8 *buf, int size);
651 extern int brcmf_ifname2idx(struct brcmf_pub *drvr, char *name);
652 extern int brcmf_c_host_event(struct brcmf_pub *drvr, int *idx,
656 extern void brcmf_del_if(struct brcmf_pub *drvr, int ifidx);
659 extern int brcmf_sendpkt(struct brcmf_pub *drv
[all...]

Completed in 38 milliseconds