Lines Matching defs:blinkm_data
53 struct blinkm_data { struct
54 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 */
67 u8 args[7]; /* set of args for transmission */
68 u8 i2c_addr; /* i2c addr */
69 u8 fw_ver; /* firmware version */
71 u8 hue; /* HSB hue */
72 u8 saturation; /* HSB saturation */
73 u8 brightness; /* HSB brightness */
74 u8 next_hue; /* HSB hue */
75 u8 next_saturation; /* HSB saturation */
76 u8 next_brightness; /* HSB brightness */
78 u8 fade_speed; /* fade speed 1 - 255 */
79 s8 time_adjust; /* time adjust -128 - 127 */
80 u8 fade:1; /* fade on = 1, off = 0 */
81 u8 rand:1; /* rand fade mode on = 1 */
82 u8 script_id; /* script ID */
83 u8 script_repeats; /* repeats of script */
84 u8 script_startline; /* line to start */