Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/leds/
Dleds-bd2802.c514 static struct device_attribute *bd2802_attributes[] = { variable
700 for (i = 0; i < ARRAY_SIZE(bd2802_attributes); i++) { in bd2802_probe()
702 bd2802_attributes[i]); in bd2802_probe()
705 bd2802_attributes[i]->attr.name); in bd2802_probe()
718 device_remove_file(&led->client->dev, bd2802_attributes[i]); in bd2802_probe()
731 for (i = 0; i < ARRAY_SIZE(bd2802_attributes); i++) in bd2802_remove()
732 device_remove_file(&led->client->dev, bd2802_attributes[i]); in bd2802_remove()