Home
last modified time | relevance | path

Searched refs:linux_cdev_ktype (Results 1 – 2 of 2) sorted by relevance

/freebsd-12.1/sys/compat/linuxkpi/common/include/linux/
H A Dcdev.h46 extern const struct kobj_type linux_cdev_ktype;
74 kobject_init(&cdev->kobj, &linux_cdev_ktype); in cdev_alloc()
/freebsd-12.1/sys/compat/linuxkpi/common/src/
H A Dlinux_compat.c2132 const struct kobj_type linux_cdev_ktype = { variable