Searched defs:blinkm_data (Results 1 – 1 of 1) sorted by relevance
33 struct blinkm_data { struct34 struct i2c_client *i2c_client;35 struct mutex update_lock;37 struct blinkm_led blinkm_leds[3];39 u8 red; /* color red */40 u8 green; /* color green */41 u8 blue; /* color blue */43 u8 next_red; /* color red */44 u8 next_green; /* color green */45 u8 next_blue; /* color blue */[all …]