Home
last modified time | relevance | path

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

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