Searched defs:bin_attribute (Results 1 – 1 of 1) sorted by relevance
/linux-6.14.4/include/linux/ |
D | sysfs.h | 304 struct bin_attribute { struct 309 ssize_t (*read)(struct file *, struct kobject *, struct bin_attribute *, argument 311 ssize_t (*read_new)(struct file *, struct kobject *, const struct bin_attribute *, argument 313 ssize_t (*write)(struct file *, struct kobject *, struct bin_attribute *, argument 316 const struct bin_attribute *, char *, loff_t, size_t); argument 317 loff_t (*llseek)(struct file *, struct kobject *, const struct bin_attribute *, argument 319 int (*mmap)(struct file *, struct kobject *, const struct bin_attribute *attr, argument
|