Home
last modified time | relevance | path

Searched refs:set_trip_temp (Results 1 – 13 of 13) sorted by relevance

/linux-5.19.10/drivers/thermal/intel/int340x_thermal/
Dint340x_thermal_zone.c115 if (d->override_ops && d->override_ops->set_trip_temp) in int340x_thermal_set_trip_temp()
116 return d->override_ops->set_trip_temp(zone, trip, temp); in int340x_thermal_set_trip_temp()
158 .set_trip_temp = int340x_thermal_set_trip_temp,
Dprocessor_thermal_device_pci.c207 .set_trip_temp = sys_set_trip_temp,
/linux-5.19.10/include/linux/
Dthermal.h72 int (*set_trip_temp) (struct thermal_zone_device *, int, int); member
310 int (*set_trip_temp)(void *, int, int); member
/linux-5.19.10/drivers/thermal/
Dthermal_of.c315 if (data->ops && data->ops->set_trip_temp) { in of_thermal_set_trip_temp()
318 ret = data->ops->set_trip_temp(data->sensor_data, trip, temp); in of_thermal_set_trip_temp()
374 .set_trip_temp = of_thermal_set_trip_temp,
Dthermal_sysfs.c118 if (!tz->ops->set_trip_temp) in trip_point_temp_store()
127 ret = tz->ops->set_trip_temp(tz, trip, temperature); in trip_point_temp_store()
Dimx_thermal.c429 .set_trip_temp = imx_set_trip_temp,
/linux-5.19.10/drivers/net/ethernet/mellanox/mlxsw/
Dcore_thermal.c377 .set_trip_temp = mlxsw_thermal_set_trip_temp,
571 .set_trip_temp = mlxsw_thermal_module_trip_temp_set,
608 .set_trip_temp = mlxsw_thermal_module_trip_temp_set,
/linux-5.19.10/drivers/thermal/intel/
Dintel_quark_dts_thermal.c320 .set_trip_temp = sys_set_trip_temp,
Dx86_pkg_temp_thermal.c227 .set_trip_temp = sys_set_trip_temp,
Dintel_soc_dts_iosf.c250 .set_trip_temp = sys_set_trip_temp,
/linux-5.19.10/drivers/thermal/qcom/
Dqcom-spmi-temp-alarm.c287 .set_trip_temp = qpnp_tm_set_trip_temp,
/linux-5.19.10/drivers/net/wireless/intel/iwlwifi/mvm/
Dtt.c725 .set_trip_temp = iwl_mvm_tzone_set_trip_temp,
/linux-5.19.10/drivers/thermal/tegra/
Dsoctherm.c718 .set_trip_temp = tegra_thermctl_set_trip_temp,