Searched defs:lp8860_led (Results 1 – 1 of 1) sorted by relevance
104 struct lp8860_led { struct105 struct mutex lock;106 struct work_struct work;107 struct i2c_client *client;108 struct led_classdev led_dev;109 struct regmap *regmap;110 struct regmap *eeprom_regmap;111 struct gpio_desc *enable_gpio;112 struct regulator *regulator;113 enum led_brightness brightness;[all …]