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;
86 struct attribute *attr; in sysctl_handle_attr()
93 attr = (struct attribute *)(intptr_t)arg2; in sysctl_handle_attr()
136 sysfs_create_file(struct kobject *kobj, const struct attribute *attr) in sysfs_create_file()
151 sysfs_remove_file(struct kobject *kobj, const struct attribute *attr) in sysfs_remove_file()
174 sysfs_create_files(struct kobject *kobj, const struct attribute * const *attrs) in sysfs_create_files()
188 sysfs_remove_files(struct kobject *kobj, const struct attribute * const *attrs) in sysfs_remove_files()
199 struct attribute **attr; in sysfs_create_group()
263 struct attribute **attr; in sysfs_unmerge_group()