Home
last modified time | relevance | path

Searched refs:PREALLOC_WLAN_SEC_NUM (Results 1 – 7 of 7) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/
H A Ddhd_custom_memprealloc.c63 #define PREALLOC_WLAN_SEC_NUM 4 macro
131 static struct wlan_mem_prealloc wlan_mem_array[PREALLOC_WLAN_SEC_NUM] = {
156 if (section == PREALLOC_WLAN_SEC_NUM) { in dhd_wlan_mem_prealloc()
268 if ((section < 0) || (section >= PREALLOC_WLAN_SEC_NUM)) { in dhd_wlan_mem_prealloc()
312 for (i = 0; i < PREALLOC_WLAN_SEC_NUM; i++) { in dhd_init_wlan_mem()
487 for (i = 0; i < PREALLOC_WLAN_SEC_NUM; i++) { in dhd_exit_wlan_mem()
/OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/
H A Ddhd_custom_memprealloc.c63 #define PREALLOC_WLAN_SEC_NUM 4 macro
131 static struct wlan_mem_prealloc wlan_mem_array[PREALLOC_WLAN_SEC_NUM] = {
156 if (section == PREALLOC_WLAN_SEC_NUM) { in dhd_wlan_mem_prealloc()
268 if ((section < 0) || (section >= PREALLOC_WLAN_SEC_NUM)) { in dhd_wlan_mem_prealloc()
312 for (i = 0; i < PREALLOC_WLAN_SEC_NUM; i++) { in dhd_init_wlan_mem()
487 for (i = 0; i < PREALLOC_WLAN_SEC_NUM; i++) { in dhd_exit_wlan_mem()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/cywdhd/bcmdhd/
H A Ddhd_custom_memprealloc.c74 #define PREALLOC_WLAN_SEC_NUM 4 macro
142 static struct wlan_mem_prealloc wlan_mem_array[PREALLOC_WLAN_SEC_NUM] = {
165 if (section == PREALLOC_WLAN_SEC_NUM) { in dhd_wlan_mem_prealloc()
277 if ((section < 0) || (section >= PREALLOC_WLAN_SEC_NUM)) { in dhd_wlan_mem_prealloc()
318 for (i = 0; i < PREALLOC_WLAN_SEC_NUM; i++) { in dhd_init_wlan_mem()
549 for (i = 0; i < PREALLOC_WLAN_SEC_NUM; i++) { in dhd_exit_wlan_mem()
/OK3568_Linux_fs/external/rkwifibt/drivers/infineon/
H A Ddhd_custom_memprealloc.c74 #define PREALLOC_WLAN_SEC_NUM 4 macro
142 static struct wlan_mem_prealloc wlan_mem_array[PREALLOC_WLAN_SEC_NUM] = {
165 if (section == PREALLOC_WLAN_SEC_NUM) { in dhd_wlan_mem_prealloc()
277 if ((section < 0) || (section >= PREALLOC_WLAN_SEC_NUM)) { in dhd_wlan_mem_prealloc()
318 for (i = 0; i < PREALLOC_WLAN_SEC_NUM; i++) { in dhd_init_wlan_mem()
549 for (i = 0; i < PREALLOC_WLAN_SEC_NUM; i++) { in dhd_exit_wlan_mem()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/infineon/bcmdhd/
H A Ddhd_custom_memprealloc.c74 #define PREALLOC_WLAN_SEC_NUM 4 macro
142 static struct wlan_mem_prealloc wlan_mem_array[PREALLOC_WLAN_SEC_NUM] = {
165 if (section == PREALLOC_WLAN_SEC_NUM) { in dhd_wlan_mem_prealloc()
277 if ((section < 0) || (section >= PREALLOC_WLAN_SEC_NUM)) { in dhd_wlan_mem_prealloc()
318 for (i = 0; i < PREALLOC_WLAN_SEC_NUM; i++) { in dhd_init_wlan_mem()
549 for (i = 0; i < PREALLOC_WLAN_SEC_NUM; i++) { in dhd_exit_wlan_mem()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_indep_power/
H A Ddhd_custom_memprealloc.c73 #define PREALLOC_WLAN_SEC_NUM 4 macro
143 static struct wlan_mem_prealloc wlan_mem_array[PREALLOC_WLAN_SEC_NUM] = {
178 if (section == PREALLOC_WLAN_SEC_NUM) { in dhd_wlan_mem_prealloc()
296 if ((section < 0) || (section >= PREALLOC_WLAN_SEC_NUM)) { in dhd_wlan_mem_prealloc()
335 for (i = 0; i < PREALLOC_WLAN_SEC_NUM; i++) { in dhd_init_wlan_mem()
/OK3568_Linux_fs/kernel/net/rfkill/
H A Drfkill-wlan.c84 #define PREALLOC_WLAN_SEC_NUM 4 macro
156 if (section == PREALLOC_WLAN_SEC_NUM) in rockchip_mem_prealloc()