Lines Matching refs:attribute
30 struct attribute { struct
102 struct attribute *, int);
108 struct attribute **attrs;
160 struct kobject *kobj, struct attribute *attr, int n) \
192 struct kobject *kobj, struct attribute *a, int n) \
305 struct attribute attr;
407 ssize_t (*show)(struct kobject *, struct attribute *, char *);
408 ssize_t (*store)(struct kobject *, struct attribute *, const char *, size_t);
426 const struct attribute *attr,
429 const struct attribute * const *attr);
431 const struct attribute *attr, umode_t mode);
433 const struct attribute *attr);
435 void sysfs_remove_file_ns(struct kobject *kobj, const struct attribute *attr,
437 bool sysfs_remove_file_self(struct kobject *kobj, const struct attribute *attr);
438 void sysfs_remove_files(struct kobject *kobj, const struct attribute * const *attr);
472 const struct attribute *attr, const char *group);
474 const struct attribute *attr, const char *group);
553 const struct attribute *attr, in sysfs_create_file_ns()
560 const struct attribute * const *attr) in sysfs_create_files()
566 const struct attribute *attr, umode_t mode) in sysfs_chmod_file()
573 const struct attribute *attr) in sysfs_break_active_protection()
583 const struct attribute *attr, in sysfs_remove_file_ns()
589 const struct attribute *attr) in sysfs_remove_file_self()
595 const struct attribute * const *attr) in sysfs_remove_files()
674 const struct attribute *attr, const char *group) in sysfs_add_file_to_group()
680 const struct attribute *attr, const char *group) in sysfs_remove_file_from_group()
786 const struct attribute *attr) in sysfs_create_file()
792 const struct attribute *attr) in sysfs_remove_file()