Home
last modified time | relevance | path

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

/linux/drivers/thermal/qcom/
H A Dqcom-spmi-temp-alarm.c147 long temp_thresh_map[STAGE_COUNT]; member
186 return chip->temp_thresh_map[stage - 1]; in qpnp_tm_decode_temp()
348 memcpy(chip->temp_thresh_map, chip->data->temp_map[threshold], in qpnp_tm_update_critical_trip_temp()
349 sizeof(chip->temp_thresh_map)); in qpnp_tm_update_critical_trip_temp()
402 chip->temp_thresh_map[trip] = temp_cfg; in qpnp_tm_gen2_rev2_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()
538 memcpy(chip->temp_thresh_map, chip->data->temp_map[threshold], in qpnp_tm_sync_thresholds()
539 sizeof(chip->temp_thresh_map)); in qpnp_tm_sync_thresholds()
585 if (chip->temp_thresh_map[i] <= chip->temp_thresh_map[i - 1]) { in qpnp_tm_gen2_rev2_configure_trip_temps()
[all …]