Searched refs:set_trip_hyst (Results 1 – 3 of 3) sorted by relevance
105 int (*set_trip_hyst) (struct thermal_zone_device *, int, member
677 if (!tz->ops->set_trip_hyst) in trip_point_hyst_store()691 ret = tz->ops->set_trip_hyst(tz, trip, temperature); in trip_point_hyst_store()1432 if (tz->ops->set_trip_hyst) { in create_trip_attrs()
385 .set_trip_hyst = of_thermal_set_trip_hyst,