Searched defs:blinkm_data (Results 1 – 1 of 1) sorted by relevance
53 struct blinkm_data { struct54 struct i2c_client *i2c_client;55 struct mutex update_lock;57 struct blinkm_led blinkm_leds[3];59 u8 red; /* color red */60 u8 green; /* color green */61 u8 blue; /* color blue */63 u8 next_red; /* color red */64 u8 next_green; /* color green */65 u8 next_blue; /* color blue */[all …]