Home
last modified time | relevance | path

Searched refs:set_trip_hyst (Results 1 – 3 of 3) sorted by relevance

/linux-4.1.27/include/linux/
Dthermal.h105 int (*set_trip_hyst) (struct thermal_zone_device *, int, member
/linux-4.1.27/drivers/thermal/
Dthermal_core.c677 if (!tz->ops->set_trip_hyst) in trip_point_hyst_store()
691 ret = tz->ops->set_trip_hyst(tz, trip, temperature); in trip_point_hyst_store()
1432 if (tz->ops->set_trip_hyst) { in create_trip_attrs()
Dof-thermal.c385 .set_trip_hyst = of_thermal_set_trip_hyst,