Home
last modified time | relevance | path

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

/wlan-driver/qcacld-3.0/core/wma/src/
H A Dwma_features.c3243 wma_wow_pagefault_add_sym_to_event(tp_wma_handle wma, struct wow_pf_sym *pf_sym) in wma_wow_pagefault_add_sym_to_event() argument
3258 qdf_mem_copy(buf_ptr + buf_len, pf_sym, in wma_wow_pagefault_add_sym_to_event()
3287 new_idx_cnt = new_pf_entry->pf_sym.count; in wma_wow_pagefault_add_new_sym_from_event()
3293 if (!pf_sym_list->pf_sym[ev_lst_idx].count) in wma_wow_pagefault_add_new_sym_from_event()
3297 if (pf_sym_list->pf_sym[ev_lst_idx].count >= pf_th) { in wma_wow_pagefault_add_new_sym_from_event()
3299 pf_sym_list->pf_sym); in wma_wow_pagefault_add_new_sym_from_event()
3300 pf_sym_list->pf_sym[ev_lst_idx].count = 0x0; in wma_wow_pagefault_add_new_sym_from_event()
3305 ev_sym_cnt = pf_sym_list->pf_sym[ev_lst_idx].count; in wma_wow_pagefault_add_new_sym_from_event()
3320 cur_idx_cnt = cur_pf_entry->pf_sym.count; in wma_wow_pagefault_add_new_sym_from_event()
3349 new_pf_entry->pf_sym.symbol = in wma_wow_pagefault_add_new_sym_from_event()
[all …]
H A Dwma_main.c3442 pf_sym_entry->pf_sym.symbol = 0x0; in wma_deinit_pagefault_wakeup_history()
3443 pf_sym_entry->pf_sym.count = 0x0; in wma_deinit_pagefault_wakeup_history()
3471 pf_sym_entry->pf_sym.symbol = 0x0; in wma_init_pagefault_wakeup_history()
3472 pf_sym_entry->pf_sym.count = 0x0; in wma_init_pagefault_wakeup_history()
/wlan-driver/qcacld-3.0/core/wma/inc/
H A Dwma.h834 struct wow_pf_sym *pf_sym; member
845 struct wow_pf_sym pf_sym; member