Searched refs:n_leds (Results 1 – 1 of 1) sorted by relevance
62 int n_leds; member71 .n_leds = 4,77 .n_leds = 8,83 .n_leds = 16,300 if (!count || count > chip->n_leds) in pca963x_dt_init()304 chip->n_leds, sizeof(struct led_info), GFP_KERNEL); in pca963x_dt_init()314 if ((res != 0) || (reg >= chip->n_leds)) in pca963x_dt_init()328 pdata->leds.num_leds = chip->n_leds; in pca963x_dt_init()400 pdata->leds.num_leds > chip->n_leds)) { in pca963x_probe()402 chip->n_leds); in pca963x_probe()[all …]