Lines Matching refs:max77693_led_device

75 struct max77693_led_device {  struct
126 static inline struct max77693_led_device *sub_led_to_led( in sub_led_to_led() argument
129 return container_of(sub_led, struct max77693_led_device, in sub_led_to_led()
143 static inline bool max77693_fled_used(struct max77693_led_device *led, in max77693_fled_used()
151 static int max77693_set_mode_reg(struct max77693_led_device *led, u8 mode) in max77693_set_mode_reg()
183 static int max77693_add_mode(struct max77693_led_device *led, u8 mode) in max77693_add_mode()
223 static int max77693_clear_mode(struct max77693_led_device *led, in max77693_clear_mode()
235 static void max77693_add_allowed_modes(struct max77693_led_device *led, in max77693_add_allowed_modes()
245 static void max77693_distribute_currents(struct max77693_led_device *led, in max77693_distribute_currents()
269 static int max77693_set_torch_current(struct max77693_led_device *led, in max77693_set_torch_current()
295 static int max77693_set_flash_current(struct max77693_led_device *led, in max77693_set_flash_current()
323 static int max77693_set_timeout(struct max77693_led_device *led, u32 microsec) in max77693_set_timeout()
340 static int max77693_get_strobe_status(struct max77693_led_device *led, in max77693_get_strobe_status()
358 struct max77693_led_device *led = sub_led_to_led(sub_led); in max77693_get_flash_faults()
393 static int max77693_setup(struct max77693_led_device *led, in max77693_setup()
469 struct max77693_led_device *led = sub_led_to_led(sub_led); in max77693_led_brightness_set()
507 struct max77693_led_device *led = sub_led_to_led(sub_led); in max77693_led_flash_brightness_set()
522 struct max77693_led_device *led = sub_led_to_led(sub_led); in max77693_led_flash_strobe_set()
568 struct max77693_led_device *led = sub_led_to_led(sub_led); in max77693_led_flash_strobe_get()
590 struct max77693_led_device *led = sub_led_to_led(sub_led); in max77693_led_flash_timeout_set()
599 static int max77693_led_parse_dt(struct max77693_led_device *led, in max77693_led_parse_dt()
708 static void max77693_align_iout_current(struct max77693_led_device *led, in max77693_align_iout_current()
731 static void max77693_led_validate_configuration(struct max77693_led_device *led, in max77693_led_validate_configuration()
767 static int max77693_led_get_configuration(struct max77693_led_device *led, in max77693_led_get_configuration()
799 struct max77693_led_device *led = sub_led_to_led(sub_led); in max77693_init_flash_settings()
829 struct max77693_led_device *led = sub_led_to_led(sub_led); in max77693_led_external_strobe_set()
849 struct max77693_led_device *led = sub_led_to_led(sub_led); in max77693_init_v4l2_flash_config()
889 struct max77693_led_device *led = sub_led_to_led(sub_led); in max77693_init_fled_cdev()
919 struct max77693_led_device *led = sub_led_to_led(sub_led); in max77693_register_led()
952 struct max77693_led_device *led; in max77693_led_probe()
1024 struct max77693_led_device *led = platform_get_drvdata(pdev); in max77693_led_remove()