Lines Matching full:attribute
18 struct attribute {
26 struct attribute ** attrs;
54 struct attribute attr;
64 ssize_t (*show)(struct kobject *, struct attribute *,char *);
65 ssize_t (*store)(struct kobject *,struct attribute *,const char *, size_t);
100 sysfs_create_file(struct kobject *, const struct attribute *);
103 sysfs_update_file(struct kobject *, const struct attribute *);
106 sysfs_chmod_file(struct kobject *kobj, struct attribute *attr, mode_t mode);
109 sysfs_remove_file(struct kobject *, const struct attribute *);
143 static inline int sysfs_create_file(struct kobject * k, const struct attribute * a)
148 static inline int sysfs_update_file(struct kobject * k, const struct attribute * a)
152 static inline int sysfs_chmod_file(struct kobject *kobj, struct attribute *attr, mode_t mode)
157 static inline void sysfs_remove_file(struct kobject * k, const struct attribute * a)