Home
last modified time | relevance | path

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

/components/drivers/thermal/
A Dthermal.c135 rt_ofw_prop_read_u32(trip_np, "hysteresis", (rt_uint32_t *)&zdev->trips[i].hysteresis); in thermal_ofw_setup()
392 if (zdev->temperature - zdev->last_temperature > map->trips->hysteresis) in dumb_governor_tuning()
396 else if (zdev->last_temperature - zdev->temperature > map->trips->hysteresis) in dumb_governor_tuning()
643 trip_low = trip.temperature - trip.hysteresis; in rt_thermal_zone_device_update()
804 if (tmp_trip.hysteresis != trip->hysteresis && zdev->ops->set_trip_hyst) in rt_thermal_zone_set_trip()
806 if ((err = zdev->ops->set_trip_hyst(zdev, trip_id, trip->hysteresis))) in rt_thermal_zone_set_trip()
813 (tmp_trip.temperature != trip->temperature || tmp_trip.hysteresis != trip->hysteresis)) in rt_thermal_zone_set_trip()
/components/drivers/include/drivers/
A Dthermal.h41 int hysteresis; member

Completed in 8 milliseconds