Lines Matching refs:attribute
29 struct attribute { struct
78 struct attribute *, int);
79 struct attribute **attrs;
146 struct attribute attr;
200 ssize_t (*show)(struct kobject *, struct attribute *, char *);
201 ssize_t (*store)(struct kobject *, struct attribute *, const char *, size_t);
219 const struct attribute *attr,
222 const struct attribute **attr);
224 const struct attribute *attr, umode_t mode);
225 void sysfs_remove_file_ns(struct kobject *kobj, const struct attribute *attr,
227 bool sysfs_remove_file_self(struct kobject *kobj, const struct attribute *attr);
228 void sysfs_remove_files(struct kobject *kobj, const struct attribute **attr);
260 const struct attribute *attr, const char *group);
262 const struct attribute *attr, const char *group);
317 const struct attribute *attr, in sysfs_create_file_ns()
324 const struct attribute **attr) in sysfs_create_files()
330 const struct attribute *attr, umode_t mode) in sysfs_chmod_file()
336 const struct attribute *attr, in sysfs_remove_file_ns()
342 const struct attribute *attr) in sysfs_remove_file_self()
348 const struct attribute **attr) in sysfs_remove_files()
421 const struct attribute *attr, const char *group) in sysfs_add_file_to_group()
427 const struct attribute *attr, const char *group) in sysfs_remove_file_from_group()
471 const struct attribute *attr) in sysfs_create_file()
477 const struct attribute *attr) in sysfs_remove_file()