Home
last modified time | relevance | path

Searched refs:kset (Results 1 – 9 of 9) sorted by relevance

/include/linux/
A Dkobject.h68 struct kset *kset; member
168 struct kset { struct
175 void kset_init(struct kset *kset); argument
176 int __must_check kset_register(struct kset *kset);
177 void kset_unregister(struct kset *kset);
178 struct kset * __must_check kset_create_and_add(const char *name, const struct kset_uevent_ops *u,
181 static inline struct kset *to_kset(struct kobject *kobj) in to_kset()
183 return kobj ? container_of(kobj, struct kset, kobj) : NULL; in to_kset()
186 static inline struct kset *kset_get(struct kset *k) in kset_get()
191 static inline void kset_put(struct kset *k) in kset_put()
[all …]
A Discsi_boot_sysfs.h105 struct kset *kset; member
A Dmdev.h43 struct kset *mdev_types_kset;
A Defi.h1057 struct kset *kset; member
A Dmodule.h882 extern struct kset *module_kset;
A Dbtf.h584 int register_btf_fmodret_id_set(const struct btf_kfunc_id_set *kset);
A Dhyperv.h1256 struct kset *channels_kset;
A Dnetdevice.h2268 struct kset *queues_kset;
/include/linux/device/
A Dbus.h283 struct kset *bus_get_kset(const struct bus_type *bus);

Completed in 39 milliseconds