Searched defs:sysfs_ops (Results 1 – 3 of 3) sorted by relevance
389 struct sysfs_ops { struct390 ssize_t (*show)(struct kobject *, struct attribute *, char *);391 ssize_t (*store)(struct kobject *, struct attribute *, const char *, size_t);
118 const struct sysfs_ops *sysfs_ops; member
1025 static const struct sysfs_ops sysfs_ops = { variable