Searched defs:lm3601x_led (Results 1 – 1 of 1) sorted by relevance
85 struct lm3601x_led { struct86 struct led_classdev_flash fled_cdev;87 struct i2c_client *client;88 struct regmap *regmap;89 struct mutex lock;91 unsigned int flash_timeout;92 unsigned int last_flag;94 u32 torch_current_max;95 u32 flash_current_max;96 u32 max_flash_timeout;[all …]