Searched refs:set_trip_temp (Results 1 – 11 of 11) sorted by relevance
/Linux-v4.19/drivers/thermal/int340x_thermal/ |
D | int340x_thermal_zone.c | 123 if (d->override_ops && d->override_ops->set_trip_temp) in int340x_thermal_set_trip_temp() 124 return d->override_ops->set_trip_temp(zone, trip, temp); in int340x_thermal_set_trip_temp() 161 .set_trip_temp = int340x_thermal_set_trip_temp,
|
/Linux-v4.19/include/linux/ |
D | thermal.h | 107 int (*set_trip_temp) (struct thermal_zone_device *, int, int); member 358 int (*set_trip_temp)(void *, int, int); member
|
/Linux-v4.19/drivers/thermal/ |
D | of-thermal.c | 313 if (data->ops->set_trip_temp) { in of_thermal_set_trip_temp() 316 ret = data->ops->set_trip_temp(data->sensor_data, trip, temp); in of_thermal_set_trip_temp() 375 .set_trip_temp = of_thermal_set_trip_temp,
|
D | intel_quark_dts_thermal.c | 342 .set_trip_temp = sys_set_trip_temp,
|
D | x86_pkg_temp_thermal.c | 250 .set_trip_temp = sys_set_trip_temp,
|
D | intel_soc_dts_iosf.c | 254 .set_trip_temp = sys_set_trip_temp,
|
D | thermal_sysfs.c | 129 if (!tz->ops->set_trip_temp) in trip_point_temp_store() 138 ret = tz->ops->set_trip_temp(tz, trip, temperature); in trip_point_temp_store()
|
D | imx_thermal.c | 482 .set_trip_temp = imx_set_trip_temp,
|
/Linux-v4.19/drivers/net/ethernet/mellanox/mlxsw/ |
D | core_thermal.c | 245 .set_trip_temp = mlxsw_thermal_set_trip_temp,
|
/Linux-v4.19/drivers/net/wireless/intel/iwlwifi/mvm/ |
D | tt.c | 733 .set_trip_temp = iwl_mvm_tzone_set_trip_temp,
|
/Linux-v4.19/drivers/thermal/tegra/ |
D | soctherm.c | 493 .set_trip_temp = tegra_thermctl_set_trip_temp,
|