Home
last modified time | relevance | path

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

/linux/drivers/video/backlight/
H A Dlm3509_bl.c166 int valid_led_sources; in lm3509_parse_dt_node() local
180 valid_led_sources = BIT(LM3509_SINK_MAIN) | in lm3509_parse_dt_node()
183 valid_led_sources = BIT(LM3509_SINK_SUB); in lm3509_parse_dt_node()
185 if (ld->led_sources != (ld->led_sources & valid_led_sources)) in lm3509_parse_dt_node()