Home
last modified time | relevance | path

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

/freebsd/sys/compat/linuxkpi/common/include/linux/
H A Dcdev.h136 int linux_cdev_device_add(struct linux_cdev *, struct device *);
140 linux_cdev_device_add(__VA_ARGS__)
/freebsd/sys/compat/linuxkpi/common/src/
H A Dlinux_compat.c2400 linux_cdev_device_add(struct linux_cdev *ldev, struct device *dev) in linux_cdev_device_add() function