Searched refs:trip_hyst_attrs (Results 1 – 2 of 2) sorted by relevance
454 tz->trip_hyst_attrs = kcalloc(tz->num_trips, in create_trip_attrs()455 sizeof(*tz->trip_hyst_attrs), in create_trip_attrs()457 if (!tz->trip_hyst_attrs) { in create_trip_attrs()467 kfree(tz->trip_hyst_attrs); in create_trip_attrs()504 tz->trip_hyst_attrs[indx].attr.attr.name = in create_trip_attrs()505 tz->trip_hyst_attrs[indx].name; in create_trip_attrs()506 tz->trip_hyst_attrs[indx].attr.attr.mode = S_IRUGO; in create_trip_attrs()509 tz->trip_hyst_attrs[indx].attr.attr.mode |= S_IWUSR; in create_trip_attrs()510 tz->trip_hyst_attrs[indx].attr.store = in create_trip_attrs()514 &tz->trip_hyst_attrs[indx].attr.attr; in create_trip_attrs()[all …]
163 struct thermal_attr *trip_hyst_attrs; member
Completed in 6 milliseconds