Searched refs:set_trip_hyst (Results 1 – 4 of 4) sorted by relevance
178 if (!tz->ops->set_trip_hyst) in trip_point_hyst_store()192 ret = tz->ops->set_trip_hyst(tz, trip, temperature); in trip_point_hyst_store()574 if (tz->ops->set_trip_hyst) { in create_trip_attrs()
368 .set_trip_hyst = of_thermal_set_trip_hyst,
377 .set_trip_hyst = mlxsw_thermal_set_trip_hyst,549 .set_trip_hyst = mlxsw_thermal_module_trip_hyst_set,586 .set_trip_hyst = mlxsw_thermal_module_trip_hyst_set,
75 int (*set_trip_hyst) (struct thermal_zone_device *, int, int); member