Searched refs:get_trend (Results 1 - 14 of 14) sorted by relevance
/kernel/linux/linux-6.6/drivers/thermal/ |
H A 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()
|
/kernel/linux/linux-5.10/drivers/thermal/ |
H A 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()
|
H A 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() 399 tzd->ops->get_trend = of_thermal_get_trend; in thermal_zone_of_add_sensor() 478 * The thermal zone temperature trend is provided by the @get_trend function 544 * API. It will also silent the zone by remove the .get_temp() and .get_trend() 570 tzd->ops->get_trend = NULL; in thermal_zone_of_sensor_unregister() 647 * API. It will also silent the zone by remove the .get_temp() and .get_trend()
|
H A D | db8500_thermal.c | 88 .get_trend = db8500_thermal_get_trend,
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | thermal.h | 78 int (*get_trend) (struct thermal_zone_device *, int, member 299 * @get_trend: a pointer to a function that reads the sensor temperature trend. 310 int (*get_trend)(void *, int, enum thermal_trend *); member
|
/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlxsw/ |
H A D | core_thermal.c | 378 .get_trend = mlxsw_thermal_trend_get, 550 .get_trend = mlxsw_thermal_module_trend_get, 587 .get_trend = mlxsw_thermal_module_trend_get,
|
/kernel/linux/linux-5.10/drivers/thermal/ti-soc-thermal/ |
H A D | ti-thermal-common.c | 142 .get_trend = __ti_thermal_get_trend,
|
/kernel/linux/linux-6.6/drivers/thermal/ti-soc-thermal/ |
H A D | ti-thermal-common.c | 139 .get_trend = __ti_thermal_get_trend,
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | thermal.h | 83 int (*get_trend) (struct thermal_zone_device *, member
|
/kernel/linux/linux-5.10/drivers/thermal/qcom/ |
H A D | tsens.c | 870 if (priv->ops->get_trend) in tsens_get_trend() 871 return priv->ops->get_trend(s, trend); in tsens_get_trend() 933 .get_trend = tsens_get_trend,
|
H A D | tsens.h | 66 * @get_trend: Function to get the thermal/temp trend 78 int (*get_trend)(struct tsens_sensor *s, enum thermal_trend *trend); member
|
/kernel/linux/linux-6.6/drivers/acpi/ |
H A D | thermal.c | 651 .get_trend = thermal_get_trend,
|
/kernel/linux/linux-5.10/drivers/acpi/ |
H A D | thermal.c | 808 .get_trend = thermal_get_trend,
|
/kernel/linux/linux-5.10/drivers/thermal/tegra/ |
H A D | soctherm.c | 719 .get_trend = tegra_thermctl_get_trend,
|
Completed in 17 milliseconds