Lines Matching refs:attr

151 	struct attribute attr;
170 &name_attribute.attr,
171 &location_attribute.attr,
172 &partition_attribute.attr,
173 &shared_attribute.attr,
174 &nasid_attribute.attr,
175 &cnode_attribute.attr,
187 static ssize_t hub_type_show(struct kobject *kobj, struct attribute *attr,
194 entry = container_of(attr, struct hub_sysfs_entry, attr);
316 struct attribute attr;
327 &uv_port_conn_hub_attribute.attr,
328 &uv_port_conn_port_attribute.attr,
340 static ssize_t uv_port_type_show(struct kobject *kobj, struct attribute *attr,
347 entry = container_of(attr, struct uv_port_sysfs_entry, attr);
487 struct attribute attr;
514 struct attribute *attr, char *buf)
519 entry = container_of(attr, struct uv_pci_top_sysfs_entry, attr);
616 ret = sysfs_create_file(&top_obj->kobj, &uv_pci_type_attribute.attr);
621 ret = sysfs_create_file(&top_obj->kobj, &uv_pci_location_attribute.attr);
626 ret = sysfs_create_file(&top_obj->kobj, &uv_pci_iio_stack_attribute.attr);
631 ret = sysfs_create_file(&top_obj->kobj, &uv_pci_ppb_addr_attribute.attr);
636 ret = sysfs_create_file(&top_obj->kobj, &uv_pci_slot_attribute.attr);
726 struct kobj_attribute *attr, char *buf)
732 struct kobj_attribute *attr, char *buf)
738 struct kobj_attribute *attr, char *buf)
744 struct kobj_attribute *attr, char *buf)
750 struct kobj_attribute *attr, char *buf)
756 struct kobj_attribute *attr, char *buf)
775 &partition_id_attr.attr,
776 &coherence_id_attr.attr,
777 &uv_type_attr.attr,
778 &uv_archtype_attr.attr,
779 &uv_hub_type_attr.attr,
821 &partition_id_attr.attr,
822 &uv_type_attr.attr,
823 &uv_archtype_attr.attr,
824 &uv_hubless_attr.attr,