| /linux/drivers/platform/chrome/ |
| H A D | chromeos_acpi.c | 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, \ [all …]
|
| /linux/drivers/pinctrl/cix/ |
| H A D | pinctrl-sky1.h | 29 .func_group = _func##_group, \ 30 .nfunc = ARRAY_SIZE(_func##_group), \
|
| /linux/net/mac80211/ |
| H A D | rc80211_minstrel_ht.h | 65 #define MI_RATE(_group, _idx) \ argument 66 (FIELD_PREP(MI_RATE_GROUP_MASK, _group) | \
|
| /linux/drivers/infiniband/core/ |
| H A D | cm.c | 4283 #define CM_COUNTER_ATTR(_name, _group, _index) \ argument 4286 .group = _group, .index = _index \ 4289 #define CM_COUNTER_GROUP(_group, _name) \ argument 4290 static struct cm_counter_attribute cm_counter_attr_##_group[] = { \ 4291 CM_COUNTER_ATTR(req, _group, CM_REQ_COUNTER), \ 4292 CM_COUNTER_ATTR(mra, _group, CM_MRA_COUNTER), \ 4293 CM_COUNTER_ATTR(rej, _group, CM_REJ_COUNTER), \ 4294 CM_COUNTER_ATTR(rep, _group, CM_REP_COUNTER), \ 4295 CM_COUNTER_ATTR(rtu, _group, CM_RTU_COUNTER), \ 4296 CM_COUNTER_ATTR(dreq, _group, CM_DREQ_COUNTER), \ [all …]
|
| /linux/drivers/mfd/ |
| H A D | max8997-irq.c | 54 #define DECLARE_IRQ(idx, _group, _mask) \ argument 55 [(idx)] = { .group = (_group), .mask = (_mask) }
|
| /linux/include/linux/ |
| H A D | sysfs.h | 286 &_name##_group, \ 291 static const struct attribute_group _name##_group = { \ 302 static const struct attribute_group _name##_group = { \
|
| /linux/drivers/gpu/drm/qxl/ |
| H A D | qxl_dev.h | 807 #define QXL_SET_IMAGE_ID(image, _group, _unique) { \ argument 808 (image)->descriptor.id = (((uint64_t)_unique) << 32) | _group; \
|
| /linux/fs/nilfs2/ |
| H A D | sysfs.c | 66 static int nilfs_sysfs_create_##name##_group(struct the_nilfs *nilfs) \ 85 static void nilfs_sysfs_delete_##name##_group(struct the_nilfs *nilfs) \
|
| /linux/drivers/pinctrl/ |
| H A D | pinctrl-bm1880.c | 653 .groups = fname##_group, \ 654 .ngroups = ARRAY_SIZE(fname##_group), \
|
| /linux/fs/ext4/ |
| H A D | mballoc-test.c | 31 #define MBT_GRP_CTX(_sb, _group) (&MBT_CTX(_sb)->grp_ctx[_group]) argument
|
| /linux/drivers/ptp/ |
| H A D | ptp_ocp.c | 3180 #define EXT_ATTR_RO(_group, _name, _val) \ argument 3181 struct dev_ext_attribute dev_attr_##_group##_val##_##_name = \ 3183 #define EXT_ATTR_RW(_group, _name, _val) \ argument 3184 struct dev_ext_attribute dev_attr_##_group##_val##_##_name = \ 3729 fb_timecard_signal##_nr##_group = { \ 3749 fb_timecard_freq##_nr##_group = { \
|
| /linux/tools/perf/Documentation/ |
| H A D | perf-stat.txt | 528 appending '_group' to it and this will increase accuracy compared to
|