Lines Matching refs:bin_attribute
27 struct bin_attribute;
89 struct bin_attribute *, int);
91 struct bin_attribute **bin_attrs;
175 struct bin_attribute { struct
180 ssize_t (*read)(struct file *, struct kobject *, struct bin_attribute *, argument
182 ssize_t (*write)(struct file *, struct kobject *, struct bin_attribute *, argument
184 int (*mmap)(struct file *, struct kobject *, struct bin_attribute *attr, argument
226 struct bin_attribute bin_attr_##_name = __BIN_ATTR(_name, _mode, _read, \
230 struct bin_attribute bin_attr_##_name = __BIN_ATTR_RO(_name, _size)
233 struct bin_attribute bin_attr_##_name = __BIN_ATTR_WO(_name, _size)
236 struct bin_attribute bin_attr_##_name = __BIN_ATTR_RW(_name, _size)
249 struct bin_attribute bin_attr_##_name = __BIN_ATTR_ADMIN_RO(_name, _size)
252 struct bin_attribute bin_attr_##_name = __BIN_ATTR_ADMIN_RW(_name, _size)
289 const struct bin_attribute *attr);
291 const struct bin_attribute *attr);
444 const struct bin_attribute *attr) in sysfs_create_bin_file()
450 const struct bin_attribute *attr) in sysfs_remove_bin_file()