Searched defs:bin_attribute (Results 1 – 1 of 1) sorted by relevance
/linux-6.12.1/include/linux/ |
D | sysfs.h | 293 struct bin_attribute { struct 298 ssize_t (*read)(struct file *, struct kobject *, struct bin_attribute *, argument 300 ssize_t (*write)(struct file *, struct kobject *, struct bin_attribute *, argument 302 loff_t (*llseek)(struct file *, struct kobject *, struct bin_attribute *, argument 304 int (*mmap)(struct file *, struct kobject *, struct bin_attribute *attr, argument
|