Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/thermal/
Dthermal_trip.c131 if (!tz->ops->set_trip_temp && !tz->ops->set_trip_hyst && !tz->trips) in thermal_zone_set_trip()
147 if (t.hysteresis != trip->hysteresis && tz->ops->set_trip_hyst) { in thermal_zone_set_trip()
148 ret = tz->ops->set_trip_hyst(tz, trip_id, trip->hysteresis); in thermal_zone_set_trip()
Dthermal_sysfs.c509 if (tz->ops->set_trip_hyst) { in create_trip_attrs()
/Linux-v6.6/include/linux/
Dthermal.h80 int (*set_trip_hyst) (struct thermal_zone_device *, int, int); member