Searched defs:sysfs_ops (Results 1 – 4 of 4) sorted by relevance
406 struct sysfs_ops { struct407 ssize_t (*show)(struct kobject *, struct attribute *, char *);408 ssize_t (*store)(struct kobject *, struct attribute *, const char *, size_t);
118 const struct sysfs_ops *sysfs_ops; member
278 const struct sysfs_ops *sysfs_ops = kobj->ktype->sysfs_ops; in sysfs_add_file_mode_ns() local
1024 static const struct sysfs_ops sysfs_ops = { variable