Home
last modified time | relevance | path

Searched refs:get_trend (Results 1 – 11 of 11) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/thermal/
H A Dthermal_helpers.c30 if (tz->emul_temperature || !tz->ops->get_trend || in get_tz_trend()
31 tz->ops->get_trend(tz, trip, &trend)) { in get_tz_trend()
H A Dthermal_of.c200 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()
399 tzd->ops->get_trend = of_thermal_get_trend; in thermal_zone_of_add_sensor()
570 tzd->ops->get_trend = NULL; in thermal_zone_of_sensor_unregister()
H A Ddb8500_thermal.c88 .get_trend = db8500_thermal_get_trend,
/OK3568_Linux_fs/kernel/include/linux/
H A Dthermal.h79 int (*get_trend) (struct thermal_zone_device *, int, member
324 int (*get_trend)(void *, int, enum thermal_trend *); member
/OK3568_Linux_fs/kernel/drivers/net/ethernet/mellanox/mlxsw/
H A Dcore_thermal.c378 .get_trend = mlxsw_thermal_trend_get,
550 .get_trend = mlxsw_thermal_module_trend_get,
587 .get_trend = mlxsw_thermal_module_trend_get,
/OK3568_Linux_fs/kernel/drivers/thermal/ti-soc-thermal/
H A Dti-thermal-common.c142 .get_trend = __ti_thermal_get_trend,
/OK3568_Linux_fs/kernel/drivers/thermal/qcom/
H A Dtsens.c870 if (priv->ops->get_trend) in tsens_get_trend()
871 return priv->ops->get_trend(s, trend); in tsens_get_trend()
927 .get_trend = tsens_get_trend,
H A Dtsens.h78 int (*get_trend)(struct tsens_sensor *s, enum thermal_trend *trend); member
/OK3568_Linux_fs/kernel/Documentation/driver-api/thermal/
H A Dsysfs-api.rst144 get_trend a pointer to a function that reads the
168 get_trend() thermal zone device callbacks.
/OK3568_Linux_fs/kernel/drivers/acpi/
H A Dthermal.c808 .get_trend = thermal_get_trend,
/OK3568_Linux_fs/kernel/drivers/thermal/tegra/
H A Dsoctherm.c719 .get_trend = tegra_thermctl_get_trend,