Lines Matching refs:bin_attribute
26 struct bin_attribute;
80 struct bin_attribute **bin_attrs;
145 struct bin_attribute { struct
149 ssize_t (*read)(struct file *, struct kobject *, struct bin_attribute *, argument
151 ssize_t (*write)(struct file *, struct kobject *, struct bin_attribute *, argument
153 int (*mmap)(struct file *, struct kobject *, struct bin_attribute *attr, argument
190 struct bin_attribute bin_attr_##_name = __BIN_ATTR(_name, _mode, _read, \
194 struct bin_attribute bin_attr_##_name = __BIN_ATTR_RO(_name, _size)
197 struct bin_attribute bin_attr_##_name = __BIN_ATTR_RW(_name, _size)
231 const struct bin_attribute *attr);
233 const struct bin_attribute *attr);
353 const struct bin_attribute *attr) in sysfs_create_bin_file()
359 const struct bin_attribute *attr) in sysfs_remove_bin_file()