Home
last modified time | relevance | path

Searched refs:set_trip_hyst (Results 1 - 7 of 7) sorted by relevance

/kernel/linux/linux-6.6/drivers/thermal/
H A Dthermal_trip.c143 if (!tz->ops->set_trip_temp && !tz->ops->set_trip_hyst && !tz->trips) in thermal_zone_set_trip()
159 if (t.hysteresis != trip->hysteresis && tz->ops->set_trip_hyst) { in thermal_zone_set_trip()
160 ret = tz->ops->set_trip_hyst(tz, trip_id, trip->hysteresis); in thermal_zone_set_trip()
H A Dthermal_sysfs.c509 if (tz->ops->set_trip_hyst) { in create_trip_attrs()
/kernel/linux/linux-5.10/drivers/thermal/
H A Dthermal_sysfs.c178 if (!tz->ops->set_trip_hyst) in trip_point_hyst_store()
189 * here. The driver implementing 'set_trip_hyst' has to 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()
H A Dthermal_of.c368 .set_trip_hyst = of_thermal_set_trip_hyst,
/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlxsw/
H A Dcore_thermal.c377 .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,
/kernel/linux/linux-5.10/include/linux/
H A Dthermal.h75 int (*set_trip_hyst) (struct thermal_zone_device *, int, int); member
/kernel/linux/linux-6.6/include/linux/
H A Dthermal.h80 int (*set_trip_hyst) (struct thermal_zone_device *, int, int); member

Completed in 8 milliseconds