Home
last modified time | relevance | path

Searched refs:thermal_zone_find_by_id (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/tools/thermal/thermal-engine/
H A Dthermal-engine.c97 struct thermal_zone *tz = thermal_zone_find_by_id(td->tz, tz_id); in tz_disable()
107 struct thermal_zone *tz = thermal_zone_find_by_id(td->tz, tz_id); in tz_enable()
117 struct thermal_zone *tz = thermal_zone_find_by_id(td->tz, tz_id); in trip_high()
128 struct thermal_zone *tz = thermal_zone_find_by_id(td->tz, tz_id); in trip_low()
155 struct thermal_zone *tz = thermal_zone_find_by_id(td->tz, tz_id); in trip_change()
191 struct thermal_zone *tz = thermal_zone_find_by_id(td->tz, tz_id); in gov_change()
/openbmc/linux/tools/lib/thermal/
H A Dlibthermal.map8 thermal_zone_find_by_id;
H A Dthermal.c63 struct thermal_zone *thermal_zone_find_by_id(struct thermal_zone *tz, int id) in thermal_zone_find_by_id() function
/openbmc/linux/tools/lib/thermal/include/
H A Dthermal.h86 LIBTHERMAL_API struct thermal_zone *thermal_zone_find_by_id(struct thermal_zone *tz, int id);