Home
last modified time | relevance | path

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

/hardware/qcom/sdm845/thermal/
Dthermal_target.c45 static struct therm_msm_soc_type msm_soc_table[] = { variable
680 for (idx = 0; idx < ARRAY_SIZE(msm_soc_table); idx++) { in therm_get_soc_id()
681 if (soc_id == msm_soc_table[idx].soc_id) { in therm_get_soc_id()
682 msm_id = msm_soc_table[idx].msm_id; in therm_get_soc_id()
/hardware/qcom/sm8150/thermal/
Dthermal_target.c45 static struct therm_msm_soc_type msm_soc_table[] = { variable
761 for (idx = 0; idx < ARRAY_SIZE(msm_soc_table); idx++) { in therm_get_soc_id()
762 if (soc_id == msm_soc_table[idx].soc_id) { in therm_get_soc_id()
763 msm_id = msm_soc_table[idx].msm_id; in therm_get_soc_id()