Lines Matching refs:attr
47 static ssize_t status_show(struct device *dev, struct device_attribute *attr, in status_show() argument
57 static ssize_t appid_show(struct device *dev, struct device_attribute *attr, in appid_show() argument
68 static ssize_t version_show(struct device *dev, struct device_attribute *attr, in version_show() argument
81 static ssize_t type_show(struct device *dev, struct device_attribute *attr, in type_show() argument
93 static ssize_t tempsens_show(struct device *dev, struct device_attribute *attr, in tempsens_show() argument
105 struct device_attribute *attr, in freerunning_timer_show() argument
117 struct device_attribute *attr, in queue_working_time_show() argument
129 struct device_attribute *attr, in base_clock_show() argument
157 struct device_attribute *attr, char *buf) in curr_bitstream_show() argument
173 struct device_attribute *attr, char *buf) in next_bitstream_show() argument
193 struct device_attribute *attr, in next_bitstream_store() argument
219 struct device_attribute *attr, in reload_bitstream_store() argument
247 &dev_attr_tempsens.attr,
248 &dev_attr_next_bitstream.attr,
249 &dev_attr_curr_bitstream.attr,
250 &dev_attr_base_clock.attr,
251 &dev_attr_type.attr,
252 &dev_attr_version.attr,
253 &dev_attr_appid.attr,
254 &dev_attr_status.attr,
255 &dev_attr_freerunning_timer.attr,
256 &dev_attr_queue_working_time.attr,
257 &dev_attr_reload_bitstream.attr,
262 &dev_attr_type.attr,
263 &dev_attr_version.attr,
264 &dev_attr_appid.attr,
265 &dev_attr_status.attr,
266 &dev_attr_freerunning_timer.attr,
267 &dev_attr_queue_working_time.attr,
278 struct attribute *attr, int n) in genwqe_is_visible() argument
283 umode_t mode = attr->mode; in genwqe_is_visible()
289 if (genwqe_normal_attributes[j] == attr) in genwqe_is_visible()