Searched refs:set_trip_temp (Results 1 – 12 of 12) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/thermal/intel/int340x_thermal/ |
| H A D | int340x_thermal_zone.c | 115 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() 153 .set_trip_temp = int340x_thermal_set_trip_temp,
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | thermal.h | 74 int (*set_trip_temp) (struct thermal_zone_device *, int, int); member 327 int (*set_trip_temp)(void *, int, int); member
|
| /OK3568_Linux_fs/kernel/drivers/thermal/ |
| H A D | thermal_of.c | 307 if (data->ops && data->ops->set_trip_temp) { in of_thermal_set_trip_temp() 310 ret = data->ops->set_trip_temp(data->sensor_data, trip, temp); in of_thermal_set_trip_temp() 366 .set_trip_temp = of_thermal_set_trip_temp,
|
| H A D | thermal_sysfs.c | 119 if (!tz->ops->set_trip_temp) in trip_point_temp_store() 128 ret = tz->ops->set_trip_temp(tz, trip, temperature); in trip_point_temp_store()
|
| H A D | imx_thermal.c | 429 .set_trip_temp = imx_set_trip_temp,
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/mellanox/mlxsw/ |
| H A D | core_thermal.c | 375 .set_trip_temp = mlxsw_thermal_set_trip_temp, 547 .set_trip_temp = mlxsw_thermal_module_trip_temp_set, 584 .set_trip_temp = mlxsw_thermal_module_trip_temp_set,
|
| /OK3568_Linux_fs/kernel/drivers/thermal/intel/ |
| H A D | intel_quark_dts_thermal.c | 320 .set_trip_temp = sys_set_trip_temp,
|
| H A D | x86_pkg_temp_thermal.c | 225 .set_trip_temp = sys_set_trip_temp,
|
| H A D | intel_soc_dts_iosf.c | 250 .set_trip_temp = sys_set_trip_temp,
|
| /OK3568_Linux_fs/kernel/drivers/thermal/qcom/ |
| H A D | qcom-spmi-temp-alarm.c | 264 .set_trip_temp = qpnp_tm_set_trip_temp,
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/intel/iwlwifi/mvm/ |
| H A D | tt.c | 784 .set_trip_temp = iwl_mvm_tzone_set_trip_temp,
|
| /OK3568_Linux_fs/kernel/drivers/thermal/tegra/ |
| H A D | soctherm.c | 718 .set_trip_temp = tegra_thermctl_set_trip_temp,
|