Lines Matching refs:attribute
30 struct attribute { struct
87 struct attribute *, int);
90 struct attribute **attrs;
162 struct attribute attr;
224 ssize_t (*show)(struct kobject *, struct attribute *, char *);
225 ssize_t (*store)(struct kobject *, struct attribute *, const char *, size_t);
243 const struct attribute *attr,
246 const struct attribute * const *attr);
248 const struct attribute *attr, umode_t mode);
250 const struct attribute *attr);
252 void sysfs_remove_file_ns(struct kobject *kobj, const struct attribute *attr,
254 bool sysfs_remove_file_self(struct kobject *kobj, const struct attribute *attr);
255 void sysfs_remove_files(struct kobject *kobj, const struct attribute * const *attr);
289 const struct attribute *attr, const char *group);
291 const struct attribute *attr, const char *group);
354 const struct attribute *attr, in sysfs_create_file_ns()
361 const struct attribute * const *attr) in sysfs_create_files()
367 const struct attribute *attr, umode_t mode) in sysfs_chmod_file()
374 const struct attribute *attr) in sysfs_break_active_protection()
384 const struct attribute *attr, in sysfs_remove_file_ns()
390 const struct attribute *attr) in sysfs_remove_file_self()
396 const struct attribute * const *attr) in sysfs_remove_files()
475 const struct attribute *attr, const char *group) in sysfs_add_file_to_group()
481 const struct attribute *attr, const char *group) in sysfs_remove_file_from_group()
544 const struct attribute *attr) in sysfs_create_file()
550 const struct attribute *attr) in sysfs_remove_file()