Searched refs:set_trip_hyst (Results 1 – 3 of 3) sorted by relevance
151 if (!tz->ops->set_trip_temp && !tz->ops->set_trip_hyst && !tz->trips) in thermal_zone_set_trip()167 if (t.hysteresis != trip->hysteresis && tz->ops->set_trip_hyst) { in thermal_zone_set_trip()168 ret = tz->ops->set_trip_hyst(tz, trip_id, trip->hysteresis); in thermal_zone_set_trip()
508 if (tz->ops->set_trip_hyst) { in create_trip_attrs()
70 int (*set_trip_hyst) (struct thermal_zone_device *, int, int); member
Completed in 7 milliseconds