Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/mtd/ubi/
H A Dvmt.c29 static ssize_t vol_attribute_show(struct device *dev,
34 __ATTR(reserved_ebs, S_IRUGO, vol_attribute_show, NULL);
36 __ATTR(type, S_IRUGO, vol_attribute_show, NULL);
38 __ATTR(name, S_IRUGO, vol_attribute_show, NULL);
40 __ATTR(corrupted, S_IRUGO, vol_attribute_show, NULL);
42 __ATTR(alignment, S_IRUGO, vol_attribute_show, NULL);
44 __ATTR(usable_eb_size, S_IRUGO, vol_attribute_show, NULL);
46 __ATTR(data_bytes, S_IRUGO, vol_attribute_show, NULL);
48 __ATTR(upd_marker, S_IRUGO, vol_attribute_show, NULL);
62 static ssize_t vol_attribute_show(struct device *dev, in vol_attribute_show() function
/OK3568_Linux_fs/kernel/drivers/mtd/ubi/
H A Dvmt.c21 static ssize_t vol_attribute_show(struct device *dev,
26 __ATTR(reserved_ebs, S_IRUGO, vol_attribute_show, NULL);
28 __ATTR(type, S_IRUGO, vol_attribute_show, NULL);
30 __ATTR(name, S_IRUGO, vol_attribute_show, NULL);
32 __ATTR(corrupted, S_IRUGO, vol_attribute_show, NULL);
34 __ATTR(alignment, S_IRUGO, vol_attribute_show, NULL);
36 __ATTR(usable_eb_size, S_IRUGO, vol_attribute_show, NULL);
38 __ATTR(data_bytes, S_IRUGO, vol_attribute_show, NULL);
40 __ATTR(upd_marker, S_IRUGO, vol_attribute_show, NULL);
54 static ssize_t vol_attribute_show(struct device *dev, in vol_attribute_show() function