Lines Matching refs:attribute
30 struct attribute { struct
87 struct attribute *, int);
90 struct attribute **attrs;
162 struct attribute attr;
215 ssize_t (*show)(struct kobject *, struct attribute *, char *);
216 ssize_t (*store)(struct kobject *, struct attribute *, const char *, size_t);
234 const struct attribute *attr,
237 const struct attribute **attr);
239 const struct attribute *attr, umode_t mode);
241 const struct attribute *attr);
243 void sysfs_remove_file_ns(struct kobject *kobj, const struct attribute *attr,
245 bool sysfs_remove_file_self(struct kobject *kobj, const struct attribute *attr);
246 void sysfs_remove_files(struct kobject *kobj, const struct attribute **attr);
278 const struct attribute *attr, const char *group);
280 const struct attribute *attr, const char *group);
338 const struct attribute *attr, in sysfs_create_file_ns()
345 const struct attribute **attr) in sysfs_create_files()
351 const struct attribute *attr, umode_t mode) in sysfs_chmod_file()
358 const struct attribute *attr) in sysfs_break_active_protection()
368 const struct attribute *attr, in sysfs_remove_file_ns()
374 const struct attribute *attr) in sysfs_remove_file_self()
380 const struct attribute **attr) in sysfs_remove_files()
453 const struct attribute *attr, const char *group) in sysfs_add_file_to_group()
459 const struct attribute *attr, const char *group) in sysfs_remove_file_from_group()
511 const struct attribute *attr) in sysfs_create_file()
517 const struct attribute *attr) in sysfs_remove_file()