Searched defs:sysfs_ops (Results 1 – 2 of 2) sorted by relevance
40 struct sysfs_ops { struct41 ssize_t (*show)(struct kobject *, struct attribute *, char *);42 ssize_t (*store)(struct kobject *, struct attribute *, const char *,
50 const struct sysfs_ops *sysfs_ops; member