Lines Matching refs:attr
168 struct attribute attr; member
169 ssize_t (*show)(const struct class *class, const struct class_attribute *attr,
171 ssize_t (*store)(const struct class *class, const struct class_attribute *attr,
182 int __must_check class_create_file_ns(const struct class *class, const struct class_attribute *attr,
184 void class_remove_file_ns(const struct class *class, const struct class_attribute *attr,
188 const struct class_attribute *attr) in class_create_file() argument
190 return class_create_file_ns(class, attr, NULL); in class_create_file()
194 const struct class_attribute *attr) in class_remove_file() argument
196 class_remove_file_ns(class, attr, NULL); in class_remove_file()
201 struct class_attribute attr; member
212 ssize_t show_class_attr_string(const struct class *class, const struct class_attribute *attr,