Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/staging/most/mostcore/
Dcore.c818 struct most_aim_attribute *aim_attr; in aim_attr_show() local
821 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() local
845 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()