Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/mtd/ubi/
Dbuild.c135 static struct device_attribute dev_bad_peb_count = variable
371 else if (attr == &dev_bad_peb_count) in dev_attribute_show()
435 err = device_create_file(&ubi->dev, &dev_bad_peb_count); in ubi_sysfs_init()
461 device_remove_file(&ubi->dev, &dev_bad_peb_count); in ubi_sysfs_close()