Lines Matching refs:attribute
87 struct attribute {
94 int sysfs_create_file(struct kobject * kobj, const struct attribute * attr);
95 void sysfs_remove_file(struct kobject * kobj, const struct attribute * attr);
104 struct attribute attr;
142 ssize_t (*show)(struct kobject *, struct attribute *, char *);
143 ssize_t (*store)(struct kobject *, struct attribute *, const char *, size_t);
151 将一般的kobject 和 attribute 结构体指针转换为适当的指针类型后
160 static ssize_t dev_attr_show(struct kobject *kobj, struct attribute *attr,
308 struct attribute attr;
330 struct attribute attr;
351 struct attribute attr;