Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/leds/
Dleds-blinkm.c44 struct blinkm_data { struct
45 struct i2c_client *i2c_client;
46 struct mutex update_lock;
48 struct blinkm_led blinkm_leds[NUM_LEDS];
50 u8 red; /* color red */
51 u8 green; /* color green */
52 u8 blue; /* color blue */
54 u8 next_red; /* color red */
55 u8 next_green; /* color green */
56 u8 next_blue; /* color blue */
[all …]