Home
last modified time | relevance | path

Searched refs:mem_prealloc (Results 1 – 25 of 52) sorted by relevance

123

/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/
H A Ddhd_plat.h42 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 Ddhd_linux_platdev.c172 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 Ddhd_custom_hikey.c243 .mem_prealloc = dhd_wlan_mem_prealloc,
H A Ddhd_custom_msm.c221 .mem_prealloc = dhd_wlan_mem_prealloc,
H A Ddhd_custom_exynos.c272 .mem_prealloc = dhd_wlan_mem_prealloc,
/OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/
H A Ddhd_plat.h42 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 Ddhd_linux_platdev.c169 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 Ddhd_custom_hikey.c243 .mem_prealloc = dhd_wlan_mem_prealloc,
H A Ddhd_custom_msm.c221 .mem_prealloc = dhd_wlan_mem_prealloc,
H A Ddhd_custom_exynos.c272 .mem_prealloc = dhd_wlan_mem_prealloc,
/OK3568_Linux_fs/external/rkwifibt/drivers/infineon/
H A Ddhd_linux_platdev.c140 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 Ddhd_custom_msm.c253 .mem_prealloc = dhd_wlan_mem_prealloc,
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/infineon/bcmdhd/
H A Ddhd_linux_platdev.c135 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 Ddhd_custom_msm.c259 .mem_prealloc = dhd_wlan_mem_prealloc,
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/cywdhd/bcmdhd/
H A Ddhd_linux_platdev.c141 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 Ddhd_custom_msm.c260 .mem_prealloc = dhd_wlan_mem_prealloc,
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_indep_power/
H A Ddhd_linux_platdev.c149 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 Ddhd_custom_msm.c211 .mem_prealloc = dhd_wlan_mem_prealloc,
H A Ddhd_linux.h110 void *(*mem_prealloc)(int section, unsigned long size); member
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/ssv6xxx/platforms/
H A Datm7039-actions-generic-wlan.c44 void *(*mem_prealloc)(int section, unsigned long size); member
H A Drk3126-generic-wlan.c44 void *(*mem_prealloc)(int section, unsigned long size); member
H A Dh8-generic-wlan.c43 void *(*mem_prealloc)(int section, unsigned long size); member
H A Dh3-generic-wlan.c43 void *(*mem_prealloc)(int section, unsigned long size); member
H A Dt10-generic-wlan.c42 void *(*mem_prealloc)(int section, unsigned long size); member
H A Dv66-generic-wlan.c44 void *(*mem_prealloc)(int section, unsigned long size); member

123