Home
last modified time | relevance | path

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

/openbmc/linux/samples/kobject/
H A Dkset-example.c35 #define to_foo_obj(x) container_of(x, struct foo_obj, kobj) macro
60 foo = to_foo_obj(kobj); in foo_attr_show()
80 foo = to_foo_obj(kobj); in foo_attr_store()
105 foo = to_foo_obj(kobj); in foo_release()