Searched refs:trip_attrs (Results 1 – 3 of 3) sorted by relevance
87 trip_attrs._attr_.attr); \407 struct thermal_trip_attrs *trip_attrs = &td->trip_attrs; in create_trip_attrs() local414 trip_attrs->type.attr.attr.name = trip_attrs->type.name; in create_trip_attrs()415 trip_attrs->type.attr.attr.mode = S_IRUGO; in create_trip_attrs()417 attrs[i] = &trip_attrs->type.attr.attr; in create_trip_attrs()424 trip_attrs->temp.attr.attr.name = trip_attrs->temp.name; in create_trip_attrs()425 trip_attrs->temp.attr.attr.mode = S_IRUGO; in create_trip_attrs()428 trip_attrs->temp.attr.attr.mode |= S_IWUSR; in create_trip_attrs()437 trip_attrs->hyst.attr.attr.name = trip_attrs->hyst.name; in create_trip_attrs()438 trip_attrs->hyst.attr.attr.mode = S_IRUGO; in create_trip_attrs()[all …]
31 struct thermal_trip_attrs trip_attrs; member
510 static struct sensor_template trip_attrs[] = { variable715 res = register_attrs(resource, trip_attrs); in setup_attrs()
Completed in 12 milliseconds