Home
last modified time | relevance | path

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

/linux/drivers/mtd/ubi/
A Dbuild.c116 static ssize_t dev_attribute_show(struct device *dev,
121 __ATTR(eraseblock_size, S_IRUGO, dev_attribute_show, NULL);
127 __ATTR(volumes_count, S_IRUGO, dev_attribute_show, NULL);
129 __ATTR(max_ec, S_IRUGO, dev_attribute_show, NULL);
133 __ATTR(bad_peb_count, S_IRUGO, dev_attribute_show, NULL);
135 __ATTR(max_vol_count, S_IRUGO, dev_attribute_show, NULL);
137 __ATTR(min_io_size, S_IRUGO, dev_attribute_show, NULL);
139 __ATTR(bgt_enabled, S_IRUGO, dev_attribute_show, NULL);
141 __ATTR(mtd_num, S_IRUGO, dev_attribute_show, NULL);
143 __ATTR(ro_mode, S_IRUGO, dev_attribute_show, NULL);
[all …]

Completed in 6 milliseconds