Home
last modified time | relevance | path

Searched refs:dhd_statlog_t (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/
H A Ddhd_statlog.c49 dhd_statlog_t *statlog = NULL; in dhd_attach_statlog()
57 statlog = (dhd_statlog_t *)VMALLOCZ(dhdp->osh, sizeof(dhd_statlog_t)); in dhd_attach_statlog()
127 VMFREE(dhdp->osh, statlog, sizeof(dhd_statlog_t)); in dhd_attach_statlog()
136 dhd_statlog_t *statlog; in dhd_detach_statlog()
148 statlog = (dhd_statlog_t *)(dhdp->statlog); in dhd_detach_statlog()
164 VMFREE(dhdp->osh, statlog, sizeof(dhd_statlog_t)); in dhd_detach_statlog()
172 dhd_statlog_t *statlog; in dhd_statlog_ring_log()
191 statlog = (dhd_statlog_t *)(dhdp->statlog); in dhd_statlog_ring_log()
356 dhd_statlog_t *statlog; in dhd_statlog_get_logbuf_len()
359 statlog = (dhd_statlog_t *)(dhdp->statlog); in dhd_statlog_get_logbuf_len()
[all …]
H A Ddhd_statlog.h53 } dhd_statlog_t; typedef
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/
H A Ddhd_statlog.c49 dhd_statlog_t *statlog = NULL; in dhd_attach_statlog()
57 statlog = (dhd_statlog_t *)VMALLOCZ(dhdp->osh, sizeof(dhd_statlog_t)); in dhd_attach_statlog()
127 VMFREE(dhdp->osh, statlog, sizeof(dhd_statlog_t)); in dhd_attach_statlog()
136 dhd_statlog_t *statlog; in dhd_detach_statlog()
148 statlog = (dhd_statlog_t *)(dhdp->statlog); in dhd_detach_statlog()
164 VMFREE(dhdp->osh, statlog, sizeof(dhd_statlog_t)); in dhd_detach_statlog()
172 dhd_statlog_t *statlog; in dhd_statlog_ring_log()
191 statlog = (dhd_statlog_t *)(dhdp->statlog); in dhd_statlog_ring_log()
356 dhd_statlog_t *statlog; in dhd_statlog_get_logbuf_len()
359 statlog = (dhd_statlog_t *)(dhdp->statlog); in dhd_statlog_get_logbuf_len()
[all …]
H A Ddhd_statlog.h53 } dhd_statlog_t; typedef