Searched defs:sysfs_ops (Results 1 – 10 of 10) sorted by relevance
| /kernel/linux/linux-5.10/include/linux/ |
| D | sysfs.h | 230 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);
|
| D | kobject.h | 140 const struct sysfs_ops *sysfs_ops; member
|
| /kernel/linux/linux-6.6/include/linux/ |
| D | sysfs.h | 254 struct sysfs_ops { struct 255 ssize_t (*show)(struct kobject *, struct attribute *, char *); 256 ssize_t (*store)(struct kobject *, struct attribute *, const char *, size_t);
|
| D | kobject.h | 118 const struct sysfs_ops *sysfs_ops; member
|
| /kernel/linux/linux-5.10/fs/sysfs/ |
| D | file.c | 257 const struct sysfs_ops *sysfs_ops = kobj->ktype->sysfs_ops; in sysfs_add_file_mode_ns() local
|
| /kernel/linux/linux-6.6/fs/sysfs/ |
| D | file.c | 259 const struct sysfs_ops *sysfs_ops = kobj->ktype->sysfs_ops; in sysfs_add_file_mode_ns() local
|
| /kernel/linux/linux-5.10/kernel/sched/ |
| D | core_ctl.c | 267 static const struct sysfs_ops sysfs_ops = { variable
|
| /kernel/linux/linux-6.6/kernel/sched/ |
| D | core_ctl.c | 267 static const struct sysfs_ops sysfs_ops = { variable
|
| /kernel/linux/linux-5.10/drivers/cpufreq/ |
| D | cpufreq.c | 998 static const struct sysfs_ops sysfs_ops = { variable
|
| /kernel/linux/linux-6.6/drivers/cpufreq/ |
| D | cpufreq.c | 1051 static const struct sysfs_ops sysfs_ops = { variable
|