Home
last modified time | relevance | path

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

/hardware/qcom/sdm845/thermal/
Dthermal_target.c41 enum therm_msm_id msm_id; member
669 static enum therm_msm_id msm_id; in therm_get_soc_id() local
672 if (!msm_id) { in therm_get_soc_id()
677 return msm_id; in therm_get_soc_id()
682 msm_id = msm_soc_table[idx].msm_id; in therm_get_soc_id()
686 if (!msm_id) in therm_get_soc_id()
690 return msm_id; in therm_get_soc_id()
/hardware/qcom/sm8150/thermal/
Dthermal_target.c41 enum therm_msm_id msm_id; member
750 static enum therm_msm_id msm_id; in therm_get_soc_id() local
753 if (!msm_id) { in therm_get_soc_id()
758 return msm_id; in therm_get_soc_id()
763 msm_id = msm_soc_table[idx].msm_id; in therm_get_soc_id()
767 if (!msm_id) in therm_get_soc_id()
771 return msm_id; in therm_get_soc_id()