Home
last modified time | relevance | path

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

/linux-4.4.14/include/linux/
Dthermal.h110 int (*set_trip_hyst) (struct thermal_zone_device *, int, int); member
/linux-4.4.14/drivers/thermal/
Dthermal_core.c737 if (!tz->ops->set_trip_hyst) in trip_point_hyst_store()
751 ret = tz->ops->set_trip_hyst(tz, trip, temperature); in trip_point_hyst_store()
1741 if (tz->ops->set_trip_hyst) { in create_trip_attrs()
Dof-thermal.c390 .set_trip_hyst = of_thermal_set_trip_hyst,