Searched refs:dev_attribute_show (Results 1 - 1 of 1) sorted by path

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/mtd/ubi/
H A Dbuild.c79 static ssize_t dev_attribute_show(struct device *dev,
84 __ATTR(eraseblock_size, S_IRUGO, dev_attribute_show, NULL);
86 __ATTR(avail_eraseblocks, S_IRUGO, dev_attribute_show, NULL);
88 __ATTR(total_eraseblocks, S_IRUGO, dev_attribute_show, NULL);
90 __ATTR(volumes_count, S_IRUGO, dev_attribute_show, NULL);
92 __ATTR(max_ec, S_IRUGO, dev_attribute_show, NULL);
94 __ATTR(reserved_for_bad, S_IRUGO, dev_attribute_show, NULL);
96 __ATTR(bad_peb_count, S_IRUGO, dev_attribute_show, NULL);
98 __ATTR(max_vol_count, S_IRUGO, dev_attribute_show, NULL);
100 __ATTR(min_io_size, S_IRUGO, dev_attribute_show, NUL
105 static ssize_t dev_attribute_show(struct device *dev, function
[all...]

Completed in 177 milliseconds