Lines Matching refs:bin_attribute
27 struct bin_attribute;
89 struct bin_attribute *, int);
91 struct bin_attribute **bin_attrs;
168 struct bin_attribute { struct
172 ssize_t (*read)(struct file *, struct kobject *, struct bin_attribute *, argument
174 ssize_t (*write)(struct file *, struct kobject *, struct bin_attribute *, argument
176 int (*mmap)(struct file *, struct kobject *, struct bin_attribute *attr, argument
218 struct bin_attribute bin_attr_##_name = __BIN_ATTR(_name, _mode, _read, \
222 struct bin_attribute bin_attr_##_name = __BIN_ATTR_RO(_name, _size)
225 struct bin_attribute bin_attr_##_name = __BIN_ATTR_WO(_name, _size)
228 struct bin_attribute bin_attr_##_name = __BIN_ATTR_RW(_name, _size)
265 const struct bin_attribute *attr);
267 const struct bin_attribute *attr);
420 const struct bin_attribute *attr) in sysfs_create_bin_file()
426 const struct bin_attribute *attr) in sysfs_remove_bin_file()