Searched defs:bin_attribute (Results 1 – 1 of 1) sorted by relevance
/linux-6.8/include/linux/ |
D | sysfs.h | 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 loff_t (*llseek)(struct file *, struct kobject *, struct bin_attribute *, argument 186 int (*mmap)(struct file *, struct kobject *, struct bin_attribute *attr, argument
|