Lines Matching refs:num_leds
80 int num_leds; member
84 .num_leds = 1,
88 .num_leds = 3,
92 .num_leds = 6,
96 .num_leds = 9,
131 for (i = 0; i < is31->cdef->num_leds; i++) { in is31fl319x_brightness_set()
227 if (!count || count > is31->cdef->num_leds) { in is31fl319x_parse_dt()
229 is31->cdef->num_leds); in is31fl319x_parse_dt()
243 if (reg < 1 || reg > is31->cdef->num_leds) { in is31fl319x_parse_dt()
387 for (i = 0; i < is31->cdef->num_leds; i++) in is31fl319x_probe()
396 for (i = 0; i < is31->cdef->num_leds; i++) { in is31fl319x_probe()