Home
last modified time | relevance | path

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

/openbmc/linux/drivers/leds/
H A Dleds-bd2802.c511 static struct device_attribute *bd2802_attributes[] = { variable
702 for (i = 0; i < ARRAY_SIZE(bd2802_attributes); i++) { in bd2802_probe()
704 bd2802_attributes[i]); in bd2802_probe()
707 bd2802_attributes[i]->attr.name); in bd2802_probe()
720 device_remove_file(&led->client->dev, bd2802_attributes[i]); in bd2802_probe()
733 for (i = 0; i < ARRAY_SIZE(bd2802_attributes); i++) in bd2802_remove()
734 device_remove_file(&led->client->dev, bd2802_attributes[i]); in bd2802_remove()