Lines Matching full:attribute

23 	struct attribute *const *attr;  in remove_files()
38 struct attribute *const *attr; in create_files()
60 "Attribute %s: Invalid permissions 0%o\n", in create_files()
89 "Attribute %s: Invalid permissions 0%o\n", in create_files()
166 * sysfs_create_group - given a directory kobject, create an attribute group
168 * @grp: The attribute group to create
171 * warn and error if any of the attribute files being created already exist.
203 * sysfs_create_groups - given a directory kobject, create a bunch of attribute groups
205 * @groups: The attribute groups to create, NULL terminated
207 * This function creates a bunch of attribute groups. If an error occurs when
210 * It will explicitly warn and error if any of the attribute files being
223 * sysfs_update_groups - given a directory kobject, create a bunch of attribute groups
225 * @groups: The attribute groups to update, NULL terminated
227 * This function update a bunch of attribute groups. If an error occurs when
241 * sysfs_update_group - given a directory kobject, update an attribute group
243 * @grp: The attribute group to update
245 * This function updates an attribute group. Unlike
247 * of the attribute files being created already exist. Furthermore,
321 * sysfs_merge_group - merge files into a pre-existing attribute group.
323 * @grp: The files to create and the attribute group they belong to.
336 struct attribute *const *attr; in sysfs_merge_group()
359 * sysfs_unmerge_group - remove files from a pre-existing attribute group.
361 * @grp: The files to remove and the attribute group they belong to.
367 struct attribute *const *attr; in sysfs_unmerge_group()
379 * sysfs_add_link_to_group - add a symlink to an attribute group.
403 * sysfs_remove_link_from_group - remove a symlink from an attribute group.
423 * to a group or an attribute
426 * @target_name: The name of the target group or attribute.
479 struct attribute *const *attr; in sysfs_group_attrs_change_owner()
512 * sysfs_group_change_owner - change owner of an attribute group.
514 * @grp: The attribute group.
555 * sysfs_groups_change_owner - change owner of a set of attribute groups.
557 * @groups: The attribute groups.