Searched refs:sdtc_etb_mempool (Results 1 – 10 of 10) sorted by relevance
| /OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/ |
| H A D | dhd_bus.h | 409 extern int dhd_bus_get_sdtc_etb(dhd_pub_t *dhd, uint8 *sdtc_etb_mempool,
|
| H A D | dhd_common.c | 1471 dhd->sdtc_etb_mempool = (uint8 *) MALLOCZ(dhd->osh, DHD_SDTC_ETB_MEMPOOL_SIZE); in dhd_sdtc_etb_mempool_init() 1472 if (dhd->sdtc_etb_mempool == NULL) { in dhd_sdtc_etb_mempool_init() 1483 if (dhd->sdtc_etb_mempool) { in dhd_sdtc_etb_mempool_deinit() 1484 MFREE(dhd->osh, dhd->sdtc_etb_mempool, DHD_SDTC_ETB_MEMPOOL_SIZE); in dhd_sdtc_etb_mempool_deinit() 1485 dhd->sdtc_etb_mempool = NULL; in dhd_sdtc_etb_mempool_deinit()
|
| H A D | dhd_linux.c | 23319 uint8 *sdtc_etb_mempool; in dhd_sdtc_etb_dump() local 23354 sdtc_etb_mempool = dhd->sdtc_etb_mempool; in dhd_sdtc_etb_dump() 23355 memcpy(sdtc_etb_mempool, &etb_info, sizeof(etb_info)); in dhd_sdtc_etb_dump() 23356 sdtc_etb_dump = sdtc_etb_mempool + sizeof(etb_info); in dhd_sdtc_etb_dump() 23362 if (write_dump_to_file(dhd, (uint8 *)sdtc_etb_mempool, in dhd_sdtc_etb_dump()
|
| H A D | dhd.h | 1573 uint8 *sdtc_etb_mempool; member
|
| H A D | dhd_pcie.c | 16968 dhd_bus_get_sdtc_etb(dhd_pub_t *dhd, uint8 *sdtc_etb_mempool, uint addr, uint read_bytes) in dhd_bus_get_sdtc_etb() argument 16973 (unsigned char *)sdtc_etb_mempool, read_bytes))) { in dhd_bus_get_sdtc_etb()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/ |
| H A D | dhd_bus.h | 413 extern int dhd_bus_get_sdtc_etb(dhd_pub_t *dhd, uint8 *sdtc_etb_mempool,
|
| H A D | dhd_common.c | 1471 dhd->sdtc_etb_mempool = (uint8 *) MALLOCZ(dhd->osh, DHD_SDTC_ETB_MEMPOOL_SIZE); in dhd_sdtc_etb_mempool_init() 1472 if (dhd->sdtc_etb_mempool == NULL) { in dhd_sdtc_etb_mempool_init() 1483 if (dhd->sdtc_etb_mempool) { in dhd_sdtc_etb_mempool_deinit() 1484 MFREE(dhd->osh, dhd->sdtc_etb_mempool, DHD_SDTC_ETB_MEMPOOL_SIZE); in dhd_sdtc_etb_mempool_deinit() 1485 dhd->sdtc_etb_mempool = NULL; in dhd_sdtc_etb_mempool_deinit()
|
| H A D | dhd_linux.c | 23430 uint8 *sdtc_etb_mempool; in dhd_sdtc_etb_dump() local 23465 sdtc_etb_mempool = dhd->sdtc_etb_mempool; in dhd_sdtc_etb_dump() 23466 memcpy(sdtc_etb_mempool, &etb_info, sizeof(etb_info)); in dhd_sdtc_etb_dump() 23467 sdtc_etb_dump = sdtc_etb_mempool + sizeof(etb_info); in dhd_sdtc_etb_dump() 23473 if (write_dump_to_file(dhd, (uint8 *)sdtc_etb_mempool, in dhd_sdtc_etb_dump()
|
| H A D | dhd.h | 1571 uint8 *sdtc_etb_mempool; member
|
| H A D | dhd_pcie.c | 16961 dhd_bus_get_sdtc_etb(dhd_pub_t *dhd, uint8 *sdtc_etb_mempool, uint addr, uint read_bytes) in dhd_bus_get_sdtc_etb() argument 16966 (unsigned char *)sdtc_etb_mempool, read_bytes))) { in dhd_bus_get_sdtc_etb()
|