Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/staging/most/mostcore/
Dcore.c85 #define to_inst_obj(d) container_of(d, struct most_inst_obj, kobj) macro
620 instance_obj = to_inst_obj(kobj); in instance_attr_show()
644 instance_obj = to_inst_obj(kobj); in instance_attr_store()
665 struct most_inst_obj *inst = to_inst_obj(kobj); in most_inst_release()