Searched defs:edac_dev_sysfs_block_attribute (Results 1 – 2 of 2) sorted by relevance
| /system/bpf/include/vmlinux/android15_6.6/arm64/ |
| D | vmlinux.h | 105160 struct edac_dev_sysfs_block_attribute { struct 105161 struct attribute attr; 105162 ssize_t (*show)(struct kobject *, struct attribute *, char *); 105163 ssize_t (*store)(struct kobject *, struct attribute *, const char *, size_t); 105164 struct edac_device_block *block; 105165 unsigned int value;
|
| /system/bpf/include/vmlinux/android15_6.6/x86_64/ |
| D | vmlinux.h | 114955 struct edac_dev_sysfs_block_attribute { struct 114956 struct attribute attr; 114957 ssize_t (*show)(struct kobject *, struct attribute *, char *); 114958 ssize_t (*store)(struct kobject *, struct attribute *, const char *, size_t); 114959 struct edac_device_block *block; 114960 unsigned int value;
|