Home
last modified time | relevance | path

Searched refs:thermal_attr (Results 1 – 2 of 2) sorted by relevance

/linux-4.1.27/include/linux/
Dthermal.h134 struct thermal_attr { struct
181 struct thermal_attr *trip_temp_attrs;
182 struct thermal_attr *trip_type_attrs;
183 struct thermal_attr *trip_hyst_attrs;
/linux-4.1.27/drivers/thermal/
Dthermal_core.c1367 int size = sizeof(struct thermal_attr) * tz->trips; in create_trip_attrs()