Searched refs:get_trend (Results 1 – 9 of 9) sorted by relevance
/drivers/thermal/ |
D | thermal_helpers.c | 30 if (tz->emul_temperature || !tz->ops->get_trend || in get_tz_trend() 31 tz->ops->get_trend(tz, trip, &trend)) { in get_tz_trend()
|
D | thermal_of.c | 200 if (!data->ops || !data->ops->get_trend) in of_thermal_get_trend() 203 return data->ops->get_trend(data->sensor_data, trip, trend); in of_thermal_get_trend() 421 tzd->ops->get_trend = of_thermal_get_trend; in thermal_zone_of_add_sensor() 600 tzd->ops->get_trend = NULL; in thermal_zone_of_sensor_unregister()
|
D | db8500_thermal.c | 88 .get_trend = db8500_thermal_get_trend,
|
/drivers/net/ethernet/mellanox/mlxsw/ |
D | core_thermal.c | 369 .get_trend = mlxsw_thermal_trend_get, 561 .get_trend = mlxsw_thermal_module_trend_get, 598 .get_trend = mlxsw_thermal_module_trend_get,
|
/drivers/thermal/ti-soc-thermal/ |
D | ti-thermal-common.c | 142 .get_trend = __ti_thermal_get_trend,
|
/drivers/thermal/qcom/ |
D | tsens.c | 940 if (priv->ops->get_trend) in tsens_get_trend() 941 return priv->ops->get_trend(s, trend); in tsens_get_trend() 1009 .get_trend = tsens_get_trend,
|
D | tsens.h | 80 int (*get_trend)(struct tsens_sensor *s, enum thermal_trend *trend); member
|
/drivers/acpi/ |
D | thermal.c | 781 .get_trend = thermal_get_trend,
|
/drivers/thermal/tegra/ |
D | soctherm.c | 719 .get_trend = tegra_thermctl_get_trend,
|