Home
last modified time | relevance | path

Searched refs:kobj_type (Results 26 – 50 of 127) sorted by relevance

123456

/openbmc/linux/drivers/infiniband/ulp/rtrs/
H A Drtrs-srv-sysfs.c24 static struct kobj_type ktype = {
227 static struct kobj_type ktype_stats = {
H A Drtrs-clt-sysfs.c28 static struct kobj_type ktype_sess = {
44 static struct kobj_type ktype_stats = {
/openbmc/linux/fs/zonefs/
H A Dsysfs.c82 static const struct kobj_type zonefs_sb_ktype = {
/openbmc/linux/drivers/edac/
H A Dedac_device_sysfs.c215 static struct kobj_type ktype_device_ctrl = {
400 static struct kobj_type ktype_instance_ctrl = {
499 static struct kobj_type ktype_block_ctrl = {
H A Dedac_pci_sysfs.c146 static struct kobj_type ktype_pci_instance = {
329 static struct kobj_type ktype_edac_pci_main_kobj = {
/openbmc/linux/drivers/dma-buf/
H A Ddma-buf-sysfs-stats.c115 static const struct kobj_type dma_buf_ktype = {
/openbmc/linux/drivers/dma/ioat/
H A Ddma.h200 extern struct kobj_type ioat_ktype;
403 void ioat_kobject_add(struct ioatdma_device *ioat_dma, struct kobj_type *type);
/openbmc/linux/arch/ia64/kernel/
H A Dtopology.c276 static struct kobj_type cache_ktype = {
281 static struct kobj_type cache_ktype_percpu_entry = {
/openbmc/linux/drivers/md/
H A Ddm-sysfs.c123 static const struct kobj_type dm_ktype = {
/openbmc/linux/block/
H A Dblk-crypto-sysfs.c119 static const struct kobj_type blk_crypto_ktype = {
/openbmc/linux/Documentation/core-api/
H A Dkobject.rst121 void kobject_init(struct kobject *kobj, const struct kobj_type *ktype);
124 must have an associated kobj_type. After calling kobject_init(), to
159 int kobject_init_and_add(struct kobject *kobj, const struct kobj_type *ktype,
297 kobj_type::
299 struct kobj_type {
310 kobj_type structure; a pointer to that structure must be specified when you
313 The release field in struct kobj_type is, of course, a pointer to the
/openbmc/linux/drivers/of/
H A Dkobj.c27 const struct kobj_type of_node_ktype = {
/openbmc/linux/drivers/md/bcache/
H A Dsysfs.h6 const struct kobj_type type ## _ktype = { \
/openbmc/linux/drivers/cpuidle/
H A Dsysfs.c210 static const struct kobj_type ktype_cpuidle = {
457 static const struct kobj_type ktype_state_cpuidle = {
604 static const struct kobj_type ktype_driver_cpuidle = {
/openbmc/linux/fs/ocfs2/cluster/
H A Dmasklog.c147 static struct kobj_type mlog_ktype = {
/openbmc/linux/arch/x86/platform/efi/
H A Druntime-map.c96 static const struct kobj_type __refconst map_ktype = {
/openbmc/linux/samples/kobject/
H A Dkset-example.c188 static const struct kobj_type foo_ktype = {
/openbmc/linux/fs/
H A Dchar_dev.c627 static struct kobj_type ktype_cdev_default = {
631 static struct kobj_type ktype_cdev_dynamic = {
/openbmc/linux/arch/powerpc/kernel/
H A Dsecvar-sysfs.c128 static struct kobj_type secvar_ktype = {
/openbmc/linux/drivers/staging/greybus/
H A Daudio_manager_module.c147 static struct kobj_type gb_audio_module_type = {
/openbmc/linux/kernel/livepatch/
H A Dcore.c599 static const struct kobj_type klp_ktype_patch = {
615 static const struct kobj_type klp_ktype_object = {
631 static const struct kobj_type klp_ktype_func = {
/openbmc/linux/drivers/platform/x86/
H A Duv_sysfs.c206 static const struct kobj_type hub_attr_type = {
359 static const struct kobj_type uv_port_attr_type = {
531 static const struct kobj_type uv_pci_top_attr_type = {
/openbmc/linux/fs/f2fs/
H A Dsysfs.c1246 static const struct kobj_type f2fs_sb_ktype = {
1252 static const struct kobj_type f2fs_ktype = {
1260 static const struct kobj_type f2fs_feat_ktype = {
1301 static const struct kobj_type f2fs_stat_ktype = {
1328 static const struct kobj_type f2fs_feature_list_ktype = {
/openbmc/linux/drivers/firmware/
H A Ddmi-sysfs.c307 static const struct kobj_type dmi_system_event_log_ktype = {
570 static const struct kobj_type dmi_sysfs_entry_ktype = {
/openbmc/linux/fs/nilfs2/
H A Dsysfs.c59 static struct kobj_type nilfs_##name##_ktype = { \
169 static struct kobj_type nilfs_snapshot_ktype = {
970 static struct kobj_type nilfs_dev_ktype = {

123456