Lines Matching defs:max77693_led_device
78 struct max77693_led_device { struct
80 struct regmap *regmap;
82 struct platform_device *pdev;
84 struct mutex lock;
87 struct max77693_sub_led sub_leds[2];
90 u32 iout_torch_max[2];
92 u32 iout_flash_max[2];
95 unsigned int current_flash_timeout;
97 u8 torch_iout_reg;
99 unsigned int mode_flags;
101 int strobing_sub_led_id;
103 u8 fled_mask;
105 u8 allowed_modes;
129 static inline struct max77693_led_device *sub_led_to_led( in sub_led_to_led() argument