Home
last modified time | relevance | path

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

/include/linux/
Dkobject.h69 struct kset *kset; member
179 struct kset { struct
191 void kset_init(struct kset *kset); argument
192 int __must_check kset_register(struct kset *kset);
193 void kset_unregister(struct kset *kset);
194 struct kset * __must_check kset_create_and_add(const char *name, const struct kset_uevent_ops *u,
197 static inline struct kset *to_kset(struct kobject *kobj) in to_kset()
199 return kobj ? container_of(kobj, struct kset, kobj) : NULL; in to_kset()
202 static inline struct kset *kset_get(struct kset *k) in kset_get()
207 static inline void kset_put(struct kset *k) in kset_put()
[all …]
Discsi_boot_sysfs.h105 struct kset *kset; member
Dmdev.h43 struct kset *mdev_types_kset;
Defi.h1068 struct kset *kset; member
Dbtf.h498 int register_btf_fmodret_id_set(const struct btf_kfunc_id_set *kset);
Dmodule.h870 extern struct kset *module_kset;
Dhyperv.h1320 struct kset *channels_kset;
Dnetdevice.h2216 struct kset *queues_kset;
/include/linux/device/
Dbus.h285 struct kset *bus_get_kset(const struct bus_type *bus);