Home
last modified time | relevance | path

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

/drivers/hid/
Dwacom.h115 struct wacom_led { struct
128 struct wacom_led *leds; argument
236 enum led_brightness wacom_leds_brightness_get(struct wacom_led *led);
237 struct wacom_led *wacom_led_find(struct wacom *wacom, unsigned int group,
239 struct wacom_led *wacom_led_next(struct wacom *wacom, struct wacom_led *cur);
Dwacom_sys.c1057 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()
[all …]
Dwacom_wac.c3942 struct wacom_led *led; in wacom_24hd_update_leds()
3994 struct wacom_led *led, *next_led; in wacom_update_led()