Searched refs:dhd_statlog_t (Results 1 – 4 of 4) sorted by relevance
| /OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/ |
| H A D | dhd_statlog.c | 49 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 D | dhd_statlog.h | 53 } dhd_statlog_t; typedef
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/ |
| H A D | dhd_statlog.c | 49 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 D | dhd_statlog.h | 53 } dhd_statlog_t; typedef
|