Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/thermal/
Dhisi_thermal.c65 uint32_t thres_temp; member
352 hi6220_thermal_alarm_set(data->regs, sensor->thres_temp); in hi6220_thermal_enable_sensor()
378 value = hi3660_thermal_temp_to_step(sensor->thres_temp); in hi3660_thermal_enable_sensor()
445 sensor->tzd, sensor->id, *temp, sensor->thres_temp); in hisi_thermal_get_temp()
464 if (temp >= sensor->thres_temp) { in hisi_thermal_alarm_irq_thread()
467 sensor->id, temp, sensor->thres_temp); in hisi_thermal_alarm_irq_thread()
475 sensor->id, temp, sensor->thres_temp); in hisi_thermal_alarm_irq_thread()
502 sensor->thres_temp = trip[i].temperature; in hisi_thermal_register_sensor()