Searched refs:bcmstrbuf (Results 1 – 12 of 12) sorted by relevance
/drivers/net/wireless/bcmdhd/include/ |
D | bcm_mpool_pub.h | 79 struct bcmstrbuf; 271 int bcm_mpm_dump(bcm_mpm_mgr_h mgr, struct bcmstrbuf *b); 358 int bcm_mp_dump(bcm_mp_pool_h pool, struct bcmstrbuf *b);
|
D | bcmutils.h | 74 struct bcmstrbuf { struct 854 extern void bcm_binit(struct bcmstrbuf *b, char *buf, uint size); 855 extern void bcm_bprhex(struct bcmstrbuf *b, const char *msg, bool newline, uint8 *buf, int len); 866 extern int bcm_bprintf(struct bcmstrbuf *b, const char *fmt, ...);
|
D | linux_osl.h | 445 struct bcmstrbuf; 446 extern void osl_ctrace_dump(osl_t *osh, struct bcmstrbuf *b);
|
/drivers/net/wireless/bcmdhd/ |
D | dhd_proto.h | 77 extern void dhd_prot_dump(dhd_pub_t *dhdp, struct bcmstrbuf *strbuf);
|
D | dhd_bus.h | 85 extern void dhd_bus_dump(dhd_pub_t *dhdp, struct bcmstrbuf *strbuf);
|
D | dhd_wlfc.h | 288 void dhd_wlfc_dump(dhd_pub_t *dhdp, struct bcmstrbuf *strbuf);
|
D | bcmutils.c | 2021 bcm_binit(struct bcmstrbuf *b, char *buf, uint size) in bcm_binit() 2029 bcm_bprintf(struct bcmstrbuf *b, const char *fmt, ...) in bcm_bprintf() 2058 bcm_bprhex(struct bcmstrbuf *b, const char *msg, bool newline, uint8 *buf, int len) in bcm_bprhex()
|
D | linux_osl.c | 474 struct bcmstrbuf *bb; in osl_ctfpool_stats() 1314 void osl_ctrace_dump(osl_t *osh, struct bcmstrbuf *b)
|
D | dhd_cdc.c | 342 dhd_prot_dump(dhd_pub_t *dhdp, struct bcmstrbuf *strbuf) in dhd_prot_dump()
|
D | dhd_common.c | 227 struct bcmstrbuf b; in dhd_dump() 228 struct bcmstrbuf *strbuf = &b; in dhd_dump()
|
D | dhd_wlfc.c | 66 dhd_wlfc_dump(dhd_pub_t *dhdp, struct bcmstrbuf *strbuf) in dhd_wlfc_dump()
|
D | dhd_sdio.c | 2820 dhd_dump_pct(struct bcmstrbuf *strbuf, char *desc, uint num, uint div) in dhd_dump_pct() 2834 dhd_bus_dump(dhd_pub_t *dhdp, struct bcmstrbuf *strbuf) in dhd_bus_dump() 3210 struct bcmstrbuf strbuf; in dhdsdio_checkdied()
|