Home
last modified time | relevance | path

Searched defs:sysfs_ops (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/kernel/include/linux/
H A Dsysfs.h230 struct sysfs_ops { struct
231 ssize_t (*show)(struct kobject *, struct attribute *, char *);
232 ssize_t (*store)(struct kobject *, struct attribute *, const char *, size_t);
H A Dkobject.h146 const struct sysfs_ops *sysfs_ops; member
/OK3568_Linux_fs/kernel/fs/sysfs/
H A Dfile.c257 const struct sysfs_ops *sysfs_ops = kobj->ktype->sysfs_ops; in sysfs_add_file_mode_ns() local
/OK3568_Linux_fs/kernel/drivers/cpufreq/
H A Dcpufreq.c1011 static const struct sysfs_ops sysfs_ops = { variable