Searched refs:max77693_fled_used (Results 1 – 1 of 1) sorted by relevance
| /linux-4.4.14/drivers/leds/ |
| D | leds-max77693.c | 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() [all …]
|