Searched defs:sysfs_ops (Results 1 – 2 of 2) sorted by relevance
385 struct sysfs_ops { struct386 ssize_t (*show)(struct kobject *, struct attribute *, char *);387 ssize_t (*store)(struct kobject *, struct attribute *, const char *, size_t);
124 const struct sysfs_ops *sysfs_ops; member