Searched +defs:attribute_group +path:sysfs +path:. +path:h (Results 1 - 1 of 1) sorted by relevance

/linux-4.1.27/include/linux/
H A Dsysfs.h61 * struct attribute_group - data structure used to declare an attribute group.
75 struct attribute_group { struct
131 static const struct attribute_group *_name##_groups[] = { \
137 static const struct attribute_group _name##_group = { \
250 const struct attribute_group *grp);
252 const struct attribute_group **groups);
254 const struct attribute_group *grp);
256 const struct attribute_group *grp);
258 const struct attribute_group **groups);
264 const struct attribute_group *grp);
266 const struct attribute_group *grp);
393 const struct attribute_group *grp) sysfs_create_group()
399 const struct attribute_group **groups) sysfs_create_groups()
405 const struct attribute_group *grp) sysfs_update_group()
411 const struct attribute_group *grp) sysfs_remove_group()
416 const struct attribute_group **groups) sysfs_remove_groups()
432 const struct attribute_group *grp) sysfs_merge_group()
438 const struct attribute_group *grp) sysfs_unmerge_group()

Completed in 82 milliseconds