Lines Matching refs:attribute
42 ssize_t (*show)(struct kobject *, struct attribute *, char *);
43 ssize_t (*store)(struct kobject *, struct attribute *, const char *,
50 struct attribute *, int);
51 struct attribute **attrs;
84 struct attribute *attr; in sysctl_handle_attr()
91 attr = (struct attribute *)(intptr_t)arg2; in sysctl_handle_attr()
134 sysfs_create_file(struct kobject *kobj, const struct attribute *attr) in sysfs_create_file()
149 sysfs_remove_file(struct kobject *kobj, const struct attribute *attr) in sysfs_remove_file()
157 sysfs_create_files(struct kobject *kobj, const struct attribute * const *attrs) in sysfs_create_files()
171 sysfs_remove_files(struct kobject *kobj, const struct attribute * const *attrs) in sysfs_remove_files()
182 struct attribute **attr; in sysfs_create_group()
246 struct attribute **attr; in sysfs_unmerge_group()