Lines Matching refs:_group
25 #define GPIO_ATTR_GROUP(_group, _name, _num) \ argument
45 static struct device_attribute dev_attr_0_##_group = \
47 static struct device_attribute dev_attr_1_##_group = \
49 static struct device_attribute dev_attr_2_##_group = \
51 static struct device_attribute dev_attr_3_##_group = \
54 static struct attribute *attrs_##_group[] = { \
55 &dev_attr_0_##_group.attr, \
56 &dev_attr_1_##_group.attr, \
57 &dev_attr_2_##_group.attr, \
58 &dev_attr_3_##_group.attr, \
61 static const struct attribute_group attr_group_##_group = { \
64 .attrs = attrs_##_group, \