Lines Matching refs:attribute
41 ssize_t (*show)(struct kobject *, struct attribute *, char *);
42 ssize_t (*store)(struct kobject *, struct attribute *, const char *,
49 struct attribute *, int);
50 struct attribute **attrs;
54 struct attribute attr;
128 struct attribute *attr; in sysctl_handle_attr()
135 attr = (struct attribute *)(intptr_t)arg2; in sysctl_handle_attr()
178 sysfs_create_file(struct kobject *kobj, const struct attribute *attr) in sysfs_create_file()
222 const struct attribute *attr, const char *group) in sysfs_add_file_to_group()
237 sysfs_remove_file(struct kobject *kobj, const struct attribute *attr) in sysfs_remove_file()
246 const struct attribute *attr, const char *group) in sysfs_remove_file_from_group()
347 sysfs_create_files(struct kobject *kobj, const struct attribute * const *attrs) in sysfs_create_files()
361 sysfs_remove_files(struct kobject *kobj, const struct attribute * const *attrs) in sysfs_remove_files()
372 struct attribute **attr; in sysfs_create_group()
436 struct attribute **attr; in sysfs_unmerge_group()