Home
last modified time | relevance | path

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

/components/drivers/include/drivers/
A Dthermal.h111 rt_err_t (*set_trip_hyst)(struct rt_thermal_zone_device *zdev, int trip_id, int hyst); member
/components/drivers/thermal/
A Dthermal.c776 if (!zdev->ops->set_trip_temp && !zdev->ops->set_trip_hyst && !zdev->trips) in rt_thermal_zone_set_trip()
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()

Completed in 7 milliseconds