Home
last modified time | relevance | path

Searched refs:get_trip_hyst (Results 1 – 9 of 9) sorted by relevance

/Linux-v5.4/drivers/thermal/
Dgov_bang_bang.c23 if (!tz->ops->get_trip_hyst) { in thermal_zone_trip_update()
28 tz->ops->get_trip_hyst(tz, trip, &trip_hyst); in thermal_zone_trip_update()
Dthermal_helpers.c125 if (!tz->ops->set_trips || !tz->ops->get_trip_hyst) in thermal_zone_set_trips()
132 tz->ops->get_trip_hyst(tz, i, &hysteresis); in thermal_zone_set_trips()
Dthermal_sysfs.c207 if (!tz->ops->get_trip_hyst) in trip_point_hyst_show()
213 ret = tz->ops->get_trip_hyst(tz, trip, &temperature); in trip_point_hyst_show()
530 if (tz->ops->get_trip_hyst) { in create_trip_attrs()
545 if (tz->ops->get_trip_hyst) in create_trip_attrs()
580 if (!tz->ops->get_trip_hyst) in create_trip_attrs()
618 if (tz->ops->get_trip_hyst) in destroy_trip_attrs()
Dof-thermal.c402 .get_trip_hyst = of_thermal_get_trip_hyst,
/Linux-v5.4/drivers/thermal/intel/int340x_thermal/
Dint340x_thermal_zone.c136 if (d->override_ops && d->override_ops->get_trip_hyst) in int340x_thermal_get_trip_hyst()
137 return d->override_ops->get_trip_hyst(zone, trip, temp); in int340x_thermal_get_trip_hyst()
153 .get_trip_hyst = int340x_thermal_get_trip_hyst,
/Linux-v5.4/drivers/net/ethernet/mellanox/mlxsw/
Dcore_thermal.c415 .get_trip_hyst = mlxsw_thermal_get_trip_hyst,
604 .get_trip_hyst = mlxsw_thermal_module_trip_hyst_get,
643 .get_trip_hyst = mlxsw_thermal_module_trip_hyst_get,
/Linux-v5.4/include/linux/
Dthermal.h108 int (*get_trip_hyst) (struct thermal_zone_device *, int, int *); member
/Linux-v5.4/drivers/platform/x86/
Dacerhdf.c492 .get_trip_hyst = acerhdf_get_trip_hyst,
/Linux-v5.4/drivers/thermal/samsung/
Dexynos_tmu.c311 ret = tzd->ops->get_trip_hyst(tzd, i, &hyst); in exynos_tmu_initialize()