Home
last modified time | relevance | path

Searched refs:max77693_fled_used (Results 1 – 1 of 1) sorted by relevance

/Linux-v4.19/drivers/leds/
Dleds-max77693.c143 static inline bool max77693_fled_used(struct max77693_led_device *led, in max77693_fled_used() function
412 first_led = max77693_fled_used(led, FLED1) ? FLED1 : FLED2; in max77693_setup()
413 last_led = max77693_fled_used(led, FLED2) ? FLED2 : FLED1; in max77693_setup()
448 if (max77693_fled_used(led, FLED1) && max77693_fled_used(led, FLED2)) in max77693_setup()
686 (max77693_fled_used(led, FLED1) && in max77693_led_parse_dt()
687 max77693_fled_used(led, FLED2))) { in max77693_led_parse_dt()
725 if (max77693_fled_used(led, i)) in max77693_align_iout_current()
739 max77693_fled_used(led, FLED1) && max77693_fled_used(led, FLED2)) in max77693_led_validate_configuration()
979 led->iout_joint || max77693_fled_used(led, FLED1); in max77693_led_probe()
981 !led->iout_joint && max77693_fled_used(led, FLED2); in max77693_led_probe()
[all …]