Searched defs:sysfs_ops (Results 1 – 5 of 5) sorted by relevance
230 struct sysfs_ops { struct231 ssize_t (*show)(struct kobject *, struct attribute *, char *);232 ssize_t (*store)(struct kobject *, struct attribute *, const char *, size_t);
140 const struct sysfs_ops *sysfs_ops; member
257 const struct sysfs_ops *sysfs_ops = kobj->ktype->sysfs_ops; in sysfs_add_file_mode_ns() local
267 static const struct sysfs_ops sysfs_ops = { variable
996 static const struct sysfs_ops sysfs_ops = { variable