Searched refs:set_trip_hyst (Results 1 – 3 of 3) sorted by relevance
143 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()
509 if (tz->ops->set_trip_hyst) { in create_trip_attrs()
80 int (*set_trip_hyst) (struct thermal_zone_device *, int, int); member