Searched refs:trip_attrs (Results 1 – 2 of 2) sorted by relevance
87 trip_attrs._attr_.attr); \398 struct thermal_trip_attrs *trip_attrs = &td->trip_attrs; in create_trip_attrs() local405 trip_attrs->type.attr.attr.name = trip_attrs->type.name; in create_trip_attrs()406 trip_attrs->type.attr.attr.mode = S_IRUGO; in create_trip_attrs()408 attrs[i] = &trip_attrs->type.attr.attr; in create_trip_attrs()415 trip_attrs->temp.attr.attr.name = trip_attrs->temp.name; in create_trip_attrs()416 trip_attrs->temp.attr.attr.mode = S_IRUGO; in create_trip_attrs()419 trip_attrs->temp.attr.attr.mode |= S_IWUSR; in create_trip_attrs()428 trip_attrs->hyst.attr.attr.name = trip_attrs->hyst.name; in create_trip_attrs()429 trip_attrs->hyst.attr.attr.mode = S_IRUGO; in create_trip_attrs()[all …]
33 struct thermal_trip_attrs trip_attrs; member