Lines Matching refs:SET_ID
1058 #define DEVICE_LED_SELECT_ATTR(SET_ID) \ argument
1059 static ssize_t wacom_led##SET_ID##_select_store(struct device *dev, \
1062 return wacom_led_select_store(dev, SET_ID, buf, count); \
1064 static ssize_t wacom_led##SET_ID##_select_show(struct device *dev, \
1070 wacom->led.groups[SET_ID].select); \
1072 static DEVICE_ATTR(status_led##SET_ID##_select, DEV_ATTR_RW_PERM, \
1073 wacom_led##SET_ID##_select_show, \
1074 wacom_led##SET_ID##_select_store)
1835 #define DEVICE_EKR_ATTR_GROUP(SET_ID) \ argument
1836 static ssize_t wacom_show_remote##SET_ID##_mode(struct kobject *kobj, \
1839 return wacom_show_remote_mode(kobj, kattr, buf, SET_ID); \
1841 static struct kobj_attribute remote##SET_ID##_mode_attr = { \
1844 .show = wacom_show_remote##SET_ID##_mode, \
1846 static struct attribute *remote##SET_ID##_serial_attrs[] = { \
1847 &remote##SET_ID##_mode_attr.attr, \
1850 static struct attribute_group remote##SET_ID##_serial_group = { \
1852 .attrs = remote##SET_ID##_serial_attrs, \