Searched refs:set_trip_hyst (Results 1 - 7 of 7) sorted by relevance
/kernel/linux/linux-6.6/drivers/thermal/ |
H A D | thermal_trip.c | 143 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 D | thermal_sysfs.c | 509 if (tz->ops->set_trip_hyst) { in create_trip_attrs()
|
/kernel/linux/linux-5.10/drivers/thermal/ |
H A D | thermal_sysfs.c | 178 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 D | thermal_of.c | 368 .set_trip_hyst = of_thermal_set_trip_hyst,
|
/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlxsw/ |
H A D | core_thermal.c | 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,
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | thermal.h | 75 int (*set_trip_hyst) (struct thermal_zone_device *, int, int); member
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | thermal.h | 80 int (*set_trip_hyst) (struct thermal_zone_device *, int, int); member
|
Completed in 8 milliseconds