Home
last modified time | relevance | path

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

/linux-6.15/drivers/hid/
H A Dwacom_sys.c1068 #define DEVICE_LED_SELECT_ATTR(SET_ID) \ argument
1072 return wacom_led_select_store(dev, SET_ID, buf, count); \
1080 wacom->led.groups[SET_ID].select); \
1083 wacom_led##SET_ID##_select_show, \
1084 wacom_led##SET_ID##_select_store)
1898 #define DEVICE_EKR_ATTR_GROUP(SET_ID) \ argument
1902 return wacom_show_remote_mode(kobj, kattr, buf, SET_ID); \
1904 static struct kobj_attribute remote##SET_ID##_mode_attr = { \
1907 .show = wacom_show_remote##SET_ID##_mode, \
1910 &remote##SET_ID##_mode_attr.attr, \
[all …]