Home
last modified time | relevance | path

Searched defs:kobj_type (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/include/linux/
H A Dkobject.h116 struct kobj_type { struct
117 void (*release)(struct kobject *kobj);
118 const struct sysfs_ops *sysfs_ops;
119 const struct attribute_group **default_groups;
120 const struct kobj_ns_type_operations *(*child_ns_type)(const struct kobject *kobj);
121 const void *(*namespace)(const struct kobject *kobj);
122 void (*get_ownership)(const struct kobject *kobj, kuid_t *uid, kgid_t *gid);
/openbmc/linux/drivers/cpufreq/
H A Dcpufreq_governor.h127 struct kobj_type kobj_type; member