Lines Matching refs:device_attribute
145 struct device_attribute *attr, char *buf);
148 static struct device_attribute dev_eraseblock_size =
150 static struct device_attribute dev_avail_eraseblocks =
152 static struct device_attribute dev_total_eraseblocks =
154 static struct device_attribute dev_volumes_count =
156 static struct device_attribute dev_max_ec =
158 static struct device_attribute dev_reserved_for_bad =
160 static struct device_attribute dev_bad_peb_count =
162 static struct device_attribute dev_max_vol_count =
164 static struct device_attribute dev_min_io_size =
166 static struct device_attribute dev_bgt_enabled =
168 static struct device_attribute dev_mtd_num =
371 struct device_attribute *attr, char *buf) in dev_attribute_show()