Lines Matching defs:attrs
333 struct device_attribute *attrs,
339 for (j = 0; attrs[j].attr.name != NULL; j++)
340 group->attrs[j] = &attrs[j].attr;
346 group->attrs[j++] = &attr->attr;
349 group->attrs[j] = NULL;
352 group->group.attrs = group->attrs;
714 BUILD_BUG_ON(ARRAY_SIZE(unit->attribute_group.attrs) <
1038 BUILD_BUG_ON(ARRAY_SIZE(device->attribute_group.attrs) <