Home
last modified time | relevance | path

Searched defs:blinkm_data (Results 1 – 1 of 1) sorted by relevance

/Linux-v4.19/drivers/leds/
Dleds-blinkm.c46 struct blinkm_data { struct
47 struct i2c_client *i2c_client;
48 struct mutex update_lock;
50 struct blinkm_led blinkm_leds[3];
52 u8 red; /* color red */
53 u8 green; /* color green */
54 u8 blue; /* color blue */
56 u8 next_red; /* color red */
57 u8 next_green; /* color green */
58 u8 next_blue; /* color blue */
[all …]