Searched refs:p_filters (Results 1 – 1 of 1) sorted by relevance
489 struct ecore_llh_filter_info *p_filters; in ecore_llh_shadow_search_filter() local516 struct ecore_llh_filter_info *p_filters; in ecore_llh_shadow_get_free_idx() local528 if (!p_filters[i].b_enabled) { in ecore_llh_shadow_get_free_idx()543 struct ecore_llh_filter_info *p_filters; in __ecore_llh_shadow_add_filter() local551 if (!p_filters[filter_idx].ref_cnt) { in __ecore_llh_shadow_add_filter()553 p_filters[filter_idx].type = type; in __ecore_llh_shadow_add_filter()609 if (!p_filters[filter_idx].ref_cnt) { in __ecore_llh_shadow_remove_filter()616 if (!p_filters[filter_idx].ref_cnt) in __ecore_llh_shadow_remove_filter()617 OSAL_MEM_ZERO(&p_filters[filter_idx], in __ecore_llh_shadow_remove_filter()618 sizeof(p_filters[filter_idx])); in __ecore_llh_shadow_remove_filter()[all …]