n_leds             61 drivers/leds/leds-pca963x.c 	int			n_leds;
n_leds             70 drivers/leds/leds-pca963x.c 		.n_leds		= 4,
n_leds             76 drivers/leds/leds-pca963x.c 		.n_leds		= 8,
n_leds             82 drivers/leds/leds-pca963x.c 		.n_leds		= 16,
n_leds            289 drivers/leds/leds-pca963x.c 	if (!count || count > chip->n_leds)
n_leds            293 drivers/leds/leds-pca963x.c 			chip->n_leds, sizeof(struct led_info), GFP_KERNEL);
n_leds            303 drivers/leds/leds-pca963x.c 		if ((res != 0) || (reg >= chip->n_leds))
n_leds            321 drivers/leds/leds-pca963x.c 	pdata->leds.num_leds = chip->n_leds;
n_leds            378 drivers/leds/leds-pca963x.c 				 pdata->leds.num_leds > chip->n_leds)) {
n_leds            380 drivers/leds/leds-pca963x.c 								chip->n_leds);
n_leds            388 drivers/leds/leds-pca963x.c 	pca963x = devm_kcalloc(&client->dev, chip->n_leds, sizeof(*pca963x),
n_leds            401 drivers/leds/leds-pca963x.c 	for (i = 0; i < chip->n_leds / 4; i++)
n_leds            404 drivers/leds/leds-pca963x.c 	for (i = 0; i < chip->n_leds; i++) {
n_leds            467 drivers/leds/leds-pca963x.c 	for (i = 0; i < pca963x->chipdef->n_leds; i++)