Lines Matching full:subsystem
22 * This first example is a childless subsystem. It cannot create
26 * This is not necessary if a subsystem has no attributes directly
27 * on the subsystem. See the next example, 02-simple-children, for
28 * such a subsystem.
77 "The childless subsystem is the simplest possible subsystem in\n" in childless_description_show()
118 * subsystem, as it has no attributes of its own.
202 "This subsystem allows the creation of child config_items. These\n" in simple_children_description_show()
252 * the simple_children group is not the subsystem itself, it is a
253 * child of the subsystem. Creation of a group in the subsystem creates
280 "This subsystem allows the creation of child config_groups. These\n" in group_children_description_show()
281 "groups are like the subsystem simple-children.\n"); in group_children_description_show()
317 * We're now done with our subsystem definitions.
320 * will only have one subsystem, and will only call register_subsystem
342 pr_err("Error %d while registering subsystem %s\n", in configfs_example_init()