wacom_led
struct wacom_led *leds;
enum led_brightness wacom_leds_brightness_get(struct wacom_led *led);
struct wacom_led *wacom_led_find(struct wacom *wacom, unsigned int group,
struct wacom_led *wacom_led_next(struct wacom *wacom, struct wacom_led *cur);
static ssize_t wacom_led##SET_ID##_select_store(struct device *dev, \
static ssize_t wacom_led##SET_ID##_select_show(struct device *dev, \
wacom_led##SET_ID##_select_show, \
wacom_led##SET_ID##_select_store)
enum led_brightness wacom_leds_brightness_get(struct wacom_led *led)
struct wacom_led *led = container_of(cdev, struct wacom_led, cdev);
struct wacom_led *led = container_of(cdev, struct wacom_led, cdev);
struct wacom_led *led, unsigned int group,
struct wacom_led *leds;
leds = devm_kcalloc(dev, count, sizeof(struct wacom_led), GFP_KERNEL);
struct wacom_led *wacom_led_find(struct wacom *wacom, unsigned int group_id,
struct wacom_led *wacom_led_next(struct wacom *wacom, struct wacom_led *cur)
struct wacom_led *next_led;
struct wacom_led *led;
struct wacom_led *led, *next_led;