Searched refs:aim_obj (Results 1 – 1 of 1) sorted by relevance
819 struct most_aim_obj *aim_obj; in aim_attr_show() local822 aim_obj = to_aim_obj(kobj); in aim_attr_show()827 return aim_attr->show(aim_obj, aim_attr, buf); in aim_attr_show()843 struct most_aim_obj *aim_obj; in aim_attr_store() local846 aim_obj = to_aim_obj(kobj); in aim_attr_store()850 return aim_attr->store(aim_obj, aim_attr, buf, len); in aim_attr_store()864 struct most_aim_obj *aim_obj = to_aim_obj(kobj); in most_aim_release() local866 kfree(aim_obj); in most_aim_release()869 static ssize_t show_add_link(struct most_aim_obj *aim_obj, in show_add_link() argument873 return snprintf(buf, PAGE_SIZE, "%s\n", aim_obj->add_link); in show_add_link()[all …]