Lines Matching defs:group
374 * sysfs_add_file_to_group - add an attribute file to a pre-existing group.
377 * @group: group name.
380 const struct attribute *attr, const char *group)
387 if (group) {
388 parent = kernfs_find_and_get(kobj->sd, group);
529 * sysfs_remove_file_from_group - remove an attribute file from a group.
532 * @group: group name.
535 const struct attribute *attr, const char *group)
539 if (group) {
540 parent = kernfs_find_and_get(kobj->sd, group);