Searched defs:sysfs_ops (Results 1 – 2 of 2) sorted by relevance
| /system/bpf/include/vmlinux/android15_6.6/arm64/ |
| D | vmlinux.h | 1022 const struct sysfs_ops *sysfs_ops; member 1041 struct sysfs_ops { struct 1042 ssize_t (*show)(struct kobject *, struct attribute *, char *); 1043 ssize_t (*store)(struct kobject *, struct attribute *, const char *, size_t);
|
| /system/bpf/include/vmlinux/android15_6.6/x86_64/ |
| D | vmlinux.h | 409 const struct sysfs_ops *sysfs_ops; member 434 struct sysfs_ops { struct 435 ssize_t (*show)(struct kobject *, struct attribute *, char *); 436 ssize_t (*store)(struct kobject *, struct attribute *, const char *, size_t);
|