Lines Matching refs:soc_ram
17686 if (dhdp->soc_ram) { in dhd_free()
17688 DHD_OS_PREFREE(dhdp, dhdp->soc_ram, dhdp->soc_ram_length); in dhd_free()
17690 if (is_vmalloc_addr(dhdp->soc_ram)) { in dhd_free()
17691 VMFREE(dhdp->osh, dhdp->soc_ram, dhdp->soc_ram_length); in dhd_free()
17694 MFREE(dhdp->osh, dhdp->soc_ram, dhdp->soc_ram_length); in dhd_free()
17697 dhdp->soc_ram = NULL; in dhd_free()
17750 if (dhdp->soc_ram) { in dhd_clear()
17752 DHD_OS_PREFREE(dhdp, dhdp->soc_ram, dhdp->soc_ram_length); in dhd_clear()
17754 if (is_vmalloc_addr(dhdp->soc_ram)) { in dhd_clear()
17755 VMFREE(dhdp->osh, dhdp->soc_ram, dhdp->soc_ram_length); in dhd_clear()
17758 MFREE(dhdp->osh, dhdp->soc_ram, dhdp->soc_ram_length); in dhd_clear()
17761 dhdp->soc_ram = NULL; in dhd_clear()
25025 if (dhdp->soc_ram) { in dhd_os_get_socram_dump()
25027 *buf = dhdp->soc_ram; in dhd_os_get_socram_dump()
29847 dhd_schedule_memdump(dhdp, dhdp->soc_ram, dhdp->soc_ram_length);