Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/thermal/
Dthermal_sysfs.c177 if (!tz->ops->set_trip_hyst) in trip_point_hyst_store()
191 ret = tz->ops->set_trip_hyst(tz, trip, temperature); in trip_point_hyst_store()
590 if (tz->ops->set_trip_hyst) { in create_trip_attrs()
Dof-thermal.c377 .set_trip_hyst = of_thermal_set_trip_hyst,
/Linux-v4.19/include/linux/
Dthermal.h109 int (*set_trip_hyst) (struct thermal_zone_device *, int, int); member