Lines Matching refs:attribute
29 struct attribute { struct
86 struct attribute *, int);
89 struct attribute **attrs;
156 struct attribute attr;
210 ssize_t (*show)(struct kobject *, struct attribute *, char *);
211 ssize_t (*store)(struct kobject *, struct attribute *, const char *, size_t);
229 const struct attribute *attr,
232 const struct attribute **attr);
234 const struct attribute *attr, umode_t mode);
235 void sysfs_remove_file_ns(struct kobject *kobj, const struct attribute *attr,
237 bool sysfs_remove_file_self(struct kobject *kobj, const struct attribute *attr);
238 void sysfs_remove_files(struct kobject *kobj, const struct attribute **attr);
270 const struct attribute *attr, const char *group);
272 const struct attribute *attr, const char *group);
330 const struct attribute *attr, in sysfs_create_file_ns()
337 const struct attribute **attr) in sysfs_create_files()
343 const struct attribute *attr, umode_t mode) in sysfs_chmod_file()
349 const struct attribute *attr, in sysfs_remove_file_ns()
355 const struct attribute *attr) in sysfs_remove_file_self()
361 const struct attribute **attr) in sysfs_remove_files()
434 const struct attribute *attr, const char *group) in sysfs_add_file_to_group()
440 const struct attribute *attr, const char *group) in sysfs_remove_file_from_group()
492 const struct attribute *attr) in sysfs_create_file()
498 const struct attribute *attr) in sysfs_remove_file()