Lines Matching refs:wacom_led
1054 static ssize_t wacom_led##SET_ID##_select_store(struct device *dev, \
1059 static ssize_t wacom_led##SET_ID##_select_show(struct device *dev, \
1068 wacom_led##SET_ID##_select_show, \
1069 wacom_led##SET_ID##_select_store)
1300 enum led_brightness wacom_leds_brightness_get(struct wacom_led *led) in wacom_leds_brightness_get()
1316 struct wacom_led *led = container_of(cdev, struct wacom_led, cdev); in __wacom_led_brightness_get()
1328 struct wacom_led *led = container_of(cdev, struct wacom_led, cdev); in wacom_led_brightness_set()
1359 struct wacom_led *led, unsigned int group, in wacom_led_register_one()
1424 struct wacom_led *leds; in wacom_led_groups_alloc_and_register_one()
1433 leds = devm_kcalloc(dev, count, sizeof(struct wacom_led), GFP_KERNEL); in wacom_led_groups_alloc_and_register_one()
1475 struct wacom_led *wacom_led_find(struct wacom *wacom, unsigned int group_id, in wacom_led_find()
1499 struct wacom_led *wacom_led_next(struct wacom *wacom, struct wacom_led *cur) in wacom_led_next()
1501 struct wacom_led *next_led; in wacom_led_next()