Lines Matching refs:wacom_led
1057 static ssize_t wacom_led##SET_ID##_select_store(struct device *dev, \
1062 static ssize_t wacom_led##SET_ID##_select_show(struct device *dev, \
1071 wacom_led##SET_ID##_select_show, \
1072 wacom_led##SET_ID##_select_store)
1271 enum led_brightness wacom_leds_brightness_get(struct wacom_led *led) in wacom_leds_brightness_get()
1287 struct wacom_led *led = container_of(cdev, struct wacom_led, cdev); in __wacom_led_brightness_get()
1299 struct wacom_led *led = container_of(cdev, struct wacom_led, cdev); in wacom_led_brightness_set()
1330 struct wacom_led *led, unsigned int group, in wacom_led_register_one()
1395 struct wacom_led *leds; in wacom_led_groups_alloc_and_register_one()
1404 leds = devm_kcalloc(dev, count, sizeof(struct wacom_led), GFP_KERNEL); in wacom_led_groups_alloc_and_register_one()
1446 struct wacom_led *wacom_led_find(struct wacom *wacom, unsigned int group_id, in wacom_led_find()
1470 struct wacom_led *wacom_led_next(struct wacom *wacom, struct wacom_led *cur) in wacom_led_next()
1472 struct wacom_led *next_led; in wacom_led_next()