Searched defs:blinkm_data (Results 1 – 1 of 1) sorted by relevance
44 struct blinkm_data { struct45 struct i2c_client *i2c_client;46 struct mutex update_lock;50 u8 red; /* color red */51 u8 green; /* color green */52 u8 blue; /* color blue */54 u8 next_red; /* color red */59 u8 i2c_addr; /* i2c addr */62 u8 hue; /* HSB hue */65 u8 next_hue; /* HSB hue */[all …]
Completed in 14 milliseconds