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