Lines Matching refs:bin_attribute
53 struct bin_attribute { struct
57 struct bin_attribute *, char *, loff_t, size_t); argument
59 struct bin_attribute *, char *, loff_t, size_t); argument
102 struct bin_attribute bin_attr_##_name = \
106 struct bin_attribute bin_attr_##_name = \
110 struct bin_attribute bin_attr_##_name = \
114 struct bin_attribute bin_attr_##_name = \
261 struct bin_attribute *attr; in sysctl_handle_bin_attr()
267 attr = (struct bin_attribute *)(intptr_t)arg2; in sysctl_handle_bin_attr()
301 sysfs_create_bin_file(struct kobject *kobj, const struct bin_attribute *attr) in sysfs_create_bin_file()
324 sysfs_remove_bin_file(struct kobject *kobj, const struct bin_attribute *attr) in sysfs_remove_bin_file()