Searched refs:dev_attribute_show (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/mtd/ubi/ |
H A D | build.c | 115 static ssize_t dev_attribute_show(struct device *dev, 120 __ATTR(eraseblock_size, S_IRUGO, dev_attribute_show, NULL); 122 __ATTR(avail_eraseblocks, S_IRUGO, dev_attribute_show, NULL); 124 __ATTR(total_eraseblocks, S_IRUGO, dev_attribute_show, NULL); 126 __ATTR(volumes_count, S_IRUGO, dev_attribute_show, NULL); 128 __ATTR(max_ec, S_IRUGO, dev_attribute_show, NULL); 130 __ATTR(reserved_for_bad, S_IRUGO, dev_attribute_show, NULL); 132 __ATTR(bad_peb_count, S_IRUGO, dev_attribute_show, NULL); 134 __ATTR(max_vol_count, S_IRUGO, dev_attribute_show, NULL); 136 __ATTR(min_io_size, S_IRUGO, dev_attribute_show, NUL 336 static ssize_t dev_attribute_show(struct device *dev, dev_attribute_show() function [all...] |
/kernel/linux/linux-6.6/drivers/mtd/ubi/ |
H A D | build.c | 117 static ssize_t dev_attribute_show(struct device *dev, 122 __ATTR(eraseblock_size, S_IRUGO, dev_attribute_show, NULL); 124 __ATTR(avail_eraseblocks, S_IRUGO, dev_attribute_show, NULL); 126 __ATTR(total_eraseblocks, S_IRUGO, dev_attribute_show, NULL); 128 __ATTR(volumes_count, S_IRUGO, dev_attribute_show, NULL); 130 __ATTR(max_ec, S_IRUGO, dev_attribute_show, NULL); 132 __ATTR(reserved_for_bad, S_IRUGO, dev_attribute_show, NULL); 134 __ATTR(bad_peb_count, S_IRUGO, dev_attribute_show, NULL); 136 __ATTR(max_vol_count, S_IRUGO, dev_attribute_show, NULL); 138 __ATTR(min_io_size, S_IRUGO, dev_attribute_show, NUL 338 static ssize_t dev_attribute_show(struct device *dev, dev_attribute_show() function [all...] |
Completed in 2 milliseconds