Lines Matching refs:DEVICE_ATTR
144 static DEVICE_ATTR(type, S_IRUGO, mtd_type_show, NULL);
154 static DEVICE_ATTR(flags, S_IRUGO, mtd_flags_show, NULL);
165 static DEVICE_ATTR(size, S_IRUGO, mtd_size_show, NULL);
175 static DEVICE_ATTR(erasesize, S_IRUGO, mtd_erasesize_show, NULL);
185 static DEVICE_ATTR(writesize, S_IRUGO, mtd_writesize_show, NULL);
196 static DEVICE_ATTR(subpagesize, S_IRUGO, mtd_subpagesize_show, NULL);
206 static DEVICE_ATTR(oobsize, S_IRUGO, mtd_oobsize_show, NULL);
216 static DEVICE_ATTR(numeraseregions, S_IRUGO, mtd_numeraseregions_show,
227 static DEVICE_ATTR(name, S_IRUGO, mtd_name_show, NULL);
236 static DEVICE_ATTR(ecc_strength, S_IRUGO, mtd_ecc_strength_show, NULL);
262 static DEVICE_ATTR(bitflip_threshold, S_IRUGO | S_IWUSR,
274 static DEVICE_ATTR(ecc_step_size, S_IRUGO, mtd_ecc_step_size_show, NULL);
284 static DEVICE_ATTR(corrected_bits, S_IRUGO,
295 static DEVICE_ATTR(ecc_failures, S_IRUGO, mtd_ecc_stats_errors_show, NULL);
305 static DEVICE_ATTR(bad_blocks, S_IRUGO, mtd_badblocks_show, NULL);
315 static DEVICE_ATTR(bbt_blocks, S_IRUGO, mtd_bbtblocks_show, NULL);