dev_attribute_show  115 drivers/mtd/ubi/build.c static ssize_t dev_attribute_show(struct device *dev,
dev_attribute_show  120 drivers/mtd/ubi/build.c 	__ATTR(eraseblock_size, S_IRUGO, dev_attribute_show, NULL);
dev_attribute_show  122 drivers/mtd/ubi/build.c 	__ATTR(avail_eraseblocks, S_IRUGO, dev_attribute_show, NULL);
dev_attribute_show  124 drivers/mtd/ubi/build.c 	__ATTR(total_eraseblocks, S_IRUGO, dev_attribute_show, NULL);
dev_attribute_show  126 drivers/mtd/ubi/build.c 	__ATTR(volumes_count, S_IRUGO, dev_attribute_show, NULL);
dev_attribute_show  128 drivers/mtd/ubi/build.c 	__ATTR(max_ec, S_IRUGO, dev_attribute_show, NULL);
dev_attribute_show  130 drivers/mtd/ubi/build.c 	__ATTR(reserved_for_bad, S_IRUGO, dev_attribute_show, NULL);
dev_attribute_show  132 drivers/mtd/ubi/build.c 	__ATTR(bad_peb_count, S_IRUGO, dev_attribute_show, NULL);
dev_attribute_show  134 drivers/mtd/ubi/build.c 	__ATTR(max_vol_count, S_IRUGO, dev_attribute_show, NULL);
dev_attribute_show  136 drivers/mtd/ubi/build.c 	__ATTR(min_io_size, S_IRUGO, dev_attribute_show, NULL);
dev_attribute_show  138 drivers/mtd/ubi/build.c 	__ATTR(bgt_enabled, S_IRUGO, dev_attribute_show, NULL);
dev_attribute_show  140 drivers/mtd/ubi/build.c 	__ATTR(mtd_num, S_IRUGO, dev_attribute_show, NULL);
dev_attribute_show  142 drivers/mtd/ubi/build.c 	__ATTR(ro_mode, S_IRUGO, dev_attribute_show, NULL);