Home
last modified time | relevance | path

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

/linux-4.4.14/include/linux/
Dthermal.h144 struct thermal_attr { struct
190 struct thermal_attr *trip_temp_attrs;
191 struct thermal_attr *trip_type_attrs;
192 struct thermal_attr *trip_hyst_attrs;
/linux-4.4.14/drivers/thermal/
Dthermal_core.c1675 int size = sizeof(struct thermal_attr) * tz->trips; in create_trip_attrs()