Home
last modified time | relevance | path

Searched refs:soc_ram (Results 1 – 25 of 29) sorted by relevance

12

/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_indep_power/
H A Ddhd_common.c631 if (!dhd_pub->soc_ram) { in dhd_get_fwdump_buf()
633 dhd_pub->soc_ram = (uint8*)DHD_OS_PREALLOC(dhd_pub, in dhd_get_fwdump_buf()
636 dhd_pub->soc_ram = (uint8*) MALLOC(dhd_pub->osh, length); in dhd_get_fwdump_buf()
640 if (dhd_pub->soc_ram == NULL) { in dhd_get_fwdump_buf()
645 memset(dhd_pub->soc_ram, 0, length); in dhd_get_fwdump_buf()
650 return dhd_pub->soc_ram; in dhd_get_fwdump_buf()
H A Ddhd_linux.c13565 if (dhdp->soc_ram) { in dhd_free()
13567 DHD_OS_PREFREE(dhdp, dhdp->soc_ram, dhdp->soc_ram_length); in dhd_free()
13569 MFREE(dhdp->osh, dhdp->soc_ram, dhdp->soc_ram_length); in dhd_free()
13571 dhdp->soc_ram = NULL; in dhd_free()
13627 if (dhdp->soc_ram) { in dhd_clear()
13629 DHD_OS_PREFREE(dhdp, dhdp->soc_ram, dhdp->soc_ram_length); in dhd_clear()
13631 MFREE(dhdp->osh, dhdp->soc_ram, dhdp->soc_ram_length); in dhd_clear()
13633 dhdp->soc_ram = NULL; in dhd_clear()
18658 if (dhdp->soc_ram) { in dhd_os_get_socram_dump()
18660 memcpy(*buf, dhdp->soc_ram, dhdp->soc_ram_length); in dhd_os_get_socram_dump()
[all …]
H A Ddhd.h933 uint8 *soc_ram; member
H A Ddhd_pcie.c2629 bus->dhd->soc_ram = buf; in dhdpcie_mem_dump_bugcheck()
/OK3568_Linux_fs/external/rkwifibt/drivers/infineon/
H A Ddhd_common.c822 if (!dhd_pub->soc_ram) { in dhd_get_fwdump_buf()
824 dhd_pub->soc_ram = (uint8*)DHD_OS_PREALLOC(dhd_pub, in dhd_get_fwdump_buf()
827 dhd_pub->soc_ram = (uint8*) MALLOC(dhd_pub->osh, length); in dhd_get_fwdump_buf()
831 if (dhd_pub->soc_ram == NULL) { in dhd_get_fwdump_buf()
836 memset(dhd_pub->soc_ram, 0, length); in dhd_get_fwdump_buf()
841 return dhd_pub->soc_ram; in dhd_get_fwdump_buf()
H A Ddhd_linux.c12891 if (dhdp->soc_ram) {
12893 DHD_OS_PREFREE(dhdp, dhdp->soc_ram, dhdp->soc_ram_length);
12895 MFREE(dhdp->osh, dhdp->soc_ram, dhdp->soc_ram_length);
12897 dhdp->soc_ram = NULL;
12939 if (dhdp->soc_ram) {
12941 DHD_OS_PREFREE(dhdp, dhdp->soc_ram, dhdp->soc_ram_length);
12943 MFREE(dhdp->osh, dhdp->soc_ram, dhdp->soc_ram_length);
12945 dhdp->soc_ram = NULL;
19426 if (dhdp->soc_ram) {
19428 *buf = dhdp->soc_ram;
[all …]
H A Ddhd.h1227 uint8 *soc_ram; member
H A Ddhd_pcie.c3859 bus->dhd->soc_ram = buf; in dhdpcie_mem_dump_bugcheck()
3961 dhd_schedule_memdump(dhdp, dhdp->soc_ram, dhdp->soc_ram_length); in dhdpcie_mem_dump()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/infineon/bcmdhd/
H A Ddhd_common.c823 if (!dhd_pub->soc_ram) { in dhd_get_fwdump_buf()
825 dhd_pub->soc_ram = (uint8*)DHD_OS_PREALLOC(dhd_pub, in dhd_get_fwdump_buf()
828 dhd_pub->soc_ram = (uint8*) MALLOC(dhd_pub->osh, length); in dhd_get_fwdump_buf()
832 if (dhd_pub->soc_ram == NULL) { in dhd_get_fwdump_buf()
837 memset(dhd_pub->soc_ram, 0, length); in dhd_get_fwdump_buf()
842 return dhd_pub->soc_ram; in dhd_get_fwdump_buf()
H A Ddhd_linux.c12709 if (dhdp->soc_ram) {
12711 DHD_OS_PREFREE(dhdp, dhdp->soc_ram, dhdp->soc_ram_length);
12713 MFREE(dhdp->osh, dhdp->soc_ram, dhdp->soc_ram_length);
12715 dhdp->soc_ram = NULL;
12757 if (dhdp->soc_ram) {
12759 DHD_OS_PREFREE(dhdp, dhdp->soc_ram, dhdp->soc_ram_length);
12761 MFREE(dhdp->osh, dhdp->soc_ram, dhdp->soc_ram_length);
12763 dhdp->soc_ram = NULL;
19267 if (dhdp->soc_ram) {
19269 *buf = dhdp->soc_ram;
[all …]
H A Ddhd.h1225 uint8 *soc_ram; member
H A Ddhd_pcie.c3851 bus->dhd->soc_ram = buf; in dhdpcie_mem_dump_bugcheck()
3953 dhd_schedule_memdump(dhdp, dhdp->soc_ram, dhdp->soc_ram_length); in dhdpcie_mem_dump()
H A Ddhd_sdio.c3945 dhd_schedule_memdump(dhdp, dhdp->soc_ram, dhdp->soc_ram_length); in dhdsdio_mem_dump()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/cywdhd/bcmdhd/
H A Ddhd_common.c823 if (!dhd_pub->soc_ram) { in dhd_get_fwdump_buf()
825 dhd_pub->soc_ram = (uint8*)DHD_OS_PREALLOC(dhd_pub, in dhd_get_fwdump_buf()
828 dhd_pub->soc_ram = (uint8*) MALLOC(dhd_pub->osh, length); in dhd_get_fwdump_buf()
832 if (dhd_pub->soc_ram == NULL) { in dhd_get_fwdump_buf()
837 memset(dhd_pub->soc_ram, 0, length); in dhd_get_fwdump_buf()
842 return dhd_pub->soc_ram; in dhd_get_fwdump_buf()
H A Ddhd_linux.c12774 if (dhdp->soc_ram) {
12776 DHD_OS_PREFREE(dhdp, dhdp->soc_ram, dhdp->soc_ram_length);
12778 MFREE(dhdp->osh, dhdp->soc_ram, dhdp->soc_ram_length);
12780 dhdp->soc_ram = NULL;
12822 if (dhdp->soc_ram) {
12824 DHD_OS_PREFREE(dhdp, dhdp->soc_ram, dhdp->soc_ram_length);
12826 MFREE(dhdp->osh, dhdp->soc_ram, dhdp->soc_ram_length);
12828 dhdp->soc_ram = NULL;
19332 if (dhdp->soc_ram) {
19334 *buf = dhdp->soc_ram;
[all …]
H A Ddhd.h1225 uint8 *soc_ram; member
H A Ddhd_pcie.c3851 bus->dhd->soc_ram = buf; in dhdpcie_mem_dump_bugcheck()
3953 dhd_schedule_memdump(dhdp, dhdp->soc_ram, dhdp->soc_ram_length); in dhdpcie_mem_dump()
/OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/
H A Ddhd_common.c1493 if (!dhd_pub->soc_ram) { in dhd_get_fwdump_buf()
1495 dhd_pub->soc_ram = (uint8*)DHD_OS_PREALLOC(dhd_pub, in dhd_get_fwdump_buf()
1498 dhd_pub->soc_ram = (uint8*) MALLOC(dhd_pub->osh, length); in dhd_get_fwdump_buf()
1500 if ((dhd_pub->soc_ram == NULL) && CAN_SLEEP()) { in dhd_get_fwdump_buf()
1503 dhd_pub->soc_ram = (uint8*) VMALLOC(dhd_pub->osh, length); in dhd_get_fwdump_buf()
1508 if (dhd_pub->soc_ram == NULL) { in dhd_get_fwdump_buf()
1513 memset(dhd_pub->soc_ram, 0, length); in dhd_get_fwdump_buf()
1518 return dhd_pub->soc_ram; in dhd_get_fwdump_buf()
H A Ddhd_linux.c17686 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()
[all …]
H A Ddhd.h1577 uint8 *soc_ram; member
H A Ddhd_pcie.c5338 bus->dhd->soc_ram = buf; in dhdpcie_mem_dump_bugcheck()
5505 dhd_schedule_memdump(dhdp, dhdp->soc_ram, dhdp->soc_ram_length); in dhdpcie_mem_dump()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/
H A Ddhd_common.c1493 if (!dhd_pub->soc_ram) { in dhd_get_fwdump_buf()
1495 dhd_pub->soc_ram = (uint8*)DHD_OS_PREALLOC(dhd_pub, in dhd_get_fwdump_buf()
1498 dhd_pub->soc_ram = (uint8*) MALLOC(dhd_pub->osh, length); in dhd_get_fwdump_buf()
1500 if ((dhd_pub->soc_ram == NULL) && CAN_SLEEP()) { in dhd_get_fwdump_buf()
1503 dhd_pub->soc_ram = (uint8*) VMALLOC(dhd_pub->osh, length); in dhd_get_fwdump_buf()
1508 if (dhd_pub->soc_ram == NULL) { in dhd_get_fwdump_buf()
1513 memset(dhd_pub->soc_ram, 0, length); in dhd_get_fwdump_buf()
1518 return dhd_pub->soc_ram; in dhd_get_fwdump_buf()
H A Ddhd_linux.c17795 if (dhdp->soc_ram) { in dhd_free()
17797 DHD_OS_PREFREE(dhdp, dhdp->soc_ram, dhdp->soc_ram_length); in dhd_free()
17799 if (is_vmalloc_addr(dhdp->soc_ram)) { in dhd_free()
17800 VMFREE(dhdp->osh, dhdp->soc_ram, dhdp->soc_ram_length); in dhd_free()
17803 MFREE(dhdp->osh, dhdp->soc_ram, dhdp->soc_ram_length); in dhd_free()
17806 dhdp->soc_ram = NULL; in dhd_free()
17859 if (dhdp->soc_ram) { in dhd_clear()
17861 DHD_OS_PREFREE(dhdp, dhdp->soc_ram, dhdp->soc_ram_length); in dhd_clear()
17863 if (is_vmalloc_addr(dhdp->soc_ram)) { in dhd_clear()
17864 VMFREE(dhdp->osh, dhdp->soc_ram, dhdp->soc_ram_length); in dhd_clear()
[all …]
H A Ddhd.h1575 uint8 *soc_ram; member
H A Ddhd_pcie.c5331 bus->dhd->soc_ram = buf; in dhdpcie_mem_dump_bugcheck()
5498 dhd_schedule_memdump(dhdp, dhdp->soc_ram, dhdp->soc_ram_length); in dhdpcie_mem_dump()

12