Lines Matching defs:max77693_led_device
75 struct max77693_led_device { struct
77 struct regmap *regmap;
79 struct platform_device *pdev;
81 struct mutex lock;
84 struct max77693_sub_led sub_leds[2];
87 u32 iout_torch_max[2];
89 u32 iout_flash_max[2];
92 unsigned int current_flash_timeout;
94 u8 torch_iout_reg;
96 unsigned int mode_flags;
98 int strobing_sub_led_id;
100 u8 fled_mask;
102 u8 allowed_modes;
126 static inline struct max77693_led_device *sub_led_to_led( in sub_led_to_led() argument