Home
last modified time | relevance | path

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

/hardware/qcom/data/ipacfg-mgr/msm8998/ipacm/src/
DIPACM_Config.cpp120 ipa_rm_a2_check=0; in IPACM_Config()
561 ipa_rm_a2_check+=1; in AddRmDepend()
562 IPACMDBG_H("got %d times default RT routing from A2 \n", ipa_rm_a2_check); in AddRmDepend()
669 ipa_rm_a2_check-=1; in DelRmDepend()
670 IPACMDBG_H("Left %d times default RT routing from A2 \n", ipa_rm_a2_check); in DelRmDepend()
716 if(ipa_rm_tbl[i].consumer_rm1 == IPA_RM_RESOURCE_Q6_CONS && ipa_rm_a2_check == 1) in DelRmDepend()
718 IPACMDBG_H(" still have %d default RT routing from A2 \n", ipa_rm_a2_check); in DelRmDepend()
/hardware/qcom/data/ipacfg-mgr/msm8998/ipacm/inc/
DIPACM_Config.h86 int ipa_rm_a2_check; variable