Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/thermal/
Dthermal_of.c634 of_ops->set_trip_hyst = of_ops->set_trip_hyst ? : of_thermal_set_trip_hyst; in thermal_of_zone_register()
Dthermal_sysfs.c187 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()
/linux-6.1.9/drivers/net/ethernet/mellanox/mlxsw/
Dcore_thermal.c330 .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,
/linux-6.1.9/include/linux/
Dthermal.h70 int (*set_trip_hyst) (struct thermal_zone_device *, int, int); member