Searched refs:to_foo_obj (Results 1 - 1 of 1) sorted by relevance

/linux-4.1.27/samples/kobject/
H A Dkset-example.c37 #define to_foo_obj(x) container_of(x, struct foo_obj, kobj) macro
62 foo = to_foo_obj(kobj); foo_attr_show()
82 foo = to_foo_obj(kobj); foo_attr_store()
107 foo = to_foo_obj(kobj); foo_release()

Completed in 46 milliseconds