Searched refs:get_trip_hyst (Results 1 – 8 of 8) sorted by relevance
/Linux-v4.19/drivers/thermal/ |
D | gov_bang_bang.c | 33 if (!tz->ops->get_trip_hyst) { in thermal_zone_trip_update() 38 tz->ops->get_trip_hyst(tz, trip, &trip_hyst); in thermal_zone_trip_update()
|
D | thermal_helpers.c | 125 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()
|
D | thermal_sysfs.c | 207 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()
|
D | of-thermal.c | 376 .get_trip_hyst = of_thermal_get_trip_hyst,
|
/Linux-v4.19/drivers/thermal/int340x_thermal/ |
D | int340x_thermal_zone.c | 145 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-v4.19/include/linux/ |
D | thermal.h | 108 int (*get_trip_hyst) (struct thermal_zone_device *, int, int *); member
|
/Linux-v4.19/drivers/platform/x86/ |
D | acerhdf.c | 493 .get_trip_hyst = acerhdf_get_trip_hyst,
|
/Linux-v4.19/drivers/thermal/samsung/ |
D | exynos_tmu.c | 325 ret = tzd->ops->get_trip_hyst(tzd, i, &hyst); in exynos_tmu_initialize()
|