Lines Matching full:attribute

23 	struct attribute *const *attr;
52 struct attribute *const *attr;
78 "Attribute %s: Invalid permissions 0%o\n",
111 "Attribute %s: Invalid permissions 0%o\n",
203 * sysfs_create_group - given a directory kobject, create an attribute group
205 * @grp: The attribute group to create
208 * warn and error if any of the attribute files being created already exist.
240 * sysfs_create_groups - given a directory kobject, create a bunch of attribute groups
242 * @groups: The attribute groups to create, NULL terminated
244 * This function creates a bunch of attribute groups. If an error occurs when
247 * It will explicitly warn and error if any of the attribute files being
260 * sysfs_update_groups - given a directory kobject, create a bunch of attribute groups
262 * @groups: The attribute groups to update, NULL terminated
264 * This function update a bunch of attribute groups. If an error occurs when
278 * sysfs_update_group - given a directory kobject, update an attribute group
280 * @grp: The attribute group to update
282 * This function updates an attribute group. Unlike
284 * of the attribute files being created already exist. Furthermore,
357 * sysfs_merge_group - merge files into a pre-existing named attribute group.
359 * @grp: The files to create and the attribute group they belong to.
372 struct attribute *const *attr;
395 * sysfs_unmerge_group - remove files from a pre-existing named attribute group.
397 * @grp: The files to remove and the attribute group they belong to.
403 struct attribute *const *attr;
415 * sysfs_add_link_to_group - add a symlink to an attribute group.
439 * sysfs_remove_link_from_group - remove a symlink from an attribute group.
459 * to a group or an attribute
462 * @target_name: The name of the target group or attribute.
517 struct attribute *const *attr;
567 * sysfs_group_change_owner - change owner of an attribute group.
569 * @grp: The attribute group.
610 * sysfs_groups_change_owner - change owner of a set of attribute groups.
612 * @groups: The attribute groups.