Searched refs:dev_attribute_show (Results  1 – 1 of 1) sorted by relevance
| /linux-4.1.27/drivers/mtd/ubi/ | 
| D | build.c | 119 static ssize_t dev_attribute_show(struct device *dev, 124 	__ATTR(eraseblock_size, S_IRUGO, dev_attribute_show, NULL); 126 	__ATTR(avail_eraseblocks, S_IRUGO, dev_attribute_show, NULL); 128 	__ATTR(total_eraseblocks, S_IRUGO, dev_attribute_show, NULL); 130 	__ATTR(volumes_count, S_IRUGO, dev_attribute_show, NULL); 132 	__ATTR(max_ec, S_IRUGO, dev_attribute_show, NULL); 134 	__ATTR(reserved_for_bad, S_IRUGO, dev_attribute_show, NULL); 136 	__ATTR(bad_peb_count, S_IRUGO, dev_attribute_show, NULL); 138 	__ATTR(max_vol_count, S_IRUGO, dev_attribute_show, NULL); 140 	__ATTR(min_io_size, S_IRUGO, dev_attribute_show, NULL); [all …] 
 |