| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/ |
| H A D | dhd_plat.h | 42 void *(*mem_prealloc)(uint bus_type, int index, int section, unsigned long size); member 44 void *(*mem_prealloc)(int section, unsigned long size); member
|
| H A D | dhd_linux_platdev.c | 172 if (plat_data->mem_prealloc) { in wifi_platform_prealloc() 174 alloc_ptr = plat_data->mem_prealloc(adapter->bus_type, adapter->index, section, size); in wifi_platform_prealloc() 176 alloc_ptr = plat_data->mem_prealloc(section, size); in wifi_platform_prealloc() 198 return plat_data->mem_prealloc; in wifi_platform_get_prealloc_func_ptr()
|
| H A D | dhd_custom_hikey.c | 243 .mem_prealloc = dhd_wlan_mem_prealloc,
|
| H A D | dhd_custom_msm.c | 221 .mem_prealloc = dhd_wlan_mem_prealloc,
|
| H A D | dhd_custom_exynos.c | 272 .mem_prealloc = dhd_wlan_mem_prealloc,
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/ |
| H A D | dhd_plat.h | 42 void *(*mem_prealloc)(uint bus_type, int index, int section, unsigned long size); member 44 void *(*mem_prealloc)(int section, unsigned long size); member
|
| H A D | dhd_linux_platdev.c | 169 if (plat_data->mem_prealloc) { in wifi_platform_prealloc() 171 alloc_ptr = plat_data->mem_prealloc(adapter->bus_type, adapter->index, section, size); in wifi_platform_prealloc() 173 alloc_ptr = plat_data->mem_prealloc(section, size); in wifi_platform_prealloc() 195 return plat_data->mem_prealloc; in wifi_platform_get_prealloc_func_ptr()
|
| H A D | dhd_custom_hikey.c | 243 .mem_prealloc = dhd_wlan_mem_prealloc,
|
| H A D | dhd_custom_msm.c | 221 .mem_prealloc = dhd_wlan_mem_prealloc,
|
| H A D | dhd_custom_exynos.c | 272 .mem_prealloc = dhd_wlan_mem_prealloc,
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/infineon/ |
| H A D | dhd_linux_platdev.c | 140 if (plat_data->mem_prealloc) { in wifi_platform_prealloc() 141 alloc_ptr = plat_data->mem_prealloc(section, size); in wifi_platform_prealloc() 161 return plat_data->mem_prealloc; in wifi_platform_get_prealloc_func_ptr()
|
| H A D | dhd_custom_msm.c | 253 .mem_prealloc = dhd_wlan_mem_prealloc,
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/infineon/bcmdhd/ |
| H A D | dhd_linux_platdev.c | 135 if (plat_data->mem_prealloc) { in wifi_platform_prealloc() 136 alloc_ptr = plat_data->mem_prealloc(section, size); in wifi_platform_prealloc() 156 return plat_data->mem_prealloc; in wifi_platform_get_prealloc_func_ptr()
|
| H A D | dhd_custom_msm.c | 259 .mem_prealloc = dhd_wlan_mem_prealloc,
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/cywdhd/bcmdhd/ |
| H A D | dhd_linux_platdev.c | 141 if (plat_data->mem_prealloc) { in wifi_platform_prealloc() 142 alloc_ptr = plat_data->mem_prealloc(section, size); in wifi_platform_prealloc() 162 return plat_data->mem_prealloc; in wifi_platform_get_prealloc_func_ptr()
|
| H A D | dhd_custom_msm.c | 260 .mem_prealloc = dhd_wlan_mem_prealloc,
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_indep_power/ |
| H A D | dhd_linux_platdev.c | 149 if (plat_data->mem_prealloc) { in wifi_platform_prealloc() 150 alloc_ptr = plat_data->mem_prealloc(section, size); in wifi_platform_prealloc() 171 return plat_data->mem_prealloc; in wifi_platform_get_prealloc_func_ptr()
|
| H A D | dhd_custom_msm.c | 211 .mem_prealloc = dhd_wlan_mem_prealloc,
|
| H A D | dhd_linux.h | 110 void *(*mem_prealloc)(int section, unsigned long size); member
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/ssv6xxx/platforms/ |
| H A D | atm7039-actions-generic-wlan.c | 44 void *(*mem_prealloc)(int section, unsigned long size); member
|
| H A D | rk3126-generic-wlan.c | 44 void *(*mem_prealloc)(int section, unsigned long size); member
|
| H A D | h8-generic-wlan.c | 43 void *(*mem_prealloc)(int section, unsigned long size); member
|
| H A D | h3-generic-wlan.c | 43 void *(*mem_prealloc)(int section, unsigned long size); member
|
| H A D | t10-generic-wlan.c | 42 void *(*mem_prealloc)(int section, unsigned long size); member
|
| H A D | v66-generic-wlan.c | 44 void *(*mem_prealloc)(int section, unsigned long size); member
|