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