Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/hid/
Dhid-thingm.c48 struct thingm_rgb *rgb;
54 struct thingm_rgb { struct
71 struct thingm_rgb *rgb; argument
123 static int thingm_write_color(struct thingm_rgb *rgb) in thingm_write_color()
136 struct thingm_rgb *rgb = container_of(work, struct thingm_rgb, work); in thingm_work()
155 static int thingm_init_rgb(struct thingm_rgb *rgb) in thingm_init_rgb()
209 static void thingm_remove_rgb(struct thingm_rgb *rgb) in thingm_remove_rgb()
258 sizeof(struct thingm_rgb) * tdev->fwinfo->numrgb, in thingm_probe()
266 struct thingm_rgb *rgb = tdev->rgb + i; in thingm_probe()