Searched refs:kattr (Results 1 – 1 of 1) sorted by relevance
687 struct kobj_attribute *kattr; in kobj_attr_show() local690 kattr = container_of(attr, struct kobj_attribute, attr); in kobj_attr_show()691 if (kattr->show) in kobj_attr_show()692 ret = kattr->show(kobj, kattr, buf); in kobj_attr_show()699 struct kobj_attribute *kattr; in kobj_attr_store() local702 kattr = container_of(attr, struct kobj_attribute, attr); in kobj_attr_store()703 if (kattr->store) in kobj_attr_store()704 ret = kattr->store(kobj, kattr, buf, count); in kobj_attr_store()