Home
last modified time | relevance | path

Searched refs:SET_ID (Results 1 – 1 of 1) sorted by relevance

/Linux-v4.19/drivers/hid/
Dwacom_sys.c1021 #define DEVICE_LED_SELECT_ATTR(SET_ID) \ argument
1022 static ssize_t wacom_led##SET_ID##_select_store(struct device *dev, \
1025 return wacom_led_select_store(dev, SET_ID, buf, count); \
1027 static ssize_t wacom_led##SET_ID##_select_show(struct device *dev, \
1033 wacom->led.groups[SET_ID].select); \
1035 static DEVICE_ATTR(status_led##SET_ID##_select, DEV_ATTR_RW_PERM, \
1036 wacom_led##SET_ID##_select_show, \
1037 wacom_led##SET_ID##_select_store)
1798 #define DEVICE_EKR_ATTR_GROUP(SET_ID) \ argument
1799 static ssize_t wacom_show_remote##SET_ID##_mode(struct kobject *kobj, \
[all …]