Lines Matching refs:wacom_led
1022 static ssize_t wacom_led##SET_ID##_select_store(struct device *dev, \
1027 static ssize_t wacom_led##SET_ID##_select_show(struct device *dev, \
1036 wacom_led##SET_ID##_select_show, \
1037 wacom_led##SET_ID##_select_store)
1236 enum led_brightness wacom_leds_brightness_get(struct wacom_led *led) in wacom_leds_brightness_get()
1252 struct wacom_led *led = container_of(cdev, struct wacom_led, cdev); in __wacom_led_brightness_get()
1264 struct wacom_led *led = container_of(cdev, struct wacom_led, cdev); in wacom_led_brightness_set()
1295 struct wacom_led *led, unsigned int group, in wacom_led_register_one()
1360 struct wacom_led *leds; in wacom_led_groups_alloc_and_register_one()
1369 leds = devm_kcalloc(dev, count, sizeof(struct wacom_led), GFP_KERNEL); in wacom_led_groups_alloc_and_register_one()
1411 struct wacom_led *wacom_led_find(struct wacom *wacom, unsigned int group_id, in wacom_led_find()
1435 struct wacom_led *wacom_led_next(struct wacom *wacom, struct wacom_led *cur) in wacom_led_next()
1437 struct wacom_led *next_led; in wacom_led_next()