Searched refs:trip_hyst_attrs (Results 1 – 2 of 2) sorted by relevance
435 tz->trip_hyst_attrs = kcalloc(tz->trips, in create_trip_attrs()436 sizeof(*tz->trip_hyst_attrs), in create_trip_attrs()438 if (!tz->trip_hyst_attrs) { in create_trip_attrs()450 kfree(tz->trip_hyst_attrs); in create_trip_attrs()490 tz->trip_hyst_attrs[indx].attr.attr.name = in create_trip_attrs()491 tz->trip_hyst_attrs[indx].name; in create_trip_attrs()492 tz->trip_hyst_attrs[indx].attr.attr.mode = S_IRUGO; in create_trip_attrs()495 tz->trip_hyst_attrs[indx].attr.attr.mode |= S_IWUSR; in create_trip_attrs()496 tz->trip_hyst_attrs[indx].attr.store = in create_trip_attrs()500 &tz->trip_hyst_attrs[indx].attr.attr; in create_trip_attrs()[all …]
153 struct thermal_attr *trip_hyst_attrs; member
Completed in 6 milliseconds