tca_leds          694 drivers/leds/leds-tca6507.c 	struct led_info *tca_leds;
tca_leds          701 drivers/leds/leds-tca6507.c 	tca_leds = devm_kcalloc(&client->dev,
tca_leds          703 drivers/leds/leds-tca6507.c 	if (!tca_leds)
tca_leds          722 drivers/leds/leds-tca6507.c 		tca_leds[reg] = led;
tca_leds          729 drivers/leds/leds-tca6507.c 	pdata->leds.leds = tca_leds;
tca_leds          822 drivers/leds/leds-tca6507.c 	struct tca6507_led *tca_leds = tca->leds;
tca_leds          825 drivers/leds/leds-tca6507.c 		if (tca_leds[i].led_cdev.name)
tca_leds          826 drivers/leds/leds-tca6507.c 			led_classdev_unregister(&tca_leds[i].led_cdev);