Home
last modified time | relevance | path

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

/openbmc/linux/drivers/staging/olpc_dcon/
H A Dolpc_dcon.c509 static struct device_attribute dcon_device_files[] = { variable
630 for (i = 0; i < ARRAY_SIZE(dcon_device_files); i++) { in dcon_probe()
632 &dcon_device_files[i]); in dcon_probe()
659 device_remove_file(&dcon_device->dev, &dcon_device_files[j]); in dcon_probe()