Lines Matching refs:device_attribute
146 struct device_attribute *attr, char *buf);
149 static struct device_attribute dev_eraseblock_size =
151 static struct device_attribute dev_avail_eraseblocks =
153 static struct device_attribute dev_total_eraseblocks =
155 static struct device_attribute dev_volumes_count =
157 static struct device_attribute dev_max_ec =
159 static struct device_attribute dev_reserved_for_bad =
161 static struct device_attribute dev_bad_peb_count =
163 static struct device_attribute dev_max_vol_count =
165 static struct device_attribute dev_min_io_size =
167 static struct device_attribute dev_bgt_enabled =
169 static struct device_attribute dev_mtd_num =
372 struct device_attribute *attr, char *buf) in dev_attribute_show()