Symbol: kobject
sys/compat/linuxkpi/common/include/linux/cdev.h
49
struct kobject kobj;
sys/compat/linuxkpi/common/include/linux/device.h
119
struct kobject kobj;
sys/compat/linuxkpi/common/include/linux/device.h
138
extern struct kobject linux_class_root;
sys/compat/linuxkpi/common/include/linux/device.h
381
static inline struct device *kobj_to_dev(struct kobject *kobj)
sys/compat/linuxkpi/common/include/linux/device.h
60
struct kobject kobj;
sys/compat/linuxkpi/common/include/linux/kobject.h
109
kobject_put(struct kobject *kobj)
sys/compat/linuxkpi/common/include/linux/kobject.h
116
static inline struct kobject *
sys/compat/linuxkpi/common/include/linux/kobject.h
117
kobject_get(struct kobject *kobj)
sys/compat/linuxkpi/common/include/linux/kobject.h
125
struct kobject *kobject_create(void);
sys/compat/linuxkpi/common/include/linux/kobject.h
126
int kobject_set_name_vargs(struct kobject *kobj, const char *fmt, va_list);
sys/compat/linuxkpi/common/include/linux/kobject.h
127
int kobject_add(struct kobject *kobj, struct kobject *parent,
sys/compat/linuxkpi/common/include/linux/kobject.h
130
static inline struct kobject *
sys/compat/linuxkpi/common/include/linux/kobject.h
131
kobject_create_and_add(const char *name, struct kobject *parent)
sys/compat/linuxkpi/common/include/linux/kobject.h
133
struct kobject *kobj;
sys/compat/linuxkpi/common/include/linux/kobject.h
146
kobject_del(struct kobject *kobj __unused)
sys/compat/linuxkpi/common/include/linux/kobject.h
151
kobject_name(const struct kobject *kobj)
sys/compat/linuxkpi/common/include/linux/kobject.h
157
int kobject_set_name(struct kobject *kobj, const char *fmt, ...);
sys/compat/linuxkpi/common/include/linux/kobject.h
158
int kobject_init_and_add(struct kobject *kobj, const struct kobj_type *ktype,
sys/compat/linuxkpi/common/include/linux/kobject.h
159
struct kobject *parent, const char *fmt, ...);
sys/compat/linuxkpi/common/include/linux/kobject.h
162
kobject_uevent_env(struct kobject *kobj, int action, char *envp[])
sys/compat/linuxkpi/common/include/linux/kobject.h
177
const struct kset_uevent_ops *u, struct kobject *parent_kobj);
sys/compat/linuxkpi/common/include/linux/kobject.h
180
to_kset(struct kobject *kobj)
sys/compat/linuxkpi/common/include/linux/kobject.h
192
struct kobject *kobj;
sys/compat/linuxkpi/common/include/linux/kobject.h
208
void linux_kobject_kfree_name(struct kobject *kobj);
sys/compat/linuxkpi/common/include/linux/kobject.h
42
struct kobject;
sys/compat/linuxkpi/common/include/linux/kobject.h
49
void (*release)(struct kobject *kobj);
sys/compat/linuxkpi/common/include/linux/kobject.h
58
struct kobject *parent;
sys/compat/linuxkpi/common/include/linux/kobject.h
67
extern struct kobject *mm_kobj;
sys/compat/linuxkpi/common/include/linux/kobject.h
79
ssize_t (*show)(struct kobject *kobj, struct kobj_attribute *attr,
sys/compat/linuxkpi/common/include/linux/kobject.h
81
ssize_t (*store)(struct kobject *kobj, struct kobj_attribute *attr,
sys/compat/linuxkpi/common/include/linux/kobject.h
92
struct kobject kobj;
sys/compat/linuxkpi/common/include/linux/kobject.h
97
kobject_init(struct kobject *kobj, const struct kobj_type *ktype)
sys/compat/linuxkpi/common/include/linux/sysfs.h
128
struct kobject *kobj;
sys/compat/linuxkpi/common/include/linux/sysfs.h
179
sysfs_create_file(struct kobject *kobj, const struct attribute *attr)
sys/compat/linuxkpi/common/include/linux/sysfs.h
193
static inline struct kobject *
sys/compat/linuxkpi/common/include/linux/sysfs.h
194
__sysfs_lookup_group(struct kobject *kobj, const char *group)
sys/compat/linuxkpi/common/include/linux/sysfs.h
198
struct kobject *group_kobj;
sys/compat/linuxkpi/common/include/linux/sysfs.h
222
sysfs_add_file_to_group(struct kobject *kobj,
sys/compat/linuxkpi/common/include/linux/sysfs.h
226
struct kobject *group_kobj;
sys/compat/linuxkpi/common/include/linux/sysfs.h
238
sysfs_remove_file(struct kobject *kobj, const struct attribute *attr)
sys/compat/linuxkpi/common/include/linux/sysfs.h
246
sysfs_remove_file_from_group(struct kobject *kobj,
sys/compat/linuxkpi/common/include/linux/sysfs.h
249
struct kobject *group_kobj;
sys/compat/linuxkpi/common/include/linux/sysfs.h
261
struct kobject *kobj;
sys/compat/linuxkpi/common/include/linux/sysfs.h
302
sysfs_create_bin_file(struct kobject *kobj, const struct bin_attribute *attr)
sys/compat/linuxkpi/common/include/linux/sysfs.h
325
sysfs_remove_bin_file(struct kobject *kobj, const struct bin_attribute *attr)
sys/compat/linuxkpi/common/include/linux/sysfs.h
333
sysfs_create_link(struct kobject *kobj __unused,
sys/compat/linuxkpi/common/include/linux/sysfs.h
334
struct kobject *target __unused, const char *name __unused)
sys/compat/linuxkpi/common/include/linux/sysfs.h
342
sysfs_remove_link(struct kobject *kobj, const char *name)
sys/compat/linuxkpi/common/include/linux/sysfs.h
348
sysfs_create_files(struct kobject *kobj, const struct attribute * const *attrs)
sys/compat/linuxkpi/common/include/linux/sysfs.h
362
sysfs_remove_files(struct kobject *kobj, const struct attribute * const *attrs)
sys/compat/linuxkpi/common/include/linux/sysfs.h
371
sysfs_create_group(struct kobject *kobj, const struct attribute_group *grp)
sys/compat/linuxkpi/common/include/linux/sysfs.h
401
sysfs_remove_group(struct kobject *kobj, const struct attribute_group *grp)
sys/compat/linuxkpi/common/include/linux/sysfs.h
409
sysfs_create_groups(struct kobject *kobj, const struct attribute_group **grps)
sys/compat/linuxkpi/common/include/linux/sysfs.h
41
ssize_t (*show)(struct kobject *, struct attribute *, char *);
sys/compat/linuxkpi/common/include/linux/sysfs.h
42
ssize_t (*store)(struct kobject *, struct attribute *, const char *,
sys/compat/linuxkpi/common/include/linux/sysfs.h
425
sysfs_remove_groups(struct kobject *kobj, const struct attribute_group **grps)
sys/compat/linuxkpi/common/include/linux/sysfs.h
436
sysfs_merge_group(struct kobject *kobj, const struct attribute_group *grp)
sys/compat/linuxkpi/common/include/linux/sysfs.h
444
sysfs_unmerge_group(struct kobject *kobj, const struct attribute_group *grp)
sys/compat/linuxkpi/common/include/linux/sysfs.h
465
sysfs_create_dir(struct kobject *kobj)
sys/compat/linuxkpi/common/include/linux/sysfs.h
480
sysfs_remove_dir(struct kobject *kobj)
sys/compat/linuxkpi/common/include/linux/sysfs.h
49
ssize_t (*read)(struct linux_file *, struct kobject *,
sys/compat/linuxkpi/common/include/linux/sysfs.h
51
ssize_t (*write)(struct linux_file *, struct kobject *,
sys/compat/linuxkpi/common/include/linux/sysfs.h
57
mode_t (*is_visible)(struct kobject *,
sys/compat/linuxkpi/common/src/linux_compat.c
154
struct kobject linux_class_root;
sys/compat/linuxkpi/common/src/linux_compat.c
189
linux_class_show(struct kobject *kobj, struct attribute *attr, char *buf)
sys/compat/linuxkpi/common/src/linux_compat.c
203
linux_class_store(struct kobject *kobj, struct attribute *attr, const char *buf,
sys/compat/linuxkpi/common/src/linux_compat.c
218
linux_class_release(struct kobject *kobj)
sys/compat/linuxkpi/common/src/linux_compat.c
2372
linux_cdev_release(struct kobject *kobj)
sys/compat/linuxkpi/common/src/linux_compat.c
2375
struct kobject *parent;
sys/compat/linuxkpi/common/src/linux_compat.c
238
linux_dev_release(struct kobject *kobj)
sys/compat/linuxkpi/common/src/linux_compat.c
2385
linux_cdev_static_release(struct kobject *kobj)
sys/compat/linuxkpi/common/src/linux_compat.c
251
linux_dev_show(struct kobject *kobj, struct attribute *attr, char *buf)
sys/compat/linuxkpi/common/src/linux_compat.c
265
linux_dev_store(struct kobject *kobj, struct attribute *attr, const char *buf,
sys/compat/linuxkpi/common/src/linux_kobject.c
108
kobject_add_complete(struct kobject *kobj)
sys/compat/linuxkpi/common/src/linux_kobject.c
139
kobject_add(struct kobject *kobj, struct kobject *parent, const char *fmt, ...)
sys/compat/linuxkpi/common/src/linux_kobject.c
156
kobject_init_and_add(struct kobject *kobj, const struct kobj_type *ktype,
sys/compat/linuxkpi/common/src/linux_kobject.c
157
struct kobject *parent, const char *fmt, ...)
sys/compat/linuxkpi/common/src/linux_kobject.c
178
struct kobject *kobj;
sys/compat/linuxkpi/common/src/linux_kobject.c
181
kobj = container_of(kref, struct kobject, kref);
sys/compat/linuxkpi/common/src/linux_kobject.c
191
linux_kobject_kfree(struct kobject *kobj)
sys/compat/linuxkpi/common/src/linux_kobject.c
201
linux_kobject_kfree_name(struct kobject *kobj)
sys/compat/linuxkpi/common/src/linux_kobject.c
209
lkpi_kobj_attr_show(struct kobject *kobj, struct attribute *attr, char *buf)
sys/compat/linuxkpi/common/src/linux_kobject.c
221
lkpi_kobj_attr_store(struct kobject *kobj, struct attribute *attr,
sys/compat/linuxkpi/common/src/linux_kobject.c
245
struct kobject *parent_kobj)
sys/compat/linuxkpi/common/src/linux_kobject.c
271
kset_join(struct kobject *kobj)
sys/compat/linuxkpi/common/src/linux_kobject.c
287
kset_leave(struct kobject *kobj)
sys/compat/linuxkpi/common/src/linux_kobject.c
304
struct kobject *parent_kobj)
sys/compat/linuxkpi/common/src/linux_kobject.c
33
static void kset_join(struct kobject *kobj);
sys/compat/linuxkpi/common/src/linux_kobject.c
34
static void kset_leave(struct kobject *kobj);
sys/compat/linuxkpi/common/src/linux_kobject.c
348
kset_kfree(struct kobject *kobj)
sys/compat/linuxkpi/common/src/linux_kobject.c
35
static void kset_kfree(struct kobject *kobj);
sys/compat/linuxkpi/common/src/linux_kobject.c
37
struct kobject *
sys/compat/linuxkpi/common/src/linux_kobject.c
40
struct kobject *kobj;
sys/compat/linuxkpi/common/src/linux_kobject.c
52
kobject_set_name_vargs(struct kobject *kobj, const char *fmt, va_list args)
sys/compat/linuxkpi/common/src/linux_kobject.c
95
kobject_set_name(struct kobject *kobj, const char *fmt, ...)
sys/dev/drm2/ttm/ttm_page_alloc_dma.c
175
struct kobject kobj;
sys/dev/drm2/ttm/ttm_page_alloc_dma.c
200
static void ttm_pool_kobj_release(struct kobject *kobj)
sys/dev/drm2/ttm/ttm_page_alloc_dma.c
207
static ssize_t ttm_pool_store(struct kobject *kobj, struct attribute *attr,
sys/dev/drm2/ttm/ttm_page_alloc_dma.c
241
static ssize_t ttm_pool_show(struct kobject *kobj, struct attribute *attr,
sys/dev/mlx4/mlx4_en/en.h
537
struct kobject kobj;
sys/dev/mlx4/mlx4_ib/mlx4_ib.h
508
struct kobject *device_parent[MLX4_MFUNC_MAX];
sys/dev/mlx4/mlx4_ib/mlx4_ib.h
513
struct kobject *kobj;
sys/dev/mlx4/mlx4_ib/mlx4_ib.h
532
struct kobject *cur_port;
sys/dev/mlx4/mlx4_ib/mlx4_ib.h
533
struct kobject *admin_alias_parent;
sys/dev/mlx4/mlx4_ib/mlx4_ib.h
534
struct kobject *gids_parent;
sys/dev/mlx4/mlx4_ib/mlx4_ib.h
535
struct kobject *pkeys_parent;
sys/dev/mlx4/mlx4_ib/mlx4_ib.h
536
struct kobject *mcgs_parent;
sys/dev/mlx4/mlx4_ib/mlx4_ib.h
581
struct kobject *iov_parent;
sys/dev/mlx4/mlx4_ib/mlx4_ib.h
582
struct kobject *ports_parent;
sys/dev/mlx4/mlx4_ib/mlx4_ib.h
583
struct kobject *dev_ports_parent[MLX4_MFUNC_MAX];
sys/dev/mlx4/mlx4_ib/mlx4_ib_sysfs.c
163
char *_name, struct kobject *_kobj,
sys/dev/mlx4/mlx4_ib/mlx4_ib_sysfs.c
368
struct kobject kobj;
sys/dev/mlx4/mlx4_ib/mlx4_ib_sysfs.c
379
static void mlx4_port_release(struct kobject *kobj)
sys/dev/mlx4/mlx4_ib/mlx4_ib_sysfs.c
401
static ssize_t port_attr_show(struct kobject *kobj,
sys/dev/mlx4/mlx4_ib/mlx4_ib_sysfs.c
413
static ssize_t port_attr_store(struct kobject *kobj,
sys/dev/mlx4/mlx4_ib/mlx4_ib_sysfs.c
712
struct kobject *p, *t;
sys/dev/mlx4/mlx4_ib/mlx4_ib_sysfs.c
787
struct kobject *p, *t;
sys/ofed/drivers/infiniband/core/core_priv.h
144
struct kobject *kobj, struct kobj_type *ktype,
sys/ofed/drivers/infiniband/core/core_priv.h
146
void ib_port_unregister_module_stat(struct kobject *kobj);
sys/ofed/drivers/infiniband/core/core_priv.h
76
u8, struct kobject *));
sys/ofed/drivers/infiniband/core/ib_cm.c
174
struct kobject obj;
sys/ofed/drivers/infiniband/core/ib_cm.c
219
struct kobject port_obj;
sys/ofed/drivers/infiniband/core/ib_cm.c
3981
static ssize_t cm_show_counter(struct kobject *obj, struct attribute *attr,
sys/ofed/drivers/infiniband/core/ib_device.c
328
u8, struct kobject *))
sys/ofed/drivers/infiniband/core/ib_sysfs.c
1001
struct kobject *kobj = &port->kobj;
sys/ofed/drivers/infiniband/core/ib_sysfs.c
1008
struct kobject *kobj = &device->dev.kobj;
sys/ofed/drivers/infiniband/core/ib_sysfs.c
102
static ssize_t port_attr_show(struct kobject *kobj,
sys/ofed/drivers/infiniband/core/ib_sysfs.c
1030
u8, struct kobject *))
sys/ofed/drivers/infiniband/core/ib_sysfs.c
115
static ssize_t port_attr_store(struct kobject *kobj,
sys/ofed/drivers/infiniband/core/ib_sysfs.c
1291
struct kobject *p, *t;
sys/ofed/drivers/infiniband/core/ib_sysfs.c
1318
u8, struct kobject *))
sys/ofed/drivers/infiniband/core/ib_sysfs.c
133
static ssize_t gid_attr_show(struct kobject *kobj,
sys/ofed/drivers/infiniband/core/ib_sysfs.c
1404
struct kobject *kobj, struct kobj_type *ktype,
sys/ofed/drivers/infiniband/core/ib_sysfs.c
1407
struct kobject *p, *t;
sys/ofed/drivers/infiniband/core/ib_sysfs.c
1432
void ib_port_unregister_module_stat(struct kobject *kobj)
sys/ofed/drivers/infiniband/core/ib_sysfs.c
54
struct kobject kobj;
sys/ofed/drivers/infiniband/core/ib_sysfs.c
59
struct kobject kobj;
sys/ofed/drivers/infiniband/core/ib_sysfs.c
667
static void ib_port_release(struct kobject *kobj)
sys/ofed/drivers/infiniband/core/ib_sysfs.c
690
static void ib_port_gid_attr_release(struct kobject *kobj)
sys/ofed/drivers/infiniband/core/ib_sysfs.c
813
static ssize_t show_hw_stats(struct kobject *kobj, struct attribute *attr,
sys/ofed/drivers/infiniband/core/ib_sysfs.c
843
static ssize_t show_stats_lifespan(struct kobject *kobj,
sys/ofed/drivers/infiniband/core/ib_sysfs.c
870
static ssize_t set_stats_lifespan(struct kobject *kobj,
sys/ofed/drivers/infiniband/core/ib_sysfs.c
905
static void free_hsag(struct kobject *kobj, struct attribute_group *attr_group)
sys/ofed/drivers/infiniband/core/ib_sysfs.c
92
ssize_t (*show)(struct kobject *kobj,
sys/ofed/drivers/infiniband/core/ib_sysfs.c
94
ssize_t (*store)(struct kobject *kobj,
sys/ofed/drivers/infiniband/core/ib_user_mad.c
104
struct kobject kobj;
sys/ofed/drivers/infiniband/core/ib_user_mad.c
140
static void ib_umad_release_dev(struct kobject *kobj)
sys/ofed/include/rdma/ib_verbs.h
2404
struct kobject *ports_parent;
sys/ofed/include/rdma/ib_verbs.h
2476
u8, struct kobject *));
sys/ofed/include/rdma/rdma_vt.h
190
int (*port_callback)(struct ib_device *, u8, struct kobject *);