Searched refs:get_trend (Results 1 – 11 of 11) sorted by relevance
| /Linux-v5.4/drivers/thermal/qcom/ |
| D | tsens.c | 28 if (priv->ops->get_trend) in tsens_get_trend() 29 return priv->ops->get_trend(priv, s->id, trend); in tsens_get_trend() 79 .get_trend = tsens_get_trend,
|
| D | tsens.h | 71 int (*get_trend)(struct tsens_priv *priv, int i, enum thermal_trend *trend); member
|
| /Linux-v5.4/drivers/thermal/ |
| D | thermal_helpers.c | 29 if (tz->emul_temperature || !tz->ops->get_trend || in get_tz_trend() 30 tz->ops->get_trend(tz, trip, &trend)) { in get_tz_trend()
|
| D | of-thermal.c | 199 if (!data->ops->get_trend) in of_thermal_get_trend() 202 return data->ops->get_trend(data->sensor_data, trip, trend); in of_thermal_get_trend() 434 tzd->ops->get_trend = of_thermal_get_trend; in thermal_zone_of_add_sensor() 572 tzd->ops->get_trend = NULL; in thermal_zone_of_sensor_unregister()
|
| D | db8500_thermal.c | 88 .get_trend = db8500_thermal_get_trend,
|
| /Linux-v5.4/include/linux/ |
| D | thermal.h | 112 int (*get_trend) (struct thermal_zone_device *, int, member 355 int (*get_trend)(void *, int, enum thermal_trend *); member
|
| /Linux-v5.4/drivers/thermal/ti-soc-thermal/ |
| D | ti-thermal-common.c | 142 .get_trend = __ti_thermal_get_trend,
|
| /Linux-v5.4/drivers/net/ethernet/mellanox/mlxsw/ |
| D | core_thermal.c | 417 .get_trend = mlxsw_thermal_trend_get, 606 .get_trend = mlxsw_thermal_trend_get, 645 .get_trend = mlxsw_thermal_trend_get,
|
| /Linux-v5.4/Documentation/driver-api/thermal/ |
| D | sysfs-api.rst | 144 get_trend a pointer to a function that reads the 168 get_trend() thermal zone device callbacks.
|
| /Linux-v5.4/drivers/acpi/ |
| D | thermal.c | 862 .get_trend = thermal_get_trend,
|
| /Linux-v5.4/drivers/thermal/tegra/ |
| D | soctherm.c | 718 .get_trend = tegra_thermctl_get_trend,
|