Lines Matching defs:max77693_led_device
72 struct max77693_led_device { struct
74 struct regmap *regmap;
76 struct platform_device *pdev;
78 struct mutex lock;
81 struct max77693_sub_led sub_leds[2];
84 u32 iout_torch_max[2];
86 u32 iout_flash_max[2];
89 unsigned int current_flash_timeout;
91 u8 torch_iout_reg;
93 unsigned int mode_flags;
95 int strobing_sub_led_id;
97 u8 fled_mask;
99 u8 allowed_modes;
123 static inline struct max77693_led_device *sub_led_to_led( in sub_led_to_led() argument