Lines Matching refs:bin_attribute
26 struct bin_attribute;
88 struct bin_attribute *, int);
90 struct bin_attribute **bin_attrs;
155 struct bin_attribute { struct
159 ssize_t (*read)(struct file *, struct kobject *, struct bin_attribute *, argument
161 ssize_t (*write)(struct file *, struct kobject *, struct bin_attribute *, argument
163 int (*mmap)(struct file *, struct kobject *, struct bin_attribute *attr, argument
200 struct bin_attribute bin_attr_##_name = __BIN_ATTR(_name, _mode, _read, \
204 struct bin_attribute bin_attr_##_name = __BIN_ATTR_RO(_name, _size)
207 struct bin_attribute bin_attr_##_name = __BIN_ATTR_RW(_name, _size)
241 const struct bin_attribute *attr);
243 const struct bin_attribute *attr);
366 const struct bin_attribute *attr) in sysfs_create_bin_file()
372 const struct bin_attribute *attr) in sysfs_remove_bin_file()