Home
last modified time | relevance | path

Searched refs:sdtc_etb_mempool (Results 1 – 10 of 10) sorted by relevance

/OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/
H A Ddhd_bus.h409 extern int dhd_bus_get_sdtc_etb(dhd_pub_t *dhd, uint8 *sdtc_etb_mempool,
H A Ddhd_common.c1471 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 Ddhd_linux.c23319 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 Ddhd.h1573 uint8 *sdtc_etb_mempool; member
H A Ddhd_pcie.c16968 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 Ddhd_bus.h413 extern int dhd_bus_get_sdtc_etb(dhd_pub_t *dhd, uint8 *sdtc_etb_mempool,
H A Ddhd_common.c1471 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 Ddhd_linux.c23430 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 Ddhd.h1571 uint8 *sdtc_etb_mempool; member
H A Ddhd_pcie.c16961 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()