Lines Matching defs:attrs
403 struct attribute **attrs;420 attrs = devm_kcalloc(dev, repeat * count + 1, sizeof(*attrs),422 if (attrs == NULL)430 group->attrs = attrs;448 *attrs = &a2->dev_attr.attr;458 *attrs = &a->dev_attr.attr;460 attrs++;1107 .attrs = nct6683_attributes_other,