Home
last modified time | relevance | path

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

/linux/drivers/thermal/qcom/
H A Dqcom-spmi-temp-alarm.c380 int ret, temp_cfg; in qpnp_tm_gen2_rev2_set_temp_thresh() local
394 temp_cfg = TEMP_DAC_REG_TO_TEMP(reg); in qpnp_tm_gen2_rev2_set_temp_thresh()
402 chip->temp_thresh_map[trip] = temp_cfg; in qpnp_tm_gen2_rev2_set_temp_thresh()
428 int ret, temp_cfg, i; in qpnp_tm_lite_set_temp_thresh() local
467 temp_cfg = temp_map[thresh]; in qpnp_tm_lite_set_temp_thresh()
471 temp_cfg = temp_map[i]; in qpnp_tm_lite_set_temp_thresh()
476 if (temp_cfg == chip->temp_thresh_map[trip]) in qpnp_tm_lite_set_temp_thresh()
494 chip->temp_thresh_map[trip] = temp_cfg; in qpnp_tm_lite_set_temp_thresh()