Home
last modified time | relevance | path

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

/openbmc/linux/drivers/thermal/
H A Dthermal_trip.c143 if (!tz->ops->set_trip_temp && !tz->ops->set_trip_hyst && !tz->trips) in thermal_zone_set_trip()
159 if (t.hysteresis != trip->hysteresis && tz->ops->set_trip_hyst) { in thermal_zone_set_trip()
160 ret = tz->ops->set_trip_hyst(tz, trip_id, trip->hysteresis); in thermal_zone_set_trip()
H A Dthermal_sysfs.c509 if (tz->ops->set_trip_hyst) { in create_trip_attrs()
/openbmc/linux/include/linux/
H A Dthermal.h80 int (*set_trip_hyst) (struct thermal_zone_device *, int, int); member