Home
last modified time | relevance | path

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

/linux-4.4.14/samples/kobject/
Dkset-example.c45 #define to_foo_attr(x) container_of(x, struct foo_attribute, attr) macro
61 attribute = to_foo_attr(attr); in foo_attr_show()
81 attribute = to_foo_attr(attr); in foo_attr_store()