Home
last modified time | relevance | path

Searched refs:aim_obj (Results 1 – 1 of 1) sorted by relevance

/linux-4.4.14/drivers/staging/most/mostcore/
Dcore.c819 struct most_aim_obj *aim_obj; in aim_attr_show() local
822 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() local
846 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() local
866 kfree(aim_obj); in most_aim_release()
869 static ssize_t show_add_link(struct most_aim_obj *aim_obj, in show_add_link() argument
873 return snprintf(buf, PAGE_SIZE, "%s\n", aim_obj->add_link); in show_add_link()
[all …]