Searched refs:omapfb_attrs (Results 1 – 1 of 1) sorted by relevance
541 static struct device_attribute omapfb_attrs[] = { variable568 for (t = 0; t < ARRAY_SIZE(omapfb_attrs); t++) { in omapfb_create_sysfs()569 r = device_create_file(dev, &omapfb_attrs[t]); in omapfb_create_sysfs()594 for (t = 0; t < ARRAY_SIZE(omapfb_attrs); t++) in omapfb_remove_sysfs()595 device_remove_file(dev, &omapfb_attrs[t]); in omapfb_remove_sysfs()