Searched refs:aim_attr (Results 1 – 1 of 1) sorted by relevance
818 struct most_aim_attribute *aim_attr; in aim_attr_show() local821 aim_attr = to_aim_attr(attr); in aim_attr_show()824 if (!aim_attr->show) in aim_attr_show()827 return aim_attr->show(aim_obj, aim_attr, buf); in aim_attr_show()842 struct most_aim_attribute *aim_attr; in aim_attr_store() local845 aim_attr = to_aim_attr(attr); in aim_attr_store()848 if (!aim_attr->store) in aim_attr_store()850 return aim_attr->store(aim_obj, aim_attr, buf, len); in aim_attr_store()