Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/thermal/
A Dthermal_trip.c151 if (!tz->ops->set_trip_temp && !tz->ops->set_trip_hyst && !tz->trips) in thermal_zone_set_trip()
167 if (t.hysteresis != trip->hysteresis && tz->ops->set_trip_hyst) { in thermal_zone_set_trip()
168 ret = tz->ops->set_trip_hyst(tz, trip_id, trip->hysteresis); in thermal_zone_set_trip()
A Dthermal_sysfs.c508 if (tz->ops->set_trip_hyst) { in create_trip_attrs()
/linux-6.3-rc2/include/linux/
A Dthermal.h70 int (*set_trip_hyst) (struct thermal_zone_device *, int, int); member

Completed in 7 milliseconds