Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/thermal/
Dhisi_thermal.c73 uint32_t thres_temp; member
360 hi6220_thermal_alarm_set(data->regs, sensor->thres_temp); in hi6220_thermal_enable_sensor()
386 value = hi3660_thermal_temp_to_step(sensor->thres_temp); in hi3660_thermal_enable_sensor()
453 sensor->tzd, sensor->id, *temp, sensor->thres_temp); in hisi_thermal_get_temp()
472 if (temp >= sensor->thres_temp) { in hisi_thermal_alarm_irq_thread()
475 sensor->id, temp, sensor->thres_temp); in hisi_thermal_alarm_irq_thread()
483 sensor->id, temp, sensor->thres_temp); in hisi_thermal_alarm_irq_thread()
510 sensor->thres_temp = trip[i].temperature; in hisi_thermal_register_sensor()