Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/thermal/
Dhisi_thermal.c64 uint32_t thres_temp; member
334 hi6220_thermal_alarm_set(data->regs, sensor->thres_temp); in hi6220_thermal_enable_sensor()
360 value = hi3660_thermal_temp_to_step(sensor->thres_temp); in hi3660_thermal_enable_sensor()
441 sensor->id, *temp, sensor->thres_temp); in hisi_thermal_get_temp()
460 if (temp >= sensor->thres_temp) { in hisi_thermal_alarm_irq_thread()
462 temp, sensor->thres_temp); in hisi_thermal_alarm_irq_thread()
469 temp, sensor->thres_temp); in hisi_thermal_alarm_irq_thread()
497 sensor->thres_temp = trip[i].temperature; in hisi_thermal_register_sensor()