Searched defs:od_kobj (Results 1 – 1 of 1) sorted by relevance
48 struct od_kobj { struct49 struct kobject kobj;50 struct list_head entry;51 struct list_head attribute;52 void *priv;4268 struct od_kobj *od_kobj = container_of(kobj, struct od_kobj, kobj); in od_kobj_release() local