Lines Matching refs:attr

110 	struct attribute attr;  member
124 .attr = {.name = __stringify(_name), .mode = _mode}, \
131 .attr = {.name = __stringify(_name), .mode = _mode}, \
136 #define to_pdcspath_attribute(_attr) container_of(_attr, struct pdcspath_attribute, attr)
448 pdcspath_attr_show(struct kobject *kobj, struct attribute *attr, char *buf) in pdcspath_attr_show() argument
451 struct pdcspath_attribute *pdcs_attr = to_pdcspath_attribute(attr); in pdcspath_attr_show()
468 pdcspath_attr_store(struct kobject *kobj, struct attribute *attr, in pdcspath_attr_store() argument
472 struct pdcspath_attribute *pdcs_attr = to_pdcspath_attribute(attr); in pdcspath_attr_store()
494 &paths_attr_hwpath.attr,
495 &paths_attr_layer.attr,
529 struct kobj_attribute *attr, in pdcs_size_read() argument
549 struct kobj_attribute *attr, in pdcs_auto_read() argument
574 struct kobj_attribute *attr, char *buf) in pdcs_autoboot_read() argument
576 return pdcs_auto_read(kobj, attr, buf, PF_AUTOBOOT); in pdcs_autoboot_read()
584 struct kobj_attribute *attr, char *buf) in pdcs_autosearch_read() argument
586 return pdcs_auto_read(kobj, attr, buf, PF_AUTOSEARCH); in pdcs_autosearch_read()
596 struct kobj_attribute *attr, char *buf) in pdcs_timer_read() argument
621 struct kobj_attribute *attr, char *buf) in pdcs_osid_read() argument
641 struct kobj_attribute *attr, char *buf) in pdcs_osdep1_read() argument
667 struct kobj_attribute *attr, char *buf) in pdcs_diagnostic_read() argument
691 struct kobj_attribute *attr, char *buf) in pdcs_fastsize_read() argument
719 struct kobj_attribute *attr, char *buf) in pdcs_osdep2_read() argument
755 struct kobj_attribute *attr, const char *buf, in pdcs_auto_write() argument
827 struct kobj_attribute *attr, in pdcs_autoboot_write() argument
830 return pdcs_auto_write(kobj, attr, buf, count, PF_AUTOBOOT); in pdcs_autoboot_write()
843 struct kobj_attribute *attr, in pdcs_autosearch_write() argument
846 return pdcs_auto_write(kobj, attr, buf, count, PF_AUTOSEARCH); in pdcs_autosearch_write()
859 struct kobj_attribute *attr, in pdcs_osdep1_write() argument
896 struct kobj_attribute *attr, in pdcs_osdep2_write() argument
945 &pdcs_attr_size.attr,
946 &pdcs_attr_autoboot.attr,
947 &pdcs_attr_autosearch.attr,
948 &pdcs_attr_timer.attr,
949 &pdcs_attr_osid.attr,
950 &pdcs_attr_osdep1.attr,
951 &pdcs_attr_diagnostic.attr,
952 &pdcs_attr_fastsize.attr,
953 &pdcs_attr_osdep2.attr,