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;
83 struct attribute *attr; in sysctl_handle_attr()
90 attr = (struct attribute *)(intptr_t)arg2; in sysctl_handle_attr()
133 sysfs_create_file(struct kobject *kobj, const struct attribute *attr) in sysfs_create_file()
148 sysfs_remove_file(struct kobject *kobj, const struct attribute *attr) in sysfs_remove_file()
156 sysfs_create_files(struct kobject *kobj, const struct attribute * const *attrs) in sysfs_create_files()
170 sysfs_remove_files(struct kobject *kobj, const struct attribute * const *attrs) in sysfs_remove_files()
181 struct attribute **attr; in sysfs_create_group()
232 struct attribute **attr; in sysfs_unmerge_group()