Home
last modified time | relevance | path

Searched refs:bd2802_attributes (Results 1 – 1 of 1) sorted by relevance

/linux-4.1.27/drivers/leds/
Dleds-bd2802.c515 static struct device_attribute *bd2802_attributes[] = { variable
711 for (i = 0; i < ARRAY_SIZE(bd2802_attributes); i++) { in bd2802_probe()
713 bd2802_attributes[i]); in bd2802_probe()
716 bd2802_attributes[i]->attr.name); in bd2802_probe()
729 device_remove_file(&led->client->dev, bd2802_attributes[i]); in bd2802_probe()
742 for (i = 0; i < ARRAY_SIZE(bd2802_attributes); i++) in bd2802_remove()
743 device_remove_file(&led->client->dev, bd2802_attributes[i]); in bd2802_remove()