Searched refs:_group (Results 1 – 4 of 4) sorted by relevance
68 #define DECLARE_IRQ(idx, _group, _mask) \ argument69 [(idx)] = { .group = (_group), .mask = (_mask) }
132 &_name##_group, \137 static const struct attribute_group _name##_group = { \
810 #define QXL_SET_IMAGE_ID(image, _group, _unique) { \ argument811 (image)->descriptor.id = (((uint64_t)_unique) << 32) | _group; \
90 static int nilfs_sysfs_create_##name##_group(struct the_nilfs *nilfs) \109 static void nilfs_sysfs_delete_##name##_group(struct the_nilfs *nilfs) \