Searched refs:set_trip_hyst (Results 1 – 3 of 3) sorted by relevance
177 if (!tz->ops->set_trip_hyst) in trip_point_hyst_store()191 ret = tz->ops->set_trip_hyst(tz, trip, temperature); in trip_point_hyst_store()590 if (tz->ops->set_trip_hyst) { in create_trip_attrs()
377 .set_trip_hyst = of_thermal_set_trip_hyst,
109 int (*set_trip_hyst) (struct thermal_zone_device *, int, int); member