Lines Matching refs:max77693_fled_used
146 static inline bool max77693_fled_used(struct max77693_led_device *led, in max77693_fled_used() function
415 first_led = max77693_fled_used(led, FLED1) ? FLED1 : FLED2; in max77693_setup()
416 last_led = max77693_fled_used(led, FLED2) ? FLED2 : FLED1; in max77693_setup()
451 if (max77693_fled_used(led, FLED1) && max77693_fled_used(led, FLED2)) in max77693_setup()
719 (max77693_fled_used(led, FLED1) && in max77693_led_parse_dt()
720 max77693_fled_used(led, FLED2))) { in max77693_led_parse_dt()
758 if (max77693_fled_used(led, i)) in max77693_align_iout_current()
772 max77693_fled_used(led, FLED1) && max77693_fled_used(led, FLED2)) in max77693_led_validate_configuration()
1014 led->iout_joint || max77693_fled_used(led, FLED1); in max77693_led_probe()
1016 !led->iout_joint && max77693_fled_used(led, FLED2); in max77693_led_probe()
1062 if (led->iout_joint || max77693_fled_used(led, FLED1)) { in max77693_led_remove()
1068 if (!led->iout_joint && max77693_fled_used(led, FLED2)) { in max77693_led_remove()