Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/staging/most/mostcore/
Dcore.c137 struct most_c_obj *c_obj = to_c_obj(kobj); in channel_attr_show() local
142 return channel_attr->show(c_obj, channel_attr, buf); in channel_attr_show()
158 struct most_c_obj *c_obj = to_c_obj(kobj); in channel_attr_store() local
162 return channel_attr->store(c_obj, channel_attr, buf, len); in channel_attr_store()