Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/thermal/int340x_thermal/
Dint340x_thermal_zone.c145 if (d->override_ops && d->override_ops->get_trip_hyst) in int340x_thermal_get_trip_hyst()
146 return d->override_ops->get_trip_hyst(zone, trip, temp); in int340x_thermal_get_trip_hyst()
162 .get_trip_hyst = int340x_thermal_get_trip_hyst,
/linux-4.4.14/drivers/thermal/
Dgov_bang_bang.c32 tz->ops->get_trip_hyst(tz, trip, &trip_hyst); in thermal_zone_trip_update()
Dthermal_core.c764 if (!tz->ops->get_trip_hyst) in trip_point_hyst_show()
770 ret = tz->ops->get_trip_hyst(tz, trip, &temperature); in trip_point_hyst_show()
1687 if (tz->ops->get_trip_hyst) { in create_trip_attrs()
1731 if (!tz->ops->get_trip_hyst) in create_trip_attrs()
1762 if (tz->ops->get_trip_hyst) in remove_trip_attrs()
Dof-thermal.c389 .get_trip_hyst = of_thermal_get_trip_hyst,
/linux-4.4.14/include/linux/
Dthermal.h109 int (*get_trip_hyst) (struct thermal_zone_device *, int, int *); member
/linux-4.4.14/drivers/platform/x86/
Dacerhdf.c493 .get_trip_hyst = acerhdf_get_trip_hyst,
/linux-4.4.14/drivers/thermal/samsung/
Dexynos_tmu.c592 tz->ops->get_trip_hyst(tz, i, &temp_hist); in exynos5433_tmu_initialize()
711 tz->ops->get_trip_hyst(tz, i, &temp_hist); in exynos7_tmu_initialize()