Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/thermal/
Dhisi_thermal.c64 uint32_t thres_temp; member
351 hi6220_thermal_alarm_set(data->regs, sensor->thres_temp); in hi6220_thermal_enable_sensor()
377 value = hi3660_thermal_temp_to_step(sensor->thres_temp); in hi3660_thermal_enable_sensor()
451 if (temp >= sensor->thres_temp) { in hisi_thermal_alarm_irq_thread()
454 sensor->id, temp, sensor->thres_temp); in hisi_thermal_alarm_irq_thread()
462 sensor->id, temp, sensor->thres_temp); in hisi_thermal_alarm_irq_thread()
475 sensor->thres_temp = trip->temperature; in hisi_trip_walk_cb()