set_trip_temp     413 drivers/net/ethernet/mellanox/mlxsw/core_thermal.c 	.set_trip_temp	= mlxsw_thermal_set_trip_temp,
set_trip_temp     618 drivers/net/ethernet/mellanox/mlxsw/core_thermal.c 	.set_trip_temp	= mlxsw_thermal_module_trip_temp_set,
set_trip_temp     657 drivers/net/ethernet/mellanox/mlxsw/core_thermal.c 	.set_trip_temp	= mlxsw_thermal_module_trip_temp_set,
set_trip_temp     725 drivers/net/wireless/intel/iwlwifi/mvm/tt.c 	.set_trip_temp = iwl_mvm_tzone_set_trip_temp,
set_trip_temp     482 drivers/thermal/imx_thermal.c 	.set_trip_temp = imx_set_trip_temp,
set_trip_temp     114 drivers/thermal/intel/int340x_thermal/int340x_thermal_zone.c 	if (d->override_ops && d->override_ops->set_trip_temp)
set_trip_temp     115 drivers/thermal/intel/int340x_thermal/int340x_thermal_zone.c 		return d->override_ops->set_trip_temp(zone, trip, temp);
set_trip_temp     152 drivers/thermal/intel/int340x_thermal/int340x_thermal_zone.c 	.set_trip_temp	= int340x_thermal_set_trip_temp,
set_trip_temp     342 drivers/thermal/intel/intel_quark_dts_thermal.c 	.set_trip_temp = sys_set_trip_temp,
set_trip_temp     245 drivers/thermal/intel/intel_soc_dts_iosf.c 	.set_trip_temp = sys_set_trip_temp,
set_trip_temp     225 drivers/thermal/intel/x86_pkg_temp_thermal.c 	.set_trip_temp = sys_set_trip_temp,
set_trip_temp     339 drivers/thermal/of-thermal.c 	if (data->ops->set_trip_temp) {
set_trip_temp     342 drivers/thermal/of-thermal.c 		ret = data->ops->set_trip_temp(data->sensor_data, trip, temp);
set_trip_temp     401 drivers/thermal/of-thermal.c 	.set_trip_temp = of_thermal_set_trip_temp,
set_trip_temp     264 drivers/thermal/qcom/qcom-spmi-temp-alarm.c 	.set_trip_temp = qpnp_tm_set_trip_temp,
set_trip_temp     717 drivers/thermal/tegra/soctherm.c 	.set_trip_temp = tegra_thermctl_set_trip_temp,
set_trip_temp     129 drivers/thermal/thermal_sysfs.c 	if (!tz->ops->set_trip_temp)
set_trip_temp     138 drivers/thermal/thermal_sysfs.c 	ret = tz->ops->set_trip_temp(tz, trip, temperature);
set_trip_temp     107 include/linux/thermal.h 	int (*set_trip_temp) (struct thermal_zone_device *, int, int);
set_trip_temp     358 include/linux/thermal.h 	int (*set_trip_temp)(void *, int, int);