Searched refs:kattr (Results 1 – 1 of 1) sorted by relevance
825 struct kobj_attribute *kattr; in kobj_attr_show() local828 kattr = container_of(attr, struct kobj_attribute, attr); in kobj_attr_show()829 if (kattr->show) in kobj_attr_show()830 ret = kattr->show(kobj, kattr, buf); in kobj_attr_show()837 struct kobj_attribute *kattr; in kobj_attr_store() local840 kattr = container_of(attr, struct kobj_attribute, attr); in kobj_attr_store()841 if (kattr->store) in kobj_attr_store()842 ret = kattr->store(kobj, kattr, buf, count); in kobj_attr_store()