Lines Matching defs:group
353 * sysfs_add_file_to_group - add an attribute file to a pre-existing group.
356 * @group: group name.
359 const struct attribute *attr, const char *group)
366 if (group) {
367 parent = kernfs_find_and_get(kobj->sd, group);
510 * sysfs_remove_file_from_group - remove an attribute file from a group.
513 * @group: group name.
516 const struct attribute *attr, const char *group)
520 if (group) {
521 parent = kernfs_find_and_get(kobj->sd, group);