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

/linux-4.1.27/Documentation/filesystems/configfs/
H A Dconfigfs_example_explicit.c56 struct childless_attribute { struct
115 static struct childless_attribute childless_attr_showme = {
119 static struct childless_attribute childless_attr_storeme = {
124 static struct childless_attribute childless_attr_description = {
141 struct childless_attribute *childless_attr = childless_attr_show()
142 container_of(attr, struct childless_attribute, attr); childless_attr_show()
155 struct childless_attribute *childless_attr = childless_attr_store()
156 container_of(attr, struct childless_attribute, attr); childless_attr_store()
H A Dconfigfs_example_macros.c62 struct childless_attribute childless_attr_##_name = __CONFIGFS_ATTR(_name, _mode, _show, _store)
64 struct childless_attribute childless_attr_##_name = __CONFIGFS_ATTR_RO(_name, _show);

Completed in 47 milliseconds