Home
last modified time | relevance | path

Searched refs:set_trip_hyst (Results 1 – 4 of 4) sorted by relevance

/Linux-v5.4/drivers/thermal/
Dthermal_sysfs.c177 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()
Dof-thermal.c403 .set_trip_hyst = of_thermal_set_trip_hyst,
/Linux-v5.4/drivers/net/ethernet/mellanox/mlxsw/
Dcore_thermal.c416 .set_trip_hyst = mlxsw_thermal_set_trip_hyst,
605 .set_trip_hyst = mlxsw_thermal_module_trip_hyst_set,
644 .set_trip_hyst = mlxsw_thermal_module_trip_hyst_set,
/Linux-v5.4/include/linux/
Dthermal.h109 int (*set_trip_hyst) (struct thermal_zone_device *, int, int); member