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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/Documentation/filesystems/configfs/
H A Dconfigfs_example_macros.c232 struct simple_children { struct
236 static inline struct simple_children *to_simple_children(struct config_item *item)
238 return item ? container_of(to_config_group(item), struct simple_children, group) : NULL;
319 * This example reuses the simple_children group from above. However,
320 * the simple_children group is not the subsystem itself, it is a
322 * a new simple_children group. That group can then have simple_child
328 struct simple_children *simple_children; local
330 simple_children = kzalloc(sizeof(struct simple_children),
[all...]
H A Dconfigfs_example_explicit.c269 struct simple_children { struct
273 static inline struct simple_children *to_simple_children(struct config_item *item)
275 return item ? container_of(to_config_group(item), struct simple_children, group) : NULL;
356 * This example reuses the simple_children group from above. However,
357 * the simple_children group is not the subsystem itself, it is a
359 * a new simple_children group. That group can then have simple_child
365 struct simple_children *simple_children; local
367 simple_children = kzalloc(sizeof(struct simple_children),
[all...]

Completed in 28 milliseconds