Lines Matching refs:num_leds
106 int num_leds; member
212 for (i = 0; i < is31->cdef->num_leds; i++) { in is31fl3190_brightness_set()
266 for (i = 0; i < is31->cdef->num_leds; i++) { in is31fl3196_brightness_set()
308 .num_leds = 1,
319 .num_leds = 3,
330 .num_leds = 6,
341 .num_leds = 9,
412 if (!count || count > is31->cdef->num_leds) in is31fl319x_parse_fw()
415 is31->cdef->num_leds); in is31fl319x_parse_fw()
425 if (reg < 1 || reg > is31->cdef->num_leds) in is31fl319x_parse_fw()
539 for (i = 0; i < is31->cdef->num_leds; i++) in is31fl319x_probe()
552 for (i = 0; i < is31->cdef->num_leds; i++) { in is31fl319x_probe()