Searched refs:simple_child (Results 1 – 2 of 2) sorted by relevance
123 struct simple_child { struct128 static inline struct simple_child *to_simple_child(struct config_item *item) in to_simple_child() argument130 return container_of(item, struct simple_child, item); in to_simple_child()141 struct simple_child *simple_child = to_simple_child(item); in simple_child_storeme_store() local144 ret = kstrtoint(page, 10, &simple_child->storeme); in simple_child_storeme_store()186 struct simple_child *simple_child; in simple_children_make_item() local188 simple_child = kzalloc(sizeof(struct simple_child), GFP_KERNEL); in simple_children_make_item()189 if (!simple_child) in simple_children_make_item()192 config_item_init_type_name(&simple_child->item, name, in simple_children_make_item()195 return &simple_child->item; in simple_children_make_item()
371 subsystem/group and the simple_child item in