Lines Matching defs:group

30  * @l:		node to add Counter attribute to attribute group list
48 * struct counter_attribute_group - container for attribute group
49 * @name: name of the attribute group
533 struct counter_attribute_group *const group,
561 list_add(&counter_attr->l, &group->attr_list);
562 group->num_attr++;
568 struct counter_attribute_group *const group,
659 list_add(&counter_attr->l, &group->attr_list);
660 group->num_attr++;
668 return counter_avail_attr_create(dev, group, comp, parent);
681 struct counter_attribute_group *const group,
700 list_add(&counter_attr->l, &group->attr_list);
701 group->num_attr++;
715 struct counter_attribute_group *const group,
740 list_add(&counter_attr->l, &group->attr_list);
741 group->num_attr++;
747 struct counter_attribute_group *const group,
755 err = counter_attr_create(dev, group, ext, scope, parent);
760 return counter_comp_id_attr_create(dev, group, ext->name, id);
764 struct counter_attribute_group *const group,
793 err = counter_ext_attrs_create(dev, group, &ext, scope, parent,
803 struct counter_attribute_group *const group,
819 err = counter_array_attrs_create(dev, group, ext, scope,
824 err = counter_ext_attrs_create(dev, group, ext, scope,
891 struct counter_attribute_group *const group,
918 err = counter_attr_create(dev, group, &comp,
924 err = counter_comp_id_attr_create(dev, group, comp.name, i);
1143 /* Allocate attribute group pointers for association with device */
1154 /* Prepare each group of attributes for association */
1166 /* Add attribute pointers to attribute group */
1171 /* Associate attribute group */