Searched refs:set_trip_hyst (Results 1 – 4 of 4) sorted by relevance
634 of_ops->set_trip_hyst = of_ops->set_trip_hyst ? : of_thermal_set_trip_hyst; in thermal_of_zone_register()
187 if (!tz->ops->set_trip_hyst) in trip_point_hyst_store()201 ret = tz->ops->set_trip_hyst(tz, trip, temperature); in trip_point_hyst_store()503 if (tz->ops->set_trip_hyst) { in create_trip_attrs()
330 .set_trip_hyst = mlxsw_thermal_set_trip_hyst,504 .set_trip_hyst = mlxsw_thermal_module_trip_hyst_set,538 .set_trip_hyst = mlxsw_thermal_module_trip_hyst_set,
70 int (*set_trip_hyst) (struct thermal_zone_device *, int, int); member