Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/staging/most/mostcore/
Dcore.c57 struct most_inst_obj *inst;
75 struct most_inst_obj { struct
85 #define to_inst_obj(d) container_of(d, struct most_inst_obj, kobj) argument
594 ssize_t (*show)(struct most_inst_obj *d,
597 ssize_t (*store)(struct most_inst_obj *d,
617 struct most_inst_obj *instance_obj; in instance_attr_show()
641 struct most_inst_obj *instance_obj; in instance_attr_store()
665 struct most_inst_obj *inst = to_inst_obj(kobj); in most_inst_release()
670 static ssize_t show_description(struct most_inst_obj *instance_obj, in show_description()
678 static ssize_t show_interface(struct most_inst_obj *instance_obj, in show_interface()
[all …]