bd2802_attributes  510 drivers/leds/leds-bd2802.c static struct device_attribute *bd2802_attributes[] = {
bd2802_attributes  696 drivers/leds/leds-bd2802.c 	for (i = 0; i < ARRAY_SIZE(bd2802_attributes); i++) {
bd2802_attributes  698 drivers/leds/leds-bd2802.c 						bd2802_attributes[i]);
bd2802_attributes  701 drivers/leds/leds-bd2802.c 					bd2802_attributes[i]->attr.name);
bd2802_attributes  714 drivers/leds/leds-bd2802.c 		device_remove_file(&led->client->dev, bd2802_attributes[i]);
bd2802_attributes  727 drivers/leds/leds-bd2802.c 	for (i = 0; i < ARRAY_SIZE(bd2802_attributes); i++)
bd2802_attributes  728 drivers/leds/leds-bd2802.c 		device_remove_file(&led->client->dev, bd2802_attributes[i]);