Searched defs:sysfs_ops (Results 1 – 2 of 2) sorted by relevance
392 struct sysfs_ops { struct393 ssize_t (*show)(struct kobject *, struct attribute *, char *);394 ssize_t (*store)(struct kobject *, struct attribute *, const char *, size_t);
118 const struct sysfs_ops *sysfs_ops; member