Symbol: kobj_type
sys/compat/linuxkpi/common/include/linux/cdev.h
45
extern const struct kobj_type linux_cdev_ktype;
sys/compat/linuxkpi/common/include/linux/cdev.h
46
extern const struct kobj_type linux_cdev_static_ktype;
sys/compat/linuxkpi/common/include/linux/device.h
139
extern const struct kobj_type linux_dev_ktype;
sys/compat/linuxkpi/common/include/linux/device.h
140
extern const struct kobj_type linux_class_ktype;
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
55
extern const struct kobj_type linux_kfree_type;
sys/compat/linuxkpi/common/include/linux/kobject.h
61
const struct kobj_type *ktype;
sys/compat/linuxkpi/common/include/linux/kobject.h
97
kobject_init(struct kobject *kobj, const struct kobj_type *ktype)
sys/compat/linuxkpi/common/src/linux_compat.c
232
const struct kobj_type linux_class_ktype = {
sys/compat/linuxkpi/common/src/linux_compat.c
2453
const struct kobj_type linux_cdev_ktype = {
sys/compat/linuxkpi/common/src/linux_compat.c
2457
const struct kobj_type linux_cdev_static_ktype = {
sys/compat/linuxkpi/common/src/linux_compat.c
284
const struct kobj_type linux_dev_ktype = {
sys/compat/linuxkpi/common/src/linux_kobject.c
110
const struct kobj_type *t;
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
196
const struct kobj_type linux_kfree_type = {
sys/compat/linuxkpi/common/src/linux_kobject.c
238
const struct kobj_type linux_kset_kfree_type = {
sys/dev/drm2/ttm/ttm_page_alloc_dma.c
265
static struct kobj_type ttm_pool_kobj_type = {
sys/dev/mlx4/mlx4_ib/mlx4_ib_sysfs.c
431
static struct kobj_type port_type = {
sys/ofed/drivers/infiniband/core/core_priv.h
144
struct kobject *kobj, struct kobj_type *ktype,
sys/ofed/drivers/infiniband/core/ib_cm.c
3998
static struct kobj_type cm_counter_obj_type = {
sys/ofed/drivers/infiniband/core/ib_sysfs.c
1404
struct kobject *kobj, struct kobj_type *ktype,
sys/ofed/drivers/infiniband/core/ib_sysfs.c
714
static struct kobj_type port_type = {
sys/ofed/drivers/infiniband/core/ib_sysfs.c
720
static struct kobj_type gid_attr_type = {
sys/ofed/drivers/infiniband/core/ib_user_mad.c
148
static struct kobj_type ib_umad_dev_ktype = {