Lines Matching defs:attrs
415 struct attribute **attrs;432 attrs = devm_kcalloc(dev, repeat * count + 1, sizeof(*attrs),434 if (attrs == NULL)442 group->attrs = attrs;460 *attrs = &a2->dev_attr.attr;470 *attrs = &a->dev_attr.attr;472 attrs++;1108 .attrs = nct6683_attributes_other,