Home
last modified time | relevance | path

Searched refs:max_sym_count (Results 1 – 2 of 2) sorted by relevance

/wlan-driver/qcacld-3.0/core/wma/src/
Dwma_main.c3432 int8_t idx, max_sym_count = WLAN_WMA_MAX_PF_SYM; in wma_deinit_pagefault_wakeup_history() local
3437 max_sym_count = 0x1; in wma_deinit_pagefault_wakeup_history()
3440 for (idx = 0; idx < max_sym_count; idx++) { in wma_deinit_pagefault_wakeup_history()
3459 int8_t idx, idx2, max_sym_count = WLAN_WMA_MAX_PF_SYM; in wma_init_pagefault_wakeup_history() local
3465 max_sym_count = 0x1; in wma_init_pagefault_wakeup_history()
3469 for (idx = 0; idx < max_sym_count; idx++) { in wma_init_pagefault_wakeup_history()
Dwma_features.c3274 uint8_t max_sym_count = WLAN_WMA_MAX_PF_SYM; in wma_wow_pagefault_add_new_sym_from_event() local
3281 for (tbl_idx = 0; tbl_idx < max_sym_count; tbl_idx++) { in wma_wow_pagefault_add_new_sym_from_event()
3318 for (idx2 = tbl_idx + 1; idx2 < max_sym_count; idx2++) { in wma_wow_pagefault_add_new_sym_from_event()