Lines Matching refs:DEVICE_ATTR
148 static DEVICE_ATTR(type, S_IRUGO, mtd_type_show, NULL);
158 static DEVICE_ATTR(flags, S_IRUGO, mtd_flags_show, NULL);
169 static DEVICE_ATTR(size, S_IRUGO, mtd_size_show, NULL);
179 static DEVICE_ATTR(erasesize, S_IRUGO, mtd_erasesize_show, NULL);
189 static DEVICE_ATTR(writesize, S_IRUGO, mtd_writesize_show, NULL);
200 static DEVICE_ATTR(subpagesize, S_IRUGO, mtd_subpagesize_show, NULL);
210 static DEVICE_ATTR(oobsize, S_IRUGO, mtd_oobsize_show, NULL);
220 static DEVICE_ATTR(numeraseregions, S_IRUGO, mtd_numeraseregions_show,
231 static DEVICE_ATTR(name, S_IRUGO, mtd_name_show, NULL);
240 static DEVICE_ATTR(ecc_strength, S_IRUGO, mtd_ecc_strength_show, NULL);
266 static DEVICE_ATTR(bitflip_threshold, S_IRUGO | S_IWUSR,
278 static DEVICE_ATTR(ecc_step_size, S_IRUGO, mtd_ecc_step_size_show, NULL);
288 static DEVICE_ATTR(corrected_bits, S_IRUGO,
299 static DEVICE_ATTR(ecc_failures, S_IRUGO, mtd_ecc_stats_errors_show, NULL);
309 static DEVICE_ATTR(bad_blocks, S_IRUGO, mtd_badblocks_show, NULL);
319 static DEVICE_ATTR(bbt_blocks, S_IRUGO, mtd_bbtblocks_show, NULL);