Lines Matching defs:group
32 * @group: event interface sysfs attribute group
41 struct attribute_group group;
511 ev_int->group.name = iio_event_group_name;
512 ev_int->group.attrs = kcalloc(attrcount + 1,
513 sizeof(ev_int->group.attrs[0]),
515 if (ev_int->group.attrs == NULL) {
520 memcpy(ev_int->group.attrs,
522 sizeof(ev_int->group.attrs[0]) * attrcount_orig);
526 ev_int->group.attrs[attrn++] = &p->dev_attr.attr;
527 indio_dev->groups[indio_dev->groupcounter++] = &ev_int->group;
562 kfree(ev_int->group.attrs);