Lines Matching refs:attr

22 				 struct device_attribute *attr,  in caia_version_show()  argument
32 struct device_attribute *attr, in psl_revision_show() argument
41 struct device_attribute *attr, in base_image_show() argument
50 struct device_attribute *attr, in image_loaded_show() argument
61 struct device_attribute *attr, in reset_adapter_store() argument
78 struct device_attribute *attr, in load_image_on_perst_show() argument
92 struct device_attribute *attr, in load_image_on_perst_store() argument
116 struct device_attribute *attr, in perst_reloads_same_image_show() argument
125 struct device_attribute *attr, in perst_reloads_same_image_store() argument
154 struct device_attribute *attr, in mmio_size_show_master() argument
163 struct device_attribute *attr, in pp_mmio_off_show() argument
172 struct device_attribute *attr, in pp_mmio_len_show() argument
190 struct device_attribute *attr, in mmio_size_show() argument
201 struct device_attribute *attr, in reset_store_afu() argument
224 struct device_attribute *attr, in irqs_min_show() argument
233 struct device_attribute *attr, in irqs_max_show() argument
242 struct device_attribute *attr, in irqs_max_store() argument
264 struct device_attribute *attr, char *buf) in modes_supported_show() argument
277 struct device_attribute *attr, in prefault_mode_show() argument
293 struct device_attribute *attr, in prefault_mode_store() argument
314 struct device_attribute *attr, in mode_show() argument
326 static ssize_t mode_store(struct device *device, struct device_attribute *attr, in mode_store() argument
372 struct device_attribute *attr, in api_version_show() argument
379 struct device_attribute *attr, in api_version_compatible_show() argument
442 struct kobj_attribute *attr, char *buf) in vendor_show() argument
450 struct kobj_attribute *attr, char *buf) in device_show() argument
458 struct kobj_attribute *attr, char *buf) in class_show() argument
491 &vendor_attribute.attr,
492 &device_attribute.attr,
493 &class_attribute.attr,
534 cr->config_attr.attr.name = "config"; in cxl_sysfs_afu_new_cr()
535 cr->config_attr.attr.mode = S_IRUSR; in cxl_sysfs_afu_new_cr()
595 sysfs_attr_init(&afu->attr_eb.attr); in cxl_sysfs_afu_add()
597 afu->attr_eb.attr.name = "afu_err_buff"; in cxl_sysfs_afu_add()
598 afu->attr_eb.attr.mode = S_IRUGO; in cxl_sysfs_afu_add()