Searched refs:dev_attribute_show (Results 1 – 1 of 1) sorted by relevance
/u-boot/drivers/mtd/ubi/ |
A D | build.c | 146 static ssize_t dev_attribute_show(struct device *dev, 151 __ATTR(eraseblock_size, S_IRUGO, dev_attribute_show, NULL); 157 __ATTR(volumes_count, S_IRUGO, dev_attribute_show, NULL); 159 __ATTR(max_ec, S_IRUGO, dev_attribute_show, NULL); 161 __ATTR(reserved_for_bad, S_IRUGO, dev_attribute_show, NULL); 163 __ATTR(bad_peb_count, S_IRUGO, dev_attribute_show, NULL); 165 __ATTR(max_vol_count, S_IRUGO, dev_attribute_show, NULL); 167 __ATTR(min_io_size, S_IRUGO, dev_attribute_show, NULL); 169 __ATTR(bgt_enabled, S_IRUGO, dev_attribute_show, NULL); 171 __ATTR(mtd_num, S_IRUGO, dev_attribute_show, NULL); [all …]
|
Completed in 6 milliseconds