Home
last modified time | relevance | path

Searched refs:wlan_static_dhd_memdump_ram_buf (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_indep_power/
H A Ddhd_static_buf.c109 void *wlan_static_dhd_memdump_ram_buf = NULL; variable
185 return wlan_static_dhd_memdump_ram_buf; in dhd_wlan_mem_prealloc()
335 wlan_static_dhd_memdump_ram_buf = kmalloc(DHD_PREALLOC_MEMDUMP_RAM_SIZE, GFP_KERNEL); in dhd_init_wlan_mem()
336 if (!wlan_static_dhd_memdump_ram_buf) in dhd_init_wlan_mem()
412 if (wlan_static_dhd_memdump_ram_buf) in dhd_init_wlan_mem()
413 kfree(wlan_static_dhd_memdump_ram_buf); in dhd_init_wlan_mem()
508 if (wlan_static_dhd_memdump_ram_buf) in dhd_static_buf_exit()
509 kfree(wlan_static_dhd_memdump_ram_buf); in dhd_static_buf_exit()
/OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/
H A Ddhd_static_buf.c163 void *wlan_static_dhd_memdump_ram_buf[MAX_NUM_ADAPTERS] = {}; variable
263 return wlan_static_dhd_memdump_ram_buf[index]; in dhd_wlan_mem_prealloc()
381 if (wlan_static_dhd_memdump_ram_buf[index]) in dhd_deinit_wlan_mem()
382 kfree(wlan_static_dhd_memdump_ram_buf[index]); in dhd_deinit_wlan_mem()
520 wlan_static_dhd_memdump_ram_buf[index] = kmalloc(DHD_PREALLOC_MEMDUMP_RAM_SIZE, GFP_KERNEL); in dhd_init_wlan_mem()
521 if (!wlan_static_dhd_memdump_ram_buf[index]) in dhd_init_wlan_mem()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/
H A Ddhd_static_buf.c163 void *wlan_static_dhd_memdump_ram_buf[MAX_NUM_ADAPTERS] = {NULL}; variable
263 return wlan_static_dhd_memdump_ram_buf[index]; in dhd_wlan_mem_prealloc()
381 if (wlan_static_dhd_memdump_ram_buf[index]) in dhd_deinit_wlan_mem()
382 kfree(wlan_static_dhd_memdump_ram_buf[index]); in dhd_deinit_wlan_mem()
523 wlan_static_dhd_memdump_ram_buf[index] = kmalloc(DHD_PREALLOC_MEMDUMP_RAM_SIZE, GFP_KERNEL); in dhd_init_wlan_mem()
524 if (!wlan_static_dhd_memdump_ram_buf[index]) in dhd_init_wlan_mem()